May 2019
Intermediate to advanced
620 pages
21h 41m
English
While the Azure AD Portal, today, provides information on the roles and their members, which is a complete overview of all privileged users.
The lines of PowerShell in this recipe show this information. The first line creates an array. Then, each role is cycled through for members, who are then added to the array. The last line of PowerShell displays the contents of the array.
The Azure Cloud Shell is an ideal way to run PowerShell on systems that don't run or may not run PowerShell 5.0 or newer, or take advantage of .NET Framework. Since running the Azure Cloud Shell requires both access to Azure AD and Azure storage, it is not usable for Azure AD tenants that merely exist as Identity stores for Office 365.
Read now
Unlock full access