AzureAD PowerShell Check if user is member of group
Today I want to show a small function which just checks whether an user is member of a group or not. This may be helpful if you want to check user inside a azure ad powershell script. Normally the script (if all parameters are set correctly) the script return TRUE or FALSE. Whats the ability …
Read more “AzureAD PowerShell Check if user is member of group”