기술자료 (KB)/Active Directory (AD)
Azure AD에서 패스워드를 변경하면 On-Prem AD의 패스워드가 변경되려면 어떻게 해야 하나요?
이완주
2024. 7. 9. 12:00
On-Prem AD와 Azure AD와 Azure AD Connector로 연결하면 단방향 복제가 되어 AD의 계정 정보가 Azure AD에 동기화 되게 됩니다.
Azure AD에서 패스워드를 변경하면 On-Prem AD의 패스워드가 변경하고자 한다면
1. Azure AD Connector 설정
2. Office.com 설정
Azure AD Password 동기화
Import-Module 'C:\\Program Files\\Microsoft Azure AD Connect Provisioning Agent\\Microsoft.CloudSync.Powershell.dll'
Set-AADCloudSyncPasswordWritebackConfiguration -Enable $true -Credential $(Get-Credential)
[관련자료]
https://learn.microsoft.com/ko-kr/entra/identity/authentication/tutorial-enable-sspr-writeback