Blog

Set up time server on windows 2022

PowerShell   w32tm /config /syncfromflags:manual /manualpeerlist:”time.windows.com,0x8″ /reliable:yes /update w32tm /config /update restart-service w32time    

o turn off Windows PowerShell 2.0 on Windows Server 2022

To turn off Windows PowerShell 2.0 on Windows Server 2022, you can use the Remove Roles and Features[…]

How to sync proofpoint with Azure AD?

How to sync proofpoint with Azure AD? After logging into your Proofpoint Essentials interface (such as us1.proofpointessentials.com): Navigate[…]

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

Latest Comments

No comments to show.