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://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 user







Is there a Command line util., to remotely tell what user is logged into

a PC?  



 



-Devon





--- 

This message (including any attachments) is intended only for the use of

the individual or entity to which it is addressed and may contain

information that is non-public, proprietary, privileged, confidential,

and exempt from disclosure under applicable law or may constitute as

attorney work product. If you are not the intended recipient, you are

hereby notified that any use, dissemination, distribution, or copying of

this communication is strictly prohibited. If you have received this

communication in error, notify us immediately by telephone and (i)

destroy this message if a facsimile or (ii) delete this message

immediately if this is an electronic communication. 

Thank you. 

List info   : http://www.activedir.org/List.aspx

List FAQ: http://www.activedir.org/ListFAQ.aspx

List archive: http://www.activedir.org/ml/threads.aspx



This message (including any attachments) is intended only for

the use of the individual or entity to which it is addressed and

may contain information that is non-public, proprietary,

privileged, confidential, and exempt from disclosure under

applicable law or may constitute as attorney work product.

If you are not the intended recipient, you are hereby notified

that any use, dissemination, distribution, or copying of this

communication is strictly prohibited. If you have received this

communication in error, notify us immediately by telephone and

(i) destroy this message if a facsimile or (ii) delete this message

immediately if this is an electronic communication.



Thank you.

List info   : http://www.activedir.org/List.aspx
List FAQ: http://www.activedir.org/ListFAQ.aspx
List archive: http://www.activedir.org/ml/threads.aspx


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: [ActiveDir] Logged in user





 

Is
there a Command line util., to remotely tell what user is logged into a
PC?  

 

-Devon

---

This message (including any attachments) is intended only for the use of the
individual or entity to which it is addressed and may contain information that
is non-public, proprietary, privileged, confidential, and exempt from
disclosure under applicable law or may constitute as attorney work product. If
you are not the intended recipient, you are hereby notified that any use,
dissemination, distribution, or copying of this communication is strictly
prohibited. If you have received this communication in error, notify us
immediately by telephone and (i) destroy this message if a facsimile or (ii)
delete this message immediately if this is an electronic communication. 
Thank you.








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 user



Is there a Command line util., to remotely tell what user is logged into
a PC?  

 

-Devon


--- 
This message (including any attachments) is intended only for the use of
the individual or entity to which it is addressed and may contain
information that is non-public, proprietary, privileged, confidential,
and exempt from disclosure under applicable law or may constitute as
attorney work product. If you are not the intended recipient, you are
hereby notified that any use, dissemination, distribution, or copying of
this communication is strictly prohibited. If you have received this
communication in error, notify us immediately by telephone and (i)
destroy this message if a facsimile or (ii) delete this message
immediately if this is an electronic communication. 
Thank you. 
List info   : http://www.activedir.org/List.aspx
List FAQ: http://www.activedir.org/ListFAQ.aspx
List archive: http://www.activedir.org/ml/threads.aspx


RE: [ActiveDir] Logged in user

2006-06-06 Thread Marcus.Oh








If you’re looking for terminal services sessions in particular, you
can use query.exe (have to copy it from the sys32 dir of a server, I believe),
then issue: query session /server:

 







































































:m:dsm:cci:mvp |
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
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 intended only for the use of the
individual or entity to which it is addressed and may contain information that
is non-public, proprietary, privileged, confidential, and exempt from
disclosure under applicable law or may constitute as attorney work product. If
you are not the intended recipient, you are hereby notified that any use,
dissemination, distribution, or copying of this communication is strictly
prohibited. If you have received this communication in error, notify us
immediately by telephone and (i) destroy this message if a facsimile or (ii)
delete this message immediately if this is an electronic communication. 
Thank you.







 








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"

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 logged into

" &

RComp

Next

 



Sincerely, 

   _

  (, /  |  /)   /) /)   

