- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe to Topic
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Check if MFA is enabled/disabled/enforced on Get-PartnerCustomerUser
I'd like to know if it is possible to get information if a PartnerCustomerUser has MFA enabled.
Right now I can only see
DisplayName :
FirstName :
ImmutableId :
LastName :
LastDirectorySyncTime :
PhoneNumber :
SoftDeletionTime :
State :
UsageLocation :
UserDomainType :
UserId :
UserPrincipalName :
Solved! Go to Solution.
- Labels:
-
CSP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
No, this is not possible with the Partner Center module, but as Partner with delegated admin privileges you can also use the AzureAD module with your Partner credentials and connect to the customer tenant.
However, getting the per-user status is not really recommended, "per-user" MFA is not recommended anymore - Security Defaults or Conditional Access is recommended. Thus there is no MFA user configuration that can be checked - it is possible to get Sing-in logs this to check if the actual login attempts was happening with MFA.
May I ask what the purpose is, why do you want to check this the users of your customers?
Receive consultations via Technical Presales and Deployment Services team
- Mark as New
- Bookmark
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
No, this is not possible with the Partner Center module, but as Partner with delegated admin privileges you can also use the AzureAD module with your Partner credentials and connect to the customer tenant.
However, getting the per-user status is not really recommended, "per-user" MFA is not recommended anymore - Security Defaults or Conditional Access is recommended. Thus there is no MFA user configuration that can be checked - it is possible to get Sing-in logs this to check if the actual login attempts was happening with MFA.
May I ask what the purpose is, why do you want to check this the users of your customers?
Receive consultations via Technical Presales and Deployment Services team
