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
Describe the bug
Get-MsIdUnmanagedExternalUsers does not handle the IsViral property being missing. The $userRealmResponse variable needs to be checked to ensure it has an object.
To Reproduce
Execute Get-MsIdUnmanagedExternalUsers
Expected behavior
Just show viral users found and handle empty object / missing property
Screenshots
Environment (please complete the following information):
OS: Windowd
PowerShell Version - 7.2
MS Graph SDK PowerShell Module Version 1.9.2
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Get-MsIdUnmanagedExternalUsers does not handle the IsViral property being missing. The $userRealmResponse variable needs to be checked to ensure it has an object.
To Reproduce
Execute Get-MsIdUnmanagedExternalUsers
Expected behavior
Just show viral users found and handle empty object / missing property
Screenshots
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: