Tridion Docs
Show / Hide Table of Contents

Get-ISHDeploymentParameters

SYNOPSIS

Acquire the input parameters of a specific deployment.

SYNTAX

Default

Get-ISHDeploymentParameters [-Original] [-Changed] [-ShowPassword] [-ISHDeployment <ISHDeployment>]

SpecificParameter

Get-ISHDeploymentParameters [-Original] [-Changed] [-ShowPassword] -Name <String> [-ValueOnly]
 [-ISHDeployment <ISHDeployment>]

DESCRIPTION

The Get-ISHDeploymentParameters cmdlet gets parameters for Content Manager deployment.

EXAMPLES

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

PS C:\>Get-ISHDeploymentParameters -ISHDeployment $deployment

This command gets the input parameters of Content Manager deployment with hidden passwords. Parameter $deployment is an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.

---------- EXAMPLE 2 ----------

PS C:\>Get-ISHDeploymentParameters -ISHDeployment $deployment -ShowPassword

This command gets the input parameters of "InfoShare" deployment with real passwords. Parameter $deployment is an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.

---------- EXAMPLE 3 ----------

PS C:\>Get-ISHDeploymentParameters -ISHDeployment $deployment -Original

This command return original values (from the backup folder) of "InfoShare" deployment. Parameter $deployment is an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.

---------- EXAMPLE 4 ----------

PS C:\>Get-ISHDeploymentParameters -ISHDeployment $deployment -Changed

This command return only changed parameters of "InfoShare" deployment. Parameter $deployment is an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.

---------- EXAMPLE 5 ----------

PS C:\>Get-ISHDeploymentParameters -ISHDeployment $deployment -Name "issuercertificatethumbprint"

This command return the parameter with name "issuercertificatethumbprint". Parameter $deployment is an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.

---------- EXAMPLE 6 ----------

PS C:\>Get-ISHDeploymentParameters -ISHDeployment $deployment -Name "issuercertificatethumbprint" -ValueOnly

This command return the value of parameter with name "issuercertificatethumbprint". Parameter $deployment is an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.

PARAMETERS

-Original

Switch parameter to get data from original file

Type: SwitchParameter
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-Changed

Switch parameter to get difference from changed and original file

Type: SwitchParameter
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-ShowPassword

Switch parameter to show real passwords in parameters

Type: SwitchParameter
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-Name

The name of the parameter to receive

Type: String
Parameter Sets: SpecificParameter
Aliases: 

Required: True
Position: Named
Default value: 
Accept pipeline input: False
Accept wildcard characters: False

-ValueOnly

Output only the value

Type: SwitchParameter
Parameter Sets: SpecificParameter
Aliases: 

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

-ISHDeployment

Specifies the name or instance of the Content Manager deployment.

Type: ISHDeployment
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: 
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Get-ISHDeployment

Get-ISHDeploymentHistory

Undo-ISHDeployment

Clear-ISHDeploymentHistory

Back to top Copyright (c) All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries.