We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c90a8 commit 76044a9Copy full SHA for 76044a9
Modules/CIPPCore/Public/Authentication/Test-CIPPAccess.ps1
@@ -100,7 +100,7 @@ function Test-CIPPAccess {
100
$User = Test-CIPPAccessUserRole -User $User
101
}
102
103
- Write-Information ($User | ConvertTo-Json -Depth 5)
+ #Write-Information ($User | ConvertTo-Json -Depth 5)
104
# Return user permissions
105
if ($Request.Params.CIPPEndpoint -eq 'me') {
106
Push-OutputBinding -Name Response -Value ([HttpResponseContext]@{
0 commit comments