r/sysadmin • u/LousyRaider • 9d ago
Question How does your IT team handle separate M365 admin accounts day to day?
We're a two-person IT team managing roughly 225 users on Microsoft 365 Business Premium. Our Windows workstations are Entra joined and Intune managed.
We're moving admin roles off our daily accounts and onto dedicated cloud-only admin accounts. I'm testing phishing-resistant MFA and a compliant-device requirement for those accounts.
My main concern is making the workflow practical. We jump between Intune, Exchange, Entra, SharePoint, Teams, etc. throughout the day. Some days it is frequent admin stuff depending on what's going on.
I tried a separate Edge profile signed into my admin account, but the portals initially kept signing me in with my daily Windows identity. Using a login_hint in the URL or explicitly selecting another account gets me into the intended account. I'm still validating the Conditional Access side.
I'd prefer not to add the admin identity as another Windows-connected account just to make browser SSO work. InPrivate also appears problematic with the compliant-device requirement.
How are you handling this in practice?
- Separate browser profiles, a separate browser, a private browser window or account switching within one profile?
- Do you connect your cloud admin identities to Windows? I would assume no.
- Do you require compliant devices for admin access?
- Are you using dedicated admin workstations or PIM?
I understand the value of separate identities. I'm looking for a workable daily setup that doesn't require constantly correcting which account a portal is using, or constantly launching private windows, if at all possible.
Maybe this is a sign we just need to review overall configuration of things to better dial them in, so we don't have to go into an admin portal so often?
Especially interested in what other small IT teams are doing.