/---| (/_  __   ___// _   //  _ 

 ) /|_/(__(_) // (_(_)(/_(_(_/(__(/_

(_/ /)  

   (/   

Microsoft MVP - Directory Services

www.readymaids.com <http://www.readymaids.com>  - we know IT

www.akomolafe.com <http://www.akomolafe.com>  

-5.75, -3.23

Do you now realize that Today is the Tomorrow you were worried about

Yesterday? -anon







From: [EMAIL PROTECTED] on behalf of Harding, Devon

Sent: Tue 6/6/2006 10:54 AM

To: ActiveDir@mail.activedir.org

Subject: [ActiveDir] Logged in user







Is there a Command line util., to remotely tell what user is logged into

a

PC?  



 



-Devon





--- 

This message (including any attachments) is intended only for the use of

the

individual or entity to which it is addressed and may contain

information

that is non-public, proprietary, privileged, confidential, and exempt

from

disclosure under applicable law or may constitute as attorney work

product.

If you are not the intended recipient, you are hereby notified that any

use,

dissemination, distribution, or copying of this communication is

strictly

prohibited. If you have received this communication in error, notify us

immediately by telephone and (i) destroy this message if a facsimile or

(ii)

delete this message immediately if this is an electronic communication. 

Thank you.

List info   : http://www.activedir.org/List.aspx

List FAQ: http://www.activedir.org/ListFAQ.aspx

List archive: http://www.activedir.org/ml/threads.aspx



This message (including any attachments) is intended only for

the use of the individual or entity to which it is addressed and

may contain information that is non-public, proprietary,

privileged, confidential, and exempt from disclosure under

applicable law or may constitute as attorney work product.

If you are not the intended recipient, you are hereby notified

that any use, dissemination, distribution, or copying of this

communication is strictly prohibited. If you have received this

communication in error, notify us immediately by telephone and

(i) destroy this message if a facsimile or (ii) delete this message

immediately if this is an electronic communication.



Thank you.

List info   : http://www.activedir.org/List.aspx
List FAQ: http://www.activedir.org/ListFAQ.aspx
List archive: http://www.activedir.org/ml/threads.aspx


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 logged into " &
RComp
Next
 

Sincerely, 
   _
  (, /  |  /)   /) /)   
