How can I determine how many simultaneous remote desktop / remote app users can use a particular host? Is there a better way of scripting the current amount of users logged on other than fetching the output of "qwinsta" (like WMI etc)
Asked
Active
Viewed 984 times
1 Answers
1
TS Device CALs:
lsreport.exe /F c:\report.txt [TSLicServerName1], [TSLicServerName1], …
Windows Server Resource Kit
TS User CALs:
cscript //Nologo PerUserCALReport.vbs /W2K3 [domainFQDN]
TechNet Script Center
GUI:
lsview
Count session:
query session /counter|find /i "sessions"
STTR
- 6,775
-
The machine is not on a domain, and leaving that argument out when executing "PerUserCALReport.vbs" have the script fail, stating that no domain was found. – user135361 Dec 29 '13 at 08:39