:: Soft Verk ::
HOME > 고객지원 > News&Notice


Active Directory Sync 소개
글쓴이: softverk
작성일: 14-11-11 11:37 조회: 3,462 추천: 0 비추천: 0
Active Directory Sync 소개 합니다.
On-Premise 환경에 Active Directory 계정을 Office 365 환경으로 Sync 할 수가 있습니다.
다만, Office365 연동 계정의 로그인ID (UPN:User Principal Name)의 경우 Active Directory Sync을 통한 동기화를 할 수 없습니다.
(by design) AD와 연동 된 계정의 UPN을 변경하기 위해서는 다음 방법으로 변경 할 수 있습니다.
 
1. Windows Azure Active Directory, Windows Azure Active Directory 모듈에 대한 Windows PowerShell에서 마우스 오른쪽 단추를 클릭하여 관리자 권한으로 실행 합니다.
2. 다음 명령을 실행 합니다.
a) connect-MSOLService (Global Admin 계정으로 로그인)
b) Set-MsolUserPrincipalName -UserPrincipalName [ExistingUPN] -NewUserPrincipalName [DefaultDomainUPN]
예) Set-MsolUserPrincipalName -UserPrincipalName user1@constoso.com -NewUserPrincipalName user1@contoso.onmicrosoft.com
3. Windows PowerShell 대한 Active Directory Azure 모듈을 종료 합니다.
4. Azure Active Directory 모듈에 대한 Windows PowerShell 다시 실행 합니다.
5. 다음 명령을 실행 합니다.
a) connect-MSOLService (Global Admin 계정으로 로그인)
b) Set-MsolUserPrincipalName -UserPrincipalName [DefaultDomainUPN] -NewUserPrincipalName [NewUPN]
 
Changes aren't synced by the Azure Active Directory Sync tool after you change the UPN of a user account to use a different federated domain
참조: http://support.microsoft.com/kb/2669550/en-us
[이 게시물은 softverk님에 의해 2014-11-11 11:56:06 News & Notice에서 이동 됨]