Skip to content

Commit 2670b37

Browse files
committed
Update GettingStartedWithPowerCLI.ps1
1 parent ff92478 commit 2670b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GettingStartedWithPowerCLI.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Get-Module -Name VMware.* | Select-Object -Property Name,Version
1717
# Use this cmdlet to install PowerCLI:
1818
Install-Module VMware.PowerCLI -Scope CurrentUser
1919
#
20-
# Cehck the PowerShell module path:
20+
# Check the PowerShell module path:
2121
$env:PSModulePath
2222
#
2323
# Set the execution policy to bypass and limit scope to CurrentUser (you):

0 commit comments

Comments
 (0)