Skip to content

Commit 77cebc8

Browse files
authored
Merge pull request #87 from changhuahong/master
Removed erroneous line causing New-GlobalPermission to fail
2 parents 3b53656 + 1bbf0b1 commit 77cebc8

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)