Contents tagged with Admin
-
Office 365 Administration Roles
https://blog.codeasite.com/office-365-administrator-permissions/ more
-
Sharepoint Set Site Collection Administrator with Powershell
$siteCollectionUrl = "<my site>"$site =new-object Microsoft.SharePoint.SPSite($siteCollectionUrl)$web = $site.RootWeb$primarAdministrator = $web.EnsureUser("domain\sp_admin")$site.Owner = $ … more
-
Microsoft Azure Administrator Types
https://www.msb365.blog/?p=83
https://cloudacademy.com/course/managing-azure-subscriptions-resource-groups/change-the-account-administrator/
-
Change the Microsoft Azure Account Administrator
To confirm who the current account administrator is for a subscription, browse to the subscription in the Azure portal, and look under settings. Click properties. The account administrator for the … more
-
How to find the Global Admin for your Azure AD tenant
https://blogs.msdn.microsoft.com/friis/2018/04/20/how-to-find-the-global-admin-for-your-azure-ad-tenant/