This message was deleted.
# _general
s
This message was deleted.
j
Run a report on Workspace App versions of the clients?
I seem to remember @Dennis had a script that would flag it, wouldn't be too hard to generate one after that
n
Workspace App version wouldn't necessarily mean that Teams was optimised for that user though. For example if the client device didn't have a path for the realtime traffic to reach Microsoft, then it wouldn't run optimised despite having the correct WA version
j
That comment was slightly facetious. Dennis does have a script that flags whether Teams is optimized or not, IIRC
j
I wonder if Director has anything you could pull?
n
No, but I've asked the Analytics team if there's something they can query. Even looking for WebSocketAgent.exe running doesn't guarantee optimisation is working, just that the VDA has set it up ready.
r
If working WebSocketAgent.exe should be talking to HdxRtcEngine.exe via some sort of virtual channel... so there would be traffic going through that - can you see VC breakdowns of traffic in whatever using? @Ray Davis or @George Spiers or @James Rankin would be the folks I'd ask
r
hmmmm not certain how you can see the traffic inside the VC at the moment. However, you may be able to use this to do checks. It's more off a ready check. But this will help you @Dennis https://github.com/Mohrpheus78/Citrix/tree/main/Teams%20Optimization%20check https://www.controlup.com/script-library-posts/check-citrix-teams-optimization-readiness/
r
@Ray Davis I meant the data volumes going through each virtual channel - presumably if working the volumes will drop on standard and be moved to whatever this is using - Citrix certainly expose per channels metrics - whether they have added them to Director I have no idea...
r
Oh, the Webrtc channel will show with HDX monitor. Not postive with Director to be honest. I can't recall. But HDX monitor gathers the vc information for Teams. https://support.citrix.com/article/CTX253754/troubleshooting-hdx-optimization-for-microsoft-teams#Monitor
There is a regkey call "WebrtcDirectorIntegration" I can only assume it will pull into Director. I would need to validate this on the more updated build.
👍 1
🙌 1
l
There is a WMI entry for this Neil. You can see it in HDX Monitor. I'll dig it out.
👍 2
r
Oh, another goodie that I missed. Cool. Thanks Leee
l
r
Nice!!!!
l
Get-WmiObject -Namespace root\citrix\hdx -Class Citrix_VirtualChannel_Webrtc_Enum | where ‘SessionID’ -eq <sessionID> It would have to be done with scripting but it should be doable to flag to the user that teams is not optimised using this method.
💯 1