I just want to know the simple powershell command to extract the list all azure cloud only groups which is empty,
The group’s source should be cloud not WindowsAD server
Just try to extract
Get-AzureADGroupMember -all .count
I just want to know the simple powershell command to extract the list all azure cloud only groups which is empty,
The group’s source should be cloud not WindowsAD server
Just try to extract
Get-AzureADGroupMember -all .count