Check this out:
243202 - Windows 2000 Terminal Services Session Management Tools
http://support.microsoft.com/?kbid=243202
--
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
http://hem.fyristorg.com/vera/IT
--- please respond in newsgroup ---
> I want to configure Terminal Server via the command line so that
> I can set the active session limit/idle session limit and end a
[quoted text clipped - 3 lines]
>
> TIA
Soo Kuan Teo [MS] - 29 Jan 2004 04:59 GMT
If you are using Windows 2003 Server you can try the wmi/wmic.
for wmi, please visit:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/termserv/termse
rv/terminal_services_wmi_provider_classes.asp
If the wmic alias is not available for the TS functions you want (currently
there are only RDNIC, RDPERMISSIONS and RDACCOUNT aliases), you can bypass
the alias and go directly to the ts wmi object by using:
wmic:root\cli>path [tsobject] call [methodname]
for more info on wmic please see online help and support center.
thanks
Soo Kuan

Signature
This posting is provided "AS IS" with no warranties, and confers no rights
> Check this out:
>
[quoted text clipped - 14 lines]
> >
> > TIA