A Global Administrator (sometimes called Global Admin) is a user with highest level of administrative privilege within a Microsoft 365 tenant. This role grants full access to all management features and services in the tenant, making it the most powerful and critical role in the organization.
Because of its extensive permissions, this role should only be assigned to:
The Global Administrator role is the cornerstone of tenant management, combining power with responsibility. Handle with care!
Using Microsoft 365 Admin Center
Using Graph PowerShell
$DirObject = @{
"@odata.id" = "https://graph.microsoft.com/v1.0/directoryObjects/a9b3f67a-de74-42f3-8ae1-9a43ab10817b"
}
New-MgDirectoryRoleMemberByRef -DirectoryRoleId '232142d7-3931-4598-b199-75199c53beb7' -BodyParameter $DirObject
Note: You can get the role id using the following command:
get-mgdirectoryrole | select id, displayname
Manage Your Tenant Using Our Free Admin Tools
If you do not have the technical expertise to use Graph PowerShell, then you can use our free Microsoft 365 admin tools to manage your tenant.
Did You Know? Managing Microsoft 365 applications is even easier with automation. Try our Graph PowerShell scripts to automate tasks like generating reports, cleaning up inactive Teams, or assigning licenses efficiently.
Ready to get the most out of Microsoft 365 tools? Explore our free Microsoft 365 administration tools to simplify your administrative tasks and boost productivity.
© Your Site Name. All Rights Reserved. Design by HTML Codex