Difference between revisions of "Getting Started (PowerCLI)"

Jump to navigation Jump to search
Added "Import into PowerShell "
(Bit of rewording)
(Added "Import into PowerShell ")
Line 104: Line 104:
Id              : VirtualMachine-vm-697/4002
Id              : VirtualMachine-vm-697/4002
Name            : Network Adapter 3
Name            : Network Adapter 3
</source>
== Import into PowerShell ==
You can just run PowerCLI by running the shell directly.  In order to be able to use PowerCLI CmdLets in a normal PowerShell session you need to import the module in...
<source lang="powershell">
Add-PSSnapin VMware.VimAutomation.Core
</source>
</source>


== Installed Version ==
== Installed Version ==
To determine the version of PowerCLI currently installed use;
To determine the version of PowerCLI currently installed use;
* <code> Get-PowerCLIversion </code>
 
<source lang="powershell">Get-PowerCLIversion </source>


== Scheduling ==
== Scheduling ==

Navigation menu