/---| (/_  __   ___// _   //  _ 
 ) /|_/(__(_) // (_(_)(/_(_(_/(__(/_
(_/ /)  
   (/   
Microsoft MVP - Directory Services
www.readymaids.com <http://www.readymaids.com>  - we know IT
www.akomolafe.com <http://www.akomolafe.com>  
-5.75, -3.23
Do you now realize that Today is the Tomorrow you were worried about
Yesterday? -anon



From: [EMAIL PROTECTED] on behalf of Harding, Devon
Sent: Tue 6/6/2006 10:54 AM
To: ActiveDir@mail.activedir.org
Subject: [ActiveDir] Logged in user



Is there a Command line util., to remotely tell what user is logged into a
PC?  

 

-Devon

--- 
This message (including any attachments) is intended only for the use of the
individual or entity to which it is addressed and may contain information
that is non-public, proprietary, privileged, confidential, and exempt from
disclosure under applicable law or may constitute as attorney work product.
If you are not the intended recipient, you are hereby notified that any use,
dissemination, distribution, or copying of this communication is strictly
prohibited. If you have received this communication in error, notify us
immediately by telephone and (i) destroy this message if a facsimile or (ii)
delete this message immediately if this is an electronic communication. 
Thank you.
List info   : http://www.activedir.org/List.aspx
List FAQ: http://www.activedir.org/ListFAQ.aspx
List archive: http://www.activedir.org/ml/threads.aspx


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
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 a PC? 



-Devon

---
This message (including any attachments) is intended only for the use of the 
individual or entity to which it is addressed and may contain information that 
is non-public, proprietary, privileged, confidential, and exempt from 
disclosure under applicable law or may constitute as attorney work product. If 
you are not the intended recipient, you are hereby notified that any use, 
dissemination, distribution, or copying of this communication is strictly 
prohibited. If you have received this communication in error, notify us 
immediately by telephone and (i) destroy this message if a facsimile or (ii) 
delete this message immediately if this is an electronic communication.
Thank you.

~~
This e-mail is confidential, may contain proprietary information
of Cameron and its operating Divisions and may be confidential
or privileged.

This e-mail should be read, copied, disseminated and/or used only
by the addressee. If you have received this message in error please
delete it, together with any attachments, from your system.
~~
List info   : http://www.activedir.org/List.aspx
List FAQ: http://www.activedir.org/ListFAQ.aspx
List archive: http://www.activedir.org/ml/threads.aspx


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 a PC? 



-Devon

---
This message (including any attachments) is intended only for the use of the 
individual or entity to which it is addressed and may contain information that 
is non-public, proprietary, privileged, confidential, and exempt from 
disclosure under applicable law or may constitute as attorney work product. If 
you are not the intended recipient, you are hereby notified that any use, 
dissemination, distribution, or copying of this communication is strictly 
prohibited. If you have received this communication in error, notify us 
immediately by telephone and (i) destroy this message if a facsimile or (ii) 
delete this message immediately if this is an electronic communication.
Thank you.

~~
This e-mail is confidential, may contain proprietary information
of Cameron and its operating Divisions and may be confidential
or privileged.

This e-mail should be read, copied, disseminated and/or used only
by the addressee. If you have received this message in error please
delete it, together with any attachments, from your system.
~~
List info   : http://www.activedir.org/List.aspx
List FAQ: http://www.activedir.org/ListFAQ.aspx
List archive: http://www.activedir.org/ml/threads.aspx


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 intended only for the use of the individual or entity to which it is addressed and may contain information that is non-public, proprietary, privileged, confidential, and exempt from disclosure under applicable law or may constitute as attorney work product. If you are not the intended recipient, you are hereby notified that any use, dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, notify us immediately by telephone and (i) destroy this message if a facsimile or (ii) delete this message immediately if this is an electronic communication. 
Thank you.


Re: [ActiveDir] Logged in user

2006-06-06 Thread jpsalemi
nbtstat - A ipaddress

John



   
 "Harding, Devon"  
 <[EMAIL PROTECTED] 
 NWINE.com> To 
 Sent by:
 [EMAIL PROTECTED]  cc 
 ail.activedir.org 
   Subject 
   [ActiveDir] Logged in user  
 06/06/2006 12:54  
 PM
   
   
 Please respond to 
 [EMAIL PROTECTED] 
tivedir.org
   
   




Is there a Command line util., to remotely tell what user is logged into a
PC?

-Devon


---

This message (including any attachments) is intended only for the use of
the individual or entity to which it is addressed and may contain
information that is non-public, proprietary, privileged, confidential, and
exempt from disclosure under applicable law or may constitute as attorney
work product. If you are not the intended recipient, you are hereby
notified that any use, dissemination, distribution, or copying of this
communication is strictly prohibited. If you have received this
communication in error, notify us immediately by telephone and (i) destroy
this message if a facsimile or (ii) delete this message immediately if this
is an electronic communication.
Thank you.



List info   : http://www.activedir.org/List.aspx
List FAQ: http://www.activedir.org/ListFAQ.aspx
List archive: http://www.activedir.org/ml/threads.aspx


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) is intended only for the use of
the individual or entity to which it is addressed and may contain
information that is non-public, proprietary, privileged, confidential, and
exempt from disclosure under applicable law or may constitute as attorney
work product. If you are not the intended recipient, you are hereby notified
that any use, dissemination, distribution, or copying of this communication
is strictly prohibited. If you have received this communication in error,
notify us immediately by telephone and (i) destroy this message if a
facsimile or (ii) delete this message immediately if this is an electronic
communication.
 Thank you.

List info   : http://www.activedir.org/List.aspx
List FAQ: http://www.activedir.org/ListFAQ.aspx
List archive: http://www.activedir.org/ml/threads.aspx


[ActiveDir] Logged in user

2006-06-06 Thread Harding, Devon
















Is there a Command line util., to remotely tell what user is

logged into a PC?  



 



-Devon







---



This message (including any attachments) is intended only for

the use of the individual or entity to which it is addressed and

may contain information that is non-public, proprietary,

privileged, confidential, and exempt from disclosure under

applicable law or may constitute as attorney work product.

If you are not the intended recipient, you are hereby notified

that any use, dissemination, distribution, or copying of this

communication is strictly prohibited. If you have received this

communication in error, notify us immediately by telephone and

(i) destroy this message if a facsimile or (ii) delete this message

immediately if this is an electronic communication.



Thank you.