Power Shell: Install-module Msonline Connect-MsolService Get-MsolUser -all | select DisplayName,UserPrincipalName,@{N= “MFAStatus”; E ={if( $_.StrongAuthenticationRequirements.State -ne[…]
How to Fix Azure Active Directory Sync error: Go to MS Entra Admin Center >> Go[…]
Type in powershell “NETDOM QUERY FSMO” to show who has all the roles. How to Transfer[…]
How to Disable Security Defaults in Office 365? – TheITBros How to Disable Security Defaults in Office[…]
Microsoft Office 365 SMTP Settings in Sharp GUI Office365 is quickly becoming the most popular email[…]
How to Disable AD Connect Sync: POWER SHELL ISE as Administrator Set-MsolDirSyncEnabled -EnableDirsync $false https://zazbotech.com/2021/09/09/35/ and[…]
learn.microsoft.com/en-us/answers/questions/843619/convert-on-prem-ad-connect-synched-users-to-cloud Set-MsolDirSyncEnabled -EnableDirsync $false Note: It may take up to 72 hours to complete deactivation[…]