Get-RASPubItemStatus
Last updated
Last updated
Get-RASPubItemStatus
Retrieves the status of one or multiple published resources session.
Get-RASPubItemStatus - {Desktop | PublishedApps | Application | VDI | VDIApp | PC | PCApp | Admin | Unknown | RemoteApps | DirectRDP | All} [- <uint>] [- <uint>] [- <string>] [- <uint>] [- <uint>] [- {Active | Connected | ConnectQuery | Shadow | Disconnected | Idle | Listen | Reset | Down | Init | All}] [- <uint>] [- <string>] [<>] Get-RASPubItemStatus - <string> - {RDS | VDI | AVD | All} [- <uint>] [- <string>] [- <uint>] [- <uint>] [- {Active | Connected | ConnectQuery | Shadow | Disconnected | Idle | Listen | Reset | Down | Init | All}] [- <uint>] [- <string>] [<>] Get-RASPubItemStatus - <string> - {RDS | VDI | AVD | All} [- <uint>] [- <string>] [- <uint>] [- <uint>] [- {Active | Connected | ConnectQuery | Shadow | Disconnected | Idle | Listen | Reset | Down | Init | All}] [- <uint>] [- <string>] [<>] Get-RASPubItemStatus [- <uint>] [- <string>] [- <uint>] [- <uint>] [- {RDS | VDI | AVD | All}] [- {Active | Connected | ConnectQuery | Shadow | Disconnected | Idle | Listen | Reset | Down | Init | All}] [- <uint>] [- <string>] [<>]
Retrieves the status of one or multiple published resources session.
-Id <uint> The app ID for which to retrieve the information (optional).
-Session <uint> RAS session ID.
-SiteId <uint> Site ID for which to retrieve the app status information (optional).
-SessionHostId <string> The Host ID of the server for which to retrieve the app status information (optional).
-SessionHostName <string> The name of the host to filter the app status info list (optional).
-User <string> User to filter the app status info list (optional).
-IP <string> The server IP Address to filter the app status info list (optional).
-ThemeId <uint> The Theme ID for which to retrieve the information (optional).
-GroupId <uint> The RDS Group ID for which to retrieve the information (optional).
<CommonParameters>
-none-
---------- EXAMPLE 1 ---------- Get-RASPubItemStatus Retrieves the status of all the available published resources. ---------- EXAMPLE 2 ---------- Get-RASPubItemStatus -Id 11 Retrieves the status of a published resource specified by ID. ---------- EXAMPLE 3 ---------- Get-RASPubItemStatus -Source RDS Retrieves the published resources status for the available RDS Sessions. ---------- EXAMPLE 4 ---------- Get-RASPubItemStatus -Source RDS -SessionHost "MyServer" Retrieves the published resources status for the RDS Sessions pertaining to the specified server. ---------- EXAMPLE 5 ---------- Get-RASPubItemStatus -Source VDI -SiteId 1 Retrieves the published resources status for the VDI Sessions and SiteId 1. ---------- EXAMPLE 6 ---------- Get-RASPubItemStatus -Source VDI -SessionHostId 1 Retrieves the published resources status for VDI Session and SessionHostId 1.
-SessionType <> The type of Remote Desktop Session. Possible values: Desktop, PublishedApps, Application, VDI, VDIApp, PC, PCApp, Admin, Unknown, RemoteApps, DirectRDP, All
-Source <> Remote Desktop Session source for which to retrieve the app status information. Possible values: RDS, VDI, AVD, All
-State <> The session state to filter the app status info list (optional). Possible values: Active, Connected, ConnectQuery, Shadow, Disconnected, Idle, Listen, Reset, Down, Init, All