< Back

Get-ISHComponent

Wed Jan 15, 2020 8:12 am

NAME Get-ISHComponent



SYNOPSIS

Acquire the components of a specific deployment.





SYNTAX

Get-ISHComponent [-ISHDeployment <ISHDeployment>] [<CommonParameters>]





DESCRIPTION

The Get-ISHComponent cmdlet gets components for Content Manager deployment.





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



This command gets list of components of Content Manager deployment Parameter $deployment is an instance of the

Content Manager deployment retrieved from Get-ISHDeployment cmdlet.



RELATED LINKS