Lopes Cloud

[MICROSOFT 365] – DISABLE DIRSYNC

Connect to Microsoft 365 using Powershell

Connect-MsolService

To verify the actual directory synchronization status you can run the command bellow

(Get-MSOLCompanyInformation).DirectorySynchronizationEnabled

If your tenant has the dirsync enabled this command will return a “True” value

Now, to disable the synchronization:

Set-MsolDirSyncEnabled –EnableDirSync $false

This operation could take some time to take effect at Microsoft 365

.

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: