SOLVED

Information about connected device

Copper Contributor

Hi guys,

 

We're making a Probe Of Concept about WVD and out customer wants to know device name connected to session (Desktop and/or Remote App). I checked powershell cmdlets but Get-RdsSessionHost only shows information about session (no client data).

 

How can we get information from the device like devicename and IP Address?

 

Regards,

1 Reply
best response confirmed by Eva Seydl (Microsoft)
Solution

@manuelpflx: You can leverage our new diagnostics feature. Gather connection information use:

- Get-RdsDiagnosticsactivies - follow PSReference link to learn more.

 

If you need to review data on a larger scale we recommend to set-up diagnostics to be pushed to your Log Analytics workspace - follow this documentation link.

 

For missing functionality please share your idea along with scenario it solves on our UserVoice page: https://aka.ms/wvdfbk 

1 best response

Accepted Solutions
best response confirmed by Eva Seydl (Microsoft)
Solution

@manuelpflx: You can leverage our new diagnostics feature. Gather connection information use:

- Get-RdsDiagnosticsactivies - follow PSReference link to learn more.

 

If you need to review data on a larger scale we recommend to set-up diagnostics to be pushed to your Log Analytics workspace - follow this documentation link.

 

For missing functionality please share your idea along with scenario it solves on our UserVoice page: https://aka.ms/wvdfbk 

View solution in original post