PowerCLI-Example-Scripts
PowerCLI-Example-Scripts copied to clipboard
Results
2
PowerCLI-Example-Scripts issues
Sort by
recently updated
recently updated
newest added
trafficstars
the securestring object doesn't pass to connect-viserver's -password param, better to use get-credential and -Credential instead Fixed missing '$' on some "$serverIP" vars
Replaced "exit" with "break" in Copy-ContentLibrary to prevent entire PowerShell window from closing when you specify an incorrect Source Library. Now in line with other adjacent checks which use "break".