How to Retrive RTT Data Remotely via Get-CimInstance Commandline

How to Retrive RTT Data Remotely via Get-CimInstance Commandline

book

Article ID: CTX550481

calendar_today

Updated On:

Description

This article is designed to describle how to retrive RTT data remotely via Get-CimInstance commandline.


Instructions

1. Run PowerShell.exe as administrator on the VDA.
2. Input the following command line on PowerShell: 
 

Enable-PSRemoting
image.png

3. Make sure that the following rule is enabled in the VDA's firewall:

image.png
 

4. Then you can retrive RTT and Nework Latency Data remotely via running Get-CimInstance command line in DDC's PowerShell.

Get-CimInstance -ComputerName W2K19 -Namespace Root\citrix\euem -ClassName Citrix_Euem_RoundTrip
image.png
 

Additional Information