< Back

Set-ISHServiceUser

Wed Jan 15, 2020 8:46 am

NAME Set-ISHServiceUser



SYNOPSIS

Sets Service user credentials.





SYNTAX

Set-ISHServiceUser -Credential <PSCredential> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]





DESCRIPTION

The Set-ISHServiceUser cmdlet sets new security credentials of Service user. Changes will take effect after the

restart of services. Please, see refer cmdlets below





PARAMETERS

-Credential <PSCredential>

The credential that will be set.



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ISHDeployment <ISHDeployment>

Specifies the name or instance of the Content Manager deployment.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



---------- EXAMPLE 1 ----------



PS C:\\>Set-ISHServiceUser -ISHDeployment $deployment -Credential $credential



This command sets new Service user credentials. Parameter $deployment is a deployment name or an instance of the

Content Manager deployment retrieved from Get-ISHDeployment cmdlet.



RELATED LINKS

Disable-ISHServiceTranslationBuilder

Disable-ISHServiceTranslationOrganizer

Enable-ISHServiceTranslationBuilder

Enable-ISHServiceTranslationOrganizer

Set-ISHOSUser

Set-ISHActor