We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff92478 commit 2670b37Copy full SHA for 2670b37
GettingStartedWithPowerCLI.ps1
@@ -17,7 +17,7 @@ Get-Module -Name VMware.* | Select-Object -Property Name,Version
17
# Use this cmdlet to install PowerCLI:
18
Install-Module VMware.PowerCLI -Scope CurrentUser
19
#
20
-# Cehck the PowerShell module path:
+# Check the PowerShell module path:
21
$env:PSModulePath
22
23
# Set the execution policy to bypass and limit scope to CurrentUser (you):
0 commit comments