This article is designed to describle how to retrive RTT data remotely via Get-CimInstance commandline.
1. Run PowerShell.exe as administrator on the VDA.
2. Input the following command line on PowerShell:
Enable-PSRemoting
3. Make sure that the following rule is enabled in the VDA's firewall:
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