문제

SharePoint 2010 환경 중 하나에서 SP_FARM 계정은 아래의 서비스를 담당하고 계정의 암호를 변경하고 싶습니다.

Farm Account
Microsoft SharePoint Foundation Sandboxed Code Service
User Profile Synchronization Service
Web Analytics Data Processing Service
SharePoint Server Search
Microsoft SharePoint Foundation Application Pool: SharePoint - 80
Microsoft SharePoint Foundation Application Pool: SharePoint - 23692
Security Token Service Application
Application Discovery and Load Balancer Service Application
Search Administration Web Service for Search Service Application
Access Services
Secure Store Service
PerformancePoint Service Application
Visio Graphics Service
Managed Metadata Service
Word Automation Services
Excel Services Application
Business Data Connectivity Service
User Profile Service Application
Search Service Application
Web Analytics Service Application
.

단계를 따라갈 수 있고 어떤 단계를 누락 할 수 있다면 알려 드리겠습니다.

계정 암호 변경
Central Admin> 보안> 관리 계정 구성 -> 변경하려는 암호를 변경하려는 계정 옆에있는 편집 아이콘을 클릭합니다. -> 새 값으로 계정 설정 -> SharePoint는 AD 및 SharePoint에서 암호를 변경합니다.

UPS :
Central Admin> System Settings> 서버에서 서비스 관리 -> 사용자 프로필 서비스를 중지하고 SOU..After가 중지 된 후 시작을 클릭하여 백업을 시작할 때 계정을 백업합니다.

윈도우 서비스 Windows 서비스에 동일한 계정이 사용됩니까? 암호를 업데이트하거나 자동으로 관리해야합니까?

서버를 재부팅하고 응용 프로그램의 상태를 확인하십시오.

도움이 되었습니까?

해결책

I do this on a regular basis and I always use this following PowerShell:

Set-SPManagedAccount -UseExistingPassword -Identity

I don't usually reboot but it never hurts. For identity, use the full login name. After you hit enter, PowerShell will ask for the new password. I find this a lot quicker than using the GUI.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top