< Back

Stop-ISHDeployment

Wed Jan 15, 2020 8:52 am

NAME Stop-ISHDeployment



SYNOPSIS

Stops and disables all active components of specific Content Manager deployment.





SYNTAX

Stop-ISHDeployment [-ISHDeployment <ISHDeployment>] [<CommonParameters>]





DESCRIPTION

The Stop-ISHDeployment cmdlet stops and disables all active components of specific Content Manager deployment,

such as InfoShare Windows Services, COM+ components and IIS application pools.





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



This command disables all active components of specific Content Manager deployment. Parameter $deployment is a

deployment name or an instance of the Content Manager deployment retrieved from Get-ISHDeployment cmdlet.



RELATED LINKS

Start-ISHDeployment

Restart-ISHDeployment

Disable-ISHCOMPlus

Disable-ISHIISAppPool

Disable-ISHServiceTranslationBuilder

Disable-ISHServiceTranslationOrganizer