< Back

Get-RDVirtualDesktopCollectionJobStatus

Thu Apr 04, 2019 5:42 am

NAME Get-RDVirtualDesktopCollectionJobStatus



SYNOPSIS

Gets the status of a job on a virtual desktop collection.





SYNTAX

Get-RDVirtualDesktopCollectionJobStatus [-CollectionName] <String> [-ConnectionBroker <String>] [<CommonParameters>]





DESCRIPTION

The Get-RDVirtualDesktopCollectionJobStatus gets status information for the most recent job that the server ran on a virtual desktop collection.

You can use the Stop-RDVirtualDesktopCollectionJob cmdlet to forcibly end a job that is in an unknown state.





PARAMETERS

-CollectionName <String>

Specifies the name of a virtual desktop collection.



Required? true

Position? 1

Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ConnectionBroker [<String>]

Specifies the Remote Desktop Connection Broker (RD Connection Broker) server for a remote desktop deployment. If you do not specify a value,

the cmdlet uses the fully qualified domain name (FQDN) of the local computer.



Required? false

Position? named

Default value none

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 (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS

System.Object







Example 1: Get the status of a job on a virtual desktop collection



PS C:\\> Get-RDVirtualDesktopCollectionJobStatus -ConnectionBroker "rdcb.contoso.com" -CollectionName "Virtual Desktop Collection"



This command gets the status information of the job that the server most recently ran on the virtual desktop collection named Virtual Desktop Pool.







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294228

Stop-RDVirtualDesktopCollectionJob

Get-RDVirtualDesktopCollection