powershell_module_identitynow
powershell_module_identitynow copied to clipboard
Update Get-IdentityNowRole.ps1
Line 89 : $count = [int] $response.Headers["X-Total-Count"][0] Count value is not correct due to the [0]
Good value with : $count = [int] $response.Headers["X-Total-Count"]