Apr 14 2020
10:55 AM
- last edited on
Jul 24 2020
01:12 AM
by
TechCommunityAP
Apr 14 2020
10:55 AM
- last edited on
Jul 24 2020
01:12 AM
by
TechCommunityAP
Since we have a conditionnal access control requiring domain joined device and mfa to access azure management..when we are using powershell it seems like powershell cannot recognize the device as domain joined and access is blocked due to the domain joined access control after mfa is performed. Any idea why?
Apr 14 2020 06:31 PM
Apr 15 2020 07:56 AM
Solution
hmm, actually I can not reproduce this.
My device is AAD hybrid joined and we have CA policy requiring hybrid joined devices and another one basically blocking "other clients" aka basic authentication. What are your AAD Sign-In Logs saying exactly .. or the Windows Application and Services - AAD logs?
My machine:
+----------------------------------------------------------------------+
| Device State |
+----------------------------------------------------------------------+
AzureAdJoined : YES
with a valid PRT:
+----------------------------------------------------------------------+
| SSO State |
+----------------------------------------------------------------------+
AzureAdPrt : YES
AzureAdPrtUpdateTime : 2020-04-15 05:58:26.000 UTC
AzureAdPrtExpiryTime : 2020-04-29 12:26:36.000 UTC
and I can successfully connect to Azure AD using the Connect-MsolService cmdlet.
Actually using "Manifest 1.1.183.57 MSOnline"
Maybe you have to update the module installed, aka C:\> Update-Module MSOnline
hth,
Claus
Apr 21 2020 07:31 AM