Forum Discussion

Chris Parker's avatar
Chris Parker
Iron Contributor
Mar 14, 2018
Solved

Best practice for Global Admin account and how to transition my own account

I'm sure mine is a common scenario: I created the Office 365 tenant and so I am a Global Admin. Over time, I've created multiple services, setup AAD Connect, and the list goes on.   I want to do ...
  • VasilMichev's avatar
    Mar 14, 2018

    Service side, no credentials are stored. AAD Connect also doesn't store the GA credentials, it uses its own account. The common scenarios are storing credentials in PowerShell scripts/scheduled tasks and similar.

     

    In general, once you create the new account, you can query the Azure AD audit logs for any logon activity from the old one, which should give you an idea if/where it's still used.

     

    The best practice is using separate accounts, as it minimizes the chances you will expose the credentials for the privileged account (un)intentially. But protecting it with MFA is a good middle ground.

Resources