What’s the Best Way to Secure a Dedicated Global Administrator Account?

0
3
Asked By MellowCedar47 On

I'm removing the Global Administrator role from my everyday account and creating a separate account for administrative use. I'd like to protect it as strongly as possible, so I'm considering a Conditional Access policy that requires the account to sign in only from a compliant hybrid-joined device. The main inconvenience is that my browser is signed in with my normal account, so I had to create a separate Edge profile for the administrator account. What approach do you use for dedicated Global Administrator accounts? Is strong MFA or a passkey enough, or should I also require a compliant device, a privileged access workstation, and just-in-time role activation? I already maintain two separate break-glass accounts for emergencies.

4 Answers

Answered By CopperWillow58 On

Treat Global Administrator as an emergency-level account rather than something used for routine work. Use a separate admin identity from a compliant, MFA-protected device, and keep offline emergency credentials and multiple security keys secured in separate locations. The exact setup depends on your organization’s risk tolerance, but daily administration should use lower-privilege roles whenever possible.

Answered By TidyFalcon36 On

Require both phishing-resistant MFA and a device restriction. A device filter based on the device’s join state can be more dependable than relying only on Intune compliance, since compliance signals can occasionally be delayed or incorrect. Keep your break-glass accounts outside these policies so they remain usable during an outage.

Answered By BrightPebble82 On

Use a dedicated privileged access workstation and require phishing-resistant MFA, such as a FIDO2 security key or passkey. A separate browser profile is a reasonable way to keep the privileged and everyday sessions isolated.

Answered By QuietMaple91 On

Put the Global Administrator role behind Privileged Identity Management. The account should normally have no active role, and activation should require MFA, approval or justification where appropriate, and a short expiration time. That also gives you a clear audit trail for every elevation.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.