< Back
Set-ISHServiceTranslationOrganizer
Post
NAME Set-ISHServiceTranslationOrganizer
SYNOPSIS
Sets translation organizer windows service.
SYNTAX
Set-ISHServiceTranslationOrganizer [-DumpFolder <string>] [-MaxTranslationJobItemsUpdatedInOneCall <int>]
[-JobPollingInterval <TimeSpan>] [-PendingJobPollingInterval <TimeSpan>] [-SystemTaskInterval <TimeSpan>]
[-AttemptsBeforeFailOnRetrieval <int>] [-UpdateLeasedByPerNumberOfItems <int>] [-RetriesOnTimeout <int>]
-Credential <PSCredential> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
Set-ISHServiceTranslationOrganizer -SynchronizeTemplates <bool> -Credential <PSCredential> [-ISHDeployment
<ISHDeployment>] [<CommonParameters>]
Set-ISHServiceTranslationOrganizer -Count <int> -Credential <PSCredential> [-ISHDeployment <ISHDeployment>]
[<CommonParameters>]
Set-ISHServiceTranslationOrganizer -ISHWS <string> [-ISHWSCertificateValidationMode {None | PeerTrust | ChainTrust
| PeerOrChainTrust | Custom}] [-ISHWSDnsIdentity <string>] -IssuerBindingType {UserNameMixed | WindowsMixed}
-IssuerEndpoint <string> -Credential <PSCredential> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
DESCRIPTION
The Set-ISHServiceTranslationOrganizer cmdlet sets translation organizer windows service.
PARAMETERS
-DumpFolder <string>
The path to dump folder.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-MaxTranslationJobItemsUpdatedInOneCall <int>
The maximum number of job items updated in one call.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-JobPollingInterval <TimeSpan>
The interval of job polling.
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-PendingJobPollingInterval <TimeSpan>
The interval of polling of pending job.
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-SystemTaskInterval <TimeSpan>
The interval of system task.
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-AttemptsBeforeFailOnRetrieval <int>
The number of attempts before fail on retrieval.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-UpdateLeasedByPerNumberOfItems <int>
TUpdate leased by per number of items.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-SynchronizeTemplates <bool>
Synchronizing the templates.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-RetriesOnTimeout <int>
The number of retries on timeout.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-Count <int>
The number of TranslationOrganizer services in the system.
Required? true
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-ISHWS <string>
The URL to ISHWS.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ISHWSCertificateValidationMode <X509CertificateValidationMode>
Selected validation mode.
Possible values: None, PeerTrust, ChainTrust, PeerOrChainTrust, Custom
Required? false
Position? named
Default value None
Accept pipeline input? false
Accept wildcard characters? false
-ISHWSDnsIdentity <string>
The DNS Endpoint Identity for ISHWS.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-IssuerBindingType <BindingType>
Type of ISHWS authentication.
Possible values: UserNameMixed, WindowsMixed
Required? true
Position? named
Default value UserNameMixed
Accept pipeline input? false
Accept wildcard characters? false
-IssuerEndpoint <string>
The URL to issuer ISHWS endpoint.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Credential <PSCredential>
The credential to get access to ISHWS.
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-ISHServiceTranslationOrganizer -ISHDeployment $deployment -MaxTranslationJobItemsUpdatedInOneCall 1000
This command enables the translation organizer windows service. Parameter $deployment is a deployment name or an
instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
---------- EXAMPLE 2 ----------
PS C:\\>Set-ISHServiceTranslationOrganizer -ISHDeployment $deployment -SynchronizeTemplates $true
This command enables synchronizing the templates. Parameter $deployment is a deployment name or an instance of the
Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
---------- EXAMPLE 3 ----------
PS C:\\>Set-ISHServiceTranslationOrganizer -ISHDeployment $deployment -Count 2
This command changes the amount of instances of services. Parameter $deployment is a deployment name or an
instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
---------- EXAMPLE 4 ----------
PS C:\\>Set-ISHServiceTranslationOrganizer -ISHDeployment $deployment -ISHWS "http://example.com/InfoShareWS/"
-ISHWSCertificateValidationMode "ChainTrust"
This command sets new ISHWS URL. Parameter $deployment is a deployment name or an instance of the Content Manager
deployment retrieved from Get-ISHDeployment cmdlet.
---------- EXAMPLE 5 ----------
PS C:\\>Set-ISHServiceTranslationOrganizer -ISHDeployment $deployment -ISHWS "http://example.com/InfoShareWS/"
-IssuerBindingType "WindowsMixed" -IssuerEndpoint "http://example.com/InfoShareSTS/issue/w ... ed/windows"
This command sets new ISHWS URL, the type of issuer binding, the issuer endpoint. Parameter $deployment is a
deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
---------- EXAMPLE 6 ----------
PS C:\\>Set-ISHServiceTranslationOrganizer -ISHDeployment $deployment -ISHWS "http://example.com/InfoShareWS/"
-IssuerBindingType "UserNameMixed" -IssuerEndpoint "http://example.com/InfoShareSTS/issue/w ... d/username"
-Credential $credential
This command sets new ISHWS URL, the type of issuer binding, the issuer endpoint and new credential. Parameter
$deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment
cmdlet.
RELATED LINKS
Enable-ISHExternalPreview
SYNOPSIS
Sets translation organizer windows service.
SYNTAX
Set-ISHServiceTranslationOrganizer [-DumpFolder <string>] [-MaxTranslationJobItemsUpdatedInOneCall <int>]
[-JobPollingInterval <TimeSpan>] [-PendingJobPollingInterval <TimeSpan>] [-SystemTaskInterval <TimeSpan>]
[-AttemptsBeforeFailOnRetrieval <int>] [-UpdateLeasedByPerNumberOfItems <int>] [-RetriesOnTimeout <int>]
-Credential <PSCredential> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
Set-ISHServiceTranslationOrganizer -SynchronizeTemplates <bool> -Credential <PSCredential> [-ISHDeployment
<ISHDeployment>] [<CommonParameters>]
Set-ISHServiceTranslationOrganizer -Count <int> -Credential <PSCredential> [-ISHDeployment <ISHDeployment>]
[<CommonParameters>]
Set-ISHServiceTranslationOrganizer -ISHWS <string> [-ISHWSCertificateValidationMode {None | PeerTrust | ChainTrust
| PeerOrChainTrust | Custom}] [-ISHWSDnsIdentity <string>] -IssuerBindingType {UserNameMixed | WindowsMixed}
-IssuerEndpoint <string> -Credential <PSCredential> [-ISHDeployment <ISHDeployment>] [<CommonParameters>]
DESCRIPTION
The Set-ISHServiceTranslationOrganizer cmdlet sets translation organizer windows service.
PARAMETERS
-DumpFolder <string>
The path to dump folder.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-MaxTranslationJobItemsUpdatedInOneCall <int>
The maximum number of job items updated in one call.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-JobPollingInterval <TimeSpan>
The interval of job polling.
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-PendingJobPollingInterval <TimeSpan>
The interval of polling of pending job.
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-SystemTaskInterval <TimeSpan>
The interval of system task.
Required? false
Position? named
Default value 00:00:00
Accept pipeline input? false
Accept wildcard characters? false
-AttemptsBeforeFailOnRetrieval <int>
The number of attempts before fail on retrieval.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-UpdateLeasedByPerNumberOfItems <int>
TUpdate leased by per number of items.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-SynchronizeTemplates <bool>
Synchronizing the templates.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-RetriesOnTimeout <int>
The number of retries on timeout.
Required? false
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-Count <int>
The number of TranslationOrganizer services in the system.
Required? true
Position? named
Default value 0
Accept pipeline input? false
Accept wildcard characters? false
-ISHWS <string>
The URL to ISHWS.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ISHWSCertificateValidationMode <X509CertificateValidationMode>
Selected validation mode.
Possible values: None, PeerTrust, ChainTrust, PeerOrChainTrust, Custom
Required? false
Position? named
Default value None
Accept pipeline input? false
Accept wildcard characters? false
-ISHWSDnsIdentity <string>
The DNS Endpoint Identity for ISHWS.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-IssuerBindingType <BindingType>
Type of ISHWS authentication.
Possible values: UserNameMixed, WindowsMixed
Required? true
Position? named
Default value UserNameMixed
Accept pipeline input? false
Accept wildcard characters? false
-IssuerEndpoint <string>
The URL to issuer ISHWS endpoint.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Credential <PSCredential>
The credential to get access to ISHWS.
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-ISHServiceTranslationOrganizer -ISHDeployment $deployment -MaxTranslationJobItemsUpdatedInOneCall 1000
This command enables the translation organizer windows service. Parameter $deployment is a deployment name or an
instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
---------- EXAMPLE 2 ----------
PS C:\\>Set-ISHServiceTranslationOrganizer -ISHDeployment $deployment -SynchronizeTemplates $true
This command enables synchronizing the templates. Parameter $deployment is a deployment name or an instance of the
Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
---------- EXAMPLE 3 ----------
PS C:\\>Set-ISHServiceTranslationOrganizer -ISHDeployment $deployment -Count 2
This command changes the amount of instances of services. Parameter $deployment is a deployment name or an
instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
---------- EXAMPLE 4 ----------
PS C:\\>Set-ISHServiceTranslationOrganizer -ISHDeployment $deployment -ISHWS "http://example.com/InfoShareWS/"
-ISHWSCertificateValidationMode "ChainTrust"
This command sets new ISHWS URL. Parameter $deployment is a deployment name or an instance of the Content Manager
deployment retrieved from Get-ISHDeployment cmdlet.
---------- EXAMPLE 5 ----------
PS C:\\>Set-ISHServiceTranslationOrganizer -ISHDeployment $deployment -ISHWS "http://example.com/InfoShareWS/"
-IssuerBindingType "WindowsMixed" -IssuerEndpoint "http://example.com/InfoShareSTS/issue/w ... ed/windows"
This command sets new ISHWS URL, the type of issuer binding, the issuer endpoint. Parameter $deployment is a
deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.
---------- EXAMPLE 6 ----------
PS C:\\>Set-ISHServiceTranslationOrganizer -ISHDeployment $deployment -ISHWS "http://example.com/InfoShareWS/"
-IssuerBindingType "UserNameMixed" -IssuerEndpoint "http://example.com/InfoShareSTS/issue/w ... d/username"
-Credential $credential
This command sets new ISHWS URL, the type of issuer binding, the issuer endpoint and new credential. Parameter
$deployment is a deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment
cmdlet.
RELATED LINKS
Enable-ISHExternalPreview