Skip to content

Commit

Permalink
✏️ Remove output of body & URI
Browse files Browse the repository at this point in the history
  • Loading branch information
UpperM committed Aug 24, 2020
1 parent f3f145b commit 9408a93
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions PSGuacamole/Public/UserGroups/Add-GuacUserGroupMember.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ Function Add-GuacUserGroupMember()
[System.String]
$DataSource,



[ValidateNotNullOrEmpty()]
[Parameter(
Position = 2,
Mandatory = $true
)]
[System.String]

$Member,

[ValidateNotNullOrEmpty()]
Expand All @@ -38,8 +35,7 @@ Function Add-GuacUserGroupMember()
} | ConvertTo-Json
$Body = "[$($Parameters)]"
$Uri = "$Server/api/session/data/$($DataSource)/userGroups/$Group/memberUsers/?token=$($Token)"
Write-Output $Uri
Write-Output $Body

}
process
{
Expand Down

0 comments on commit 9408a93

Please sign in to comment.