This must have been asked before, but I can't find it in groups, the
web, or msdn. Is there a way to log off a disconnected user (XP via
fast user switching) through .vbs? I can logout the currently logged
in and active user, but I want to log out everyone who isn't running a
console session. Any idea?

Josh

Re: VBS Logoff disconnected user by jsgoods

jsgoods
Tue Jul 20 11:40:47 CDT 2004

Well, no one has responded. I ended up figuring out a way to do it
with command line functions qwinsta and rwinsta called from within my
script. I'll post my final script from home tonight. I'd still like
a way to do it from vbs.