Hi!
I have one question that Im really struggling at.
I was trying to figure which Terminal Server License Server one of my 2008 R2 is using.
There is no Group Policy attached (and I guess not on the local one gpedit), and no License server on registry keys.
So, I've tried with the "$obj = gwmi -namespace “Root/CIMV2/TerminalServices” Win32_TerminalServiceSetting" - $obj.GetSpecifiedLicenseServerList()
But no luck so far.
The License Server is inside the group on the Active Directory Built-in "Terminal Server License servers", so I guess he can use it on the discover process, but, I want to know if I can pull out that information from console/WMI classes inside the root\CIMV2\TerminalServices Namespace.
Thanks in advance for all the info!!
Daniel (The Problem Finder)