When I run the script for conditional access I get these two errors. It does not prevent the script from running and producing the documents
You cannot call a method on a null-valued expression.
At C:\Program Files\WindowsPowerShell\Modules\IntuneDocumentation\2.0.19\Internal\Get-AzureADUser.ps1:27 char:9
You cannot call a method on a null-valued expression.
At C:\Program Files\WindowsPowerShell\Modules\IntuneDocumentation\2.0.19\Internal\Get-AzureADUser.ps1:27 char:9
$errorResponse = $ex.Response.GetResponseStream()
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
Any help appreciated
When I run the script for conditional access I get these two errors. It does not prevent the script from running and producing the documents
You cannot call a method on a null-valued expression. At C:\Program Files\WindowsPowerShell\Modules\IntuneDocumentation\2.0.19\Internal\Get-AzureADUser.ps1:27 char:9
You cannot call a method on a null-valued expression. At C:\Program Files\WindowsPowerShell\Modules\IntuneDocumentation\2.0.19\Internal\Get-AzureADUser.ps1:27 char:9
Nirender