If you change the Windows details of the system account's user name and password. Ensure that all associated Content Manager accounts are updated to use the same name and password. You can complete this task with an ISHDeploy cmdlet.
Before you begin
Before you begin make sure that:
- You have access to the main Content Manager server and/or batch server.
- You know both the current and new password for the account.
Procedure
- Sign in to Organize Space as a user with administrator-level credentials.
- Go to and verify that no publication jobs or other Content Manager background tasks are running on the server.
- In a Powershell command shell, enter the following command:
Set-ISHOSUser -ISHDeployment $deployment -UserName $userName -UserPassword $userPassword
Where:
- $deployment is a deployment name or an instance of the Content Manager deployment retrieved from
Get-ISHDeployment cmdlet.
- $userPassword is operation system's user name
- $userPassword is the operation system's user password