You can use this VB Script to list them.

Displaying Logon Script Entry Using a VBScript Active Server Page

Dim User
Dim UserName
Dim UserDomain
Dim NewValue
UserDomain = "Target_User_Domain"
UserName = "Target_User_Name"
Set User = GetObject("WinNT://" & UserDomain & "/" & UserName & ",user")
Wscript.Echo User.name &" "& User.LoginScript

-----Original Message-----
From: Lum, David [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, December 11, 2002 12:04 PM
To: NT 2000 Discussions
Subject: User properties in AD


Playing with the AD Users and Computers snap-in, it doesn't look like I can
run a query that will list everyone's login script. Doing custom search I
can find home folders and just about everything else, but login script isn't
in the list.

Am I overlooking something or do I need a 3rd party utility for this
seemingly simple task? Resourse kit, perhaps?

Thanks,
Dave Lum - [EMAIL PROTECTED]
Sr. Network Specialist - Textron Financial
503-675-5510

------
You are subscribed as [EMAIL PROTECTED]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to %%email.unsub%%




*********************************************************************

The information contained in this communication is
confidential, is intended only for the use of the recipient
named above, and may be legally privileged.
If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, 
distribution, or copying of this communication is strictly
prohibited.
If you have received this communication in error,
please re-send this communication to the sender and
delete the original message or any copy of it from your
computer system. Thank You.


------
You are subscribed as [email protected]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to