Re: [ActiveDir] Logged in user

2006-06-06 Thread Matheesha Weerasinghe
psloggedon from sysinternals.com On 6/6/06, Harding, Devon <[EMAIL PROTECTED]> wrote: Is there a Command line util., to remotely tell what user is logged into a PC? -Devon --- This message (including any attachments)

Re: [ActiveDir] Logged in user

2006-06-06 Thread jpsalemi
nbtstat - A ipaddress John "Harding, Devon" <[EMAIL PROTECTED] NWINE.com>

Re: [ActiveDir] Logged in user

2006-06-06 Thread Tom Kern
"psloggedon" from Sysinternals On 6/6/06, Harding, Devon <[EMAIL PROTECTED]> wrote: Is there a Command line util., to remotely tell what user is logged into a PC?    -Devon--- This message (including any attachments) is in

RE: [ActiveDir] Logged in user

2006-06-06 Thread Rimmerman, Russ
At the dos prompt type "SET USERNAME" From: [EMAIL PROTECTED] on behalf of Harding, Devon Sent: Tue 6/6/2006 12:54 PM To: ActiveDir@mail.activedir.org Subject: [ActiveDir] Logged in user Is there a Command line util., to remotely tell what user is logged into

RE: [ActiveDir] Logged in user

2006-06-06 Thread Rimmerman, Russ
Sorry, you said remotely. I usually pull it from WMI. In Win32_ComputerSystem there's a property called "UserName" that stores it along with the domain they're logged into in the domain\username format. From: [EMAIL PROTECTED] on behalf of Harding, Devon Sen

RE: [ActiveDir] Logged in user

2006-06-06 Thread deji
RComp = "remote-computer-name" Set objWMIService = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & RComp & "\root\cimv2") Set Attribs = objWMIService.ExecQuery("Select * from Win32_ComputerSystem") For Each myProps in Attribs Wscript.Echo myProps.UserName & " is the user currently

RE: [ActiveDir] Logged in user

2006-06-06 Thread Harding, Devon
Any command line tools? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 2:17 PM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] Logged in user RComp = "remote-computer-name&

RE: [ActiveDir] Logged in user

2006-06-06 Thread Marcus.Oh
 | marcusoh.blogspot.com   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Kern Sent: Tuesday, June 06, 2006 2:08 PM To: ActiveDir@mail.activedir.org Subject: Re: [ActiveDir] Logged in user   "psloggedon" from Sy

RE: [ActiveDir] Logged in user

2006-06-06 Thread Free, Bob
psloggedon \\Computername http://www.sysinternals.com/Utilities/PsLoggedOn.html From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Harding, Devon Sent: Tuesday, June 06, 2006 10:55 AM To: ActiveDir@mail.activedir.org Subject: [ActiveDir] Logged in us

RE: [ActiveDir] Logged in user

2006-06-06 Thread Brian Desmond
Psloggedon from pstools www.sysinternals.com   Thanks, Brian Desmond [EMAIL PROTECTED]   c - 312.731.3132   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Harding, Devon Sent: Tuesday, June 06, 2006 12:55 PM To: ActiveDir@mail.activedir.org Subject: [ActiveDi

RE: [ActiveDir] Logged in user

2006-06-07 Thread Harding, Devon
This works perfect! Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Free, Bob Sent: Tuesday, June 06, 2006 5:24 PM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] Logged in user psloggedon \\Computername http