Ajay Joshiaj4u.hashnode.dev·Aug 16, 2023Extract User details from the Export Errors of the Cloud connector in AD ConnectWe can get a list of affected users from the Cloud connector's Export errors using this method which requires manipulation in both XML(in PowerShell) & Excel. Usually, we export the errors using the CSExport tool in PowerShell:- cd "C:\Program Files...Discuss·1 likeazure ad connect
Ajay Joshiaj4u.hashnode.dev·Apr 27, 2023Guest users can't sign-in on Office.comWe created Guest accounts in Microsoft 365 and converted them to Members and changed their UPNs to the custom domain removing the #EXT# portion. Now, their UPNs are exactly like their personal email just that the domain is replaced with the tenant's ...Discuss·64 readsMicrosoft365
Bervianto Leo Pratamahashnode.berviantoleo.my.id·Nov 19, 2022Case Study: Connecting Azure AD SSO with AWSIntroduction We will learn how to connect Azure AD with AWS. We will use Azure AD as the identity provider, so Azure AD users will be used to log in to AWS. Let's dive deep into each component. Azure AD I will not explain too much about Azure AD. I'l...Discuss·33 readsAWS
Simon Diehmsimondiehm.com·Nov 17, 2022Automate AzureAD Multifactor Authentication EnrollmentOverview This article covers how to automatically enroll users in your Azure AD environment with multi-factor authentication (MFA). This is achieved using Powershell and the Microsoft Graph API. The example will use SMS-based MFA. You can also use th...Discuss·1 like·218 readsAzureAD