Difference between revisions of "Script Extracts and Examples (PowerCLI)"

Jump to navigation Jump to search
m
→‎Getting Started: Added note regarding run as admin on newer OS's
m (Minor re-org)
m (→‎Getting Started: Added note regarding run as admin on newer OS's)
Line 5: Line 5:
* [http://www.vmware.com/go/powershell VI Toolkit]
* [http://www.vmware.com/go/powershell VI Toolkit]


On the first run you need to allow the Toolkit to run properly by running...
On the first run you need to allow the Toolkit to run properly by running (you need to run this command as an administrator, so if you're using Windows 7, for example, you'll need to start the Powershell console as an administrator, regardless of whether you're currently logged in as an admin)...
  Set-ExecutionPolicy RemoteSigned
  Set-ExecutionPolicy RemoteSigned


Navigation menu