Cloud/Azure

[Azure] Azure AD Connect 동기화 해제 및 사용자 삭제

tpcable 2020. 7. 9. 09:44

테스트 끝나고  AD서버 VM을 삭제 했는데 Azure AD Connect 상태가 지속적으로 사용으로 나옴

동기화 해제하는 명령어
-> Set-MsolDirSyncEnabled –EnableDirSync $false

 

 

정상적으로 실행 됐는지 확인하는 명령어 값이 false로 떨어져야함
-> (Get-MSOLCompanyInformation).DirectorySynchronizationEnabled

Azure AD User중 삭제가 활성화 되지 않을 때 삭제 방법

 

User리스트 불러오기

-> get-msoluser

 

-> 사용자 삭제
Remove-MsolUser –UserPrincipalName abc@onmicrosoft.com

 

참고: https://support.microsoft.com/en-us/help/2619062/you-can-t-manage-or-remove-objects-that-were-synchronized-through-the

참고: https://support.microsoft.com/en-us/help/2709902/object-deletions-aren-t-synchronized-to-azure-ad-when-using-the-azure