Blog

test3

        Kind Regards,   Kon Belieu

How to: Get Users Without MFA in Microsoft 365 report.

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:

How to Fix Azure Active Directory Sync error:   Go to MS Entra Admin Center >> Go[…]

SBS Server: How to Transfer or Seize Active Directory FSMO Roles with PowerShell

Type in powershell “NETDOM QUERY FSMO” to show who has all the roles.   How to Transfer[…]

How to Disable Security Defaults in Office 365?

How to Disable Security Defaults in Office 365? – TheITBros How to Disable Security Defaults in Office[…]

How to Setup Sharp Printer to SCAN to Email using office365 account

  Microsoft Office 365 SMTP Settings in Sharp GUI Office365 is quickly becoming the most popular email[…]

How to Disable AD Connect Sync

How to Disable AD Connect Sync: POWER SHELL  ISE as Administrator Set-MsolDirSyncEnabled -EnableDirsync $false   https://zazbotech.com/2021/09/09/35/ and[…]

Office 365: Convert On Prem Ad Connect Synched users to Cloud 365 accounts and retain current password

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[…]

Latest Comments

No comments to show.