You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello has anyone run the script successfully ?
After following the instructions and running the script like this :
.\Get-IntuneManagedDeviceBitLockerKeyPresence.ps1 -TenantID "xxxxxxxxxxxx" -ClientID "yyyyyyyyyy" -State NotPresent -Verbose
This returns all of my devices .
If run with state Present it returns none.
The text was updated successfully, but these errors were encountered:
I cannot use this script, it returns errors on both getting the auth token, and retrieving data.
At first I get this error:
See https://aka.ms/msal-net-invalid-client for details. Original exception:
AADSTS7000218: The request body must contain the following parameter: 'client_assertion' or 'client_secret'.
When I modify the script to provide a client secret, I then get this error:
Getting Message After Tenant and Client ID verified.
WARNING: Unhandled error occurred in function. Error message: You cannot call a method on a null-valued expression.
Hello has anyone run the script successfully ?
After following the instructions and running the script like this :
.\Get-IntuneManagedDeviceBitLockerKeyPresence.ps1 -TenantID "xxxxxxxxxxxx" -ClientID "yyyyyyyyyy" -State NotPresent -Verbose
This returns all of my devices .
If run with state Present it returns none.
The text was updated successfully, but these errors were encountered: