Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
azure:qnd:azure_iam [2022/06/14 16:23] – created mgupton | azure:qnd:azure_iam [2022/09/03 13:00] (current) – [Azure IAM] mgupton | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Azure IAM ====== | ====== Azure IAM ====== | ||
+ | * [[https:// | ||
+ | * Azure has two separate/ | ||
+ | * A user with the //Global Administrator// | ||
- | === List all members | + | > **Azure AD roles** – Sometimes referred to as directory roles, Azure AD roles include built-in and custom roles to manage Azure AD and other Microsoft 365 online services. |
+ | |||
+ | > **Azure roles** – The role-based access control (RBAC) roles in Azure that grants access to management groups, subscriptions, | ||
+ | |||
+ | [[https:// | ||
+ | ====== Misc Tools/ | ||
+ | * Windows command '' | ||
+ | |||
+ | |||
+ | ====== Azure Active Directory Domain Services/ | ||
+ | * Be mindful when joining Windows VMs to an AADDS domain that only the first 15 characters | ||
+ | |||
+ | |||
+ | ====== Related ====== | ||
+ | * [[microsoft: | ||
- | <code powershell> | ||
- | Get-MsolRole | where {$_.Name -like " | ||
- | </ |