본문 바로가기

SharePoint/SPS2010

Windows 토큰 서비스 계정에 대한 클레임을 다시 설정하는 방법(SharePoint Server 2010)

Windows 토큰 서비스 계정에 대한 클레임을 다시 설정하는 방법(SharePoint Server 2010)

 

http://technet.microsoft.com/ko-kr/library/gg502596.aspx


$claims = get-spserviceinstance

$claims = get-spserviceinstance -identity 83143ee4-5fbc-4e1a-b856-cf03aae577e1


$claims.Service.ProcessIdentity.CurrentIdentityType=0 


// The 0 in the preceding line is IdentityType.LocalSystem


$claims.Service.ProcessIdentity.Update()


$claims.Service.ProcessIdentity.Deploy()


$claims.Service.ProcessIdentity 


// This output demonstrates that the cmdlet was successful


//CurrentIdentityType : LocalSystem

//CurrentSecurityIdentifier : S-1-5-18

//ManagedAccount :

//ProcessAccount : S-1-5-18

//Username : NT AUTHORITY\SYSTEM


후 Sharepoint2010 보안에서 window 클레임인증 서비스 ID를 관리자로 변경 후 IIS 리셋


안될경우 아래의 내용을 반복

로컬 정책 > 사용자 권한 할당 -   서비스로 로그온 , 운영체제의 일부로 작동, 인증 후 클라이언트 가장으로 로그온 설정