Lopes Cloud

[MICROSOFT 365] – DISABLE DIRSYNC | AZURE AD CONNECT

To disable your AD Sync with Microsoft 365 follow the steps below:

Connect to Microsoft 365 PowerShell

Connect-MsolService

Disable the AD Sync

Set-MsolDirSyncEnabled –EnableDirSync $false

This could take up to 72 hours to return the result you are expecting. To check the status use the command below

(Get-MSOLCompanyInformation).DirectorySynchronizationEnabled

Compartilhe:

Bruno Lopes

Bruno Lopes

Hey there! I'm Bruno Lopes a consultant based in São Paulo, Brazil. I have been working in the IT industry for over 18+ years and have worked in a variety of roles, from helpdesk to systems administration and now as a cloud consultant. I worked in all aspects of Microsoft technology from end-user computing to on-premises data centers but now I spend all my time working with Microsoft Azure and Microsoft 365, deploying and automating solutions for customers across a wide range of industries. When I'm not focusing on IT, I enjoy music and reading, spending as much time as possible with my wife and daughter.

Continue lendo...

This guide outlines setting up Azure AD SSO with AWS, streamlining access management for enterprise applications.

Issue: Facing synchronization challenges with Active Directory (AD) users in Microsoft Entra ID (formerly known as Azure AD)? You’re not alone. It’s a common scenario where AD users fail to

Change Microsoft SQL database owner with ALTER DATABASE and ALTER AUTHORIZATION commands for streamlined ownership management.

To kill a VM process follow the steps below: Open POWERSHELL as administrator: