< Back

Get-ISHServiceBackgroundTask

Wed Jan 15, 2020 8:15 am

NAME Get-ISHServiceBackgroundTask



SYNOPSIS

Gets list of windows services for BackgroundTask.





SYNTAX

Get-ISHServiceBackgroundTask [-Role <string>] [-ISHDeployment <ISHDeployment>] [<CommonParameters>]





DESCRIPTION

The Get-ISHServiceBackgroundTask cmdlet gets list of BackgroundTask windows services.





PARAMETERS

-Role <string>

The role of BackgroundTask services.



Required? false

Position? named

Default value

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-ISHServiceBackgroundTask -ISHDeployment $deployment



This command shows the BackgroundTask windows services. Parameter $deployment is a deployment name or an instance

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

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



PS C:\\>Get-ISHServiceBackgroundTask -ISHDeployment $deployment -Role "PublishOnly"



This command shows the BackgroundTask windows services with role "PublishOnly". Parameter $deployment is a

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



RELATED LINKS

Set-ISHServiceBackgroundTask

Enable-ISHServiceBackgroundTask

Disable-ISHServiceBackgroundTask

Remove-ISHServiceBackgroundTask