File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Function New-GlobalPermission {
3
3
.DESCRIPTION Script to add/remove vSphere Global Permission
4
4
.NOTES Author: William Lam
5
5
.NOTES Site: www.williamlam.com
6
- .NOTES Reference: http ://www. williamlam.com/2017/02 /automating-vsphere-global-permissions-with-powercli.html
6
+ .NOTES Reference: https ://williamlam.com/2017/03 /automating-vsphere-global-permissions-with-powercli.html
7
7
. PARAMETER vc_server
8
8
vCenter Server Hostname or IP Address
9
9
. PARAMETER vc_username
@@ -165,4 +165,4 @@ $server = Connect-VIServer -Server $vc_server -User $vc_username -Password $vc_p
165
165
# Remove-GlobalPermission -vc_server $vc_server -vc_username $vc_username -vc_password $vc_password -vc_user $vc_user
166
166
167
167
# Disconnect from vCenter Server
168
- Disconnect-viserver $server - confirm:$false
168
+ Disconnect-viserver $server - confirm:$false
You can’t perform that action at this time.
0 commit comments