Active Directory / 메모
둘러보기로 가기
검색하러 가기
1 Azure AD Connect 끊기
https://docs.microsoft.com/ko-kr/microsoft-365/enterprise/connect-to-microsoft-365-powershell
1.1 Microsoft Online Services Sign-In Assistant for IT Professionals RTW 설치
https://www.microsoft.com/en-us/download/details.aspx?id=28177
PowerShell에서 다음 작업 수행
Install-Module MSOnline
- NuGet 공급자를 설치할지 묻는 메시지가 표시되면 Y
- PSGallery에서 모듈을 설치할지 묻는 메시지가 표시되면 Y
1.2 Azure AD에 연결
Connect-MsolService
1.3 연결 끊기
Set-MsolDirSyncEnabled -EnableDirSync $false
1.4 확인
(Get-MSOLCompanyInformation).DirectorySynchronizationEnabled
False를 반환할 때까지 정기적으로 실행