< Back

Get-ISHDeploymentParameters

Wed Jan 15, 2020 8:13 am

NAME Get-ISHDeploymentParameters



SYNOPSIS

Acquire the input parameters of a specific deployment.





SYNTAX

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

<SwitchParameter>] [-ISHDeployment <ISHDeployment>] [<CommonParameters>]



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

<SwitchParameter>] -Name <string> [-ValueOnly <SwitchParameter>] [-ISHDeployment <ISHDeployment>]

[<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-Original <SwitchParameter>

Switch parameter to get data from original file



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Changed <SwitchParameter>

Switch parameter to get difference from changed and original file



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-ShowPassword <SwitchParameter>

Switch parameter to show real passwords in parameters



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-Name <string>

The name of the parameter to receive



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ValueOnly <SwitchParameter>

Output only the value



Required? false

Position? named

Default value False

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:\\>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.



RELATED LINKS

Get-ISHDeployment

Get-ISHDeploymentHistory

Undo-ISHDeployment

Clear-ISHDeploymentHistory