Skip to content

Commit 1bbf0b1

Browse files
author
Bernard Chang
committed
Removed erroneous line causing New-GlobalPermission to fail
1 parent 3b53656 commit 1bbf0b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

powershell/GlobalPermissions.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Function New-GlobalPermission {
1717
.PARAMETER propagate
1818
Whether or not to propgate the permission assignment (true/false)
1919
#>
20-
New-GlobalPermission -vc_server "192.168.1.51" -vc_username "[email protected]" -vc_password "VMware1!" -vc_user "VGHETTO\lamw" -vc_role_id "-1" -propagate "true"
2120
param(
2221
[Parameter(Mandatory=$true)][string]$vc_server,
2322
[Parameter(Mandatory=$true)][String]$vc_username,

0 commit comments

Comments
 (0)