Scheduling automatic snapshot remediation
With the function in an established form, you can take and execute the .ps1
file using the Windows Task Scheduler. Creating the scheduled task for a PowerShell requires that you set up some basic things within the .ps1
file that has your function. You will also want to run the function with a given set of parameters for this scheduled task. All of these things can be added into the file.
In order to use a .ps1
file, you will need to change the execution policy and sign your code file. Code signing for PowerShell and PowerCLI adds a trusted digital signature to a file, allowing PowerShell to identify the source and trust the file if the signature is trusted. Code signed with a trusted publisher can be run ...
Get PowerCLI Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.