|
|
I'd like to find a way to determine which machines in our domain have a user logged onto it. I can get the information using the sysinternals tool, psloggedon if I recurse thru my entire domain (host by host) I'm even willing to do that if I could make the output pretty. In a perfect world, I'd make the output a webpage.
Attacking the problem from another angle, I was hoping wmic might get me there. Something like wmic netlogin get /all /output:someplace/format:something.xsl
One other limitation in my environment is that our domain controller is win2000 and some of our hosts are win2000 but most are winXP.
has anyone a solution?
Thanks
|
|
|