< Back

Undo-ISHDeployment

Wed Jan 15, 2020 8:54 am

NAME Undo-ISHDeployment



SYNOPSIS

Reverts all customization done by cmdlets back to original state for specific Content Manager deployment.





SYNTAX

Undo-ISHDeployment [-ISHDeployment <ISHDeployment>] [<CommonParameters>]





DESCRIPTION

The Undo-ISHDeployment cmdlet reverts all customization done by cmdlets back to original state for specific

Content Manager deployment.



Original state means the state of the system when it was installed and no customization was made.





PARAMETERS

-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:\\>Undo-ISHDeployment -ISHDeployment $deployment



This command reverts Content Manager to original state. Parameter $deployment is a deployment name or an instance

of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.



RELATED LINKS

Clear-ISHDeploymentHistory

Get-ISHDeployment

Get-ISHDeploymentHistory

Get-ISHDeploymentParameters