Posts in Windows

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

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