RE: [ActiveDir] logon scripts

2005-12-07 Thread Darren Mar-Elia
Tom- Its not a problem to do this. Both will end up running at roughly the same time (independent of one another) and by default will run asynchronous to the Explorer shell being up and available (i.e. before the user sees their desktop). So, just make that you are not relying on one script

RE: [ActiveDir] logon scripts

2005-12-07 Thread Jeff Salisbury
We had this happen by accident for a short time. The old logon script specied in the user account properties was running as well as the desired logon script, which we tie to AD Sites. Both were running, and if I remember right the drive mappings in the legacy script were winning - which woul

Re: [ActiveDir] logon scripts

2005-12-07 Thread Tom Kern
The 2nd script reads a value from HKCU\Software and writes it to  file   I need to read a value from it but I can only access it when the current user is logged on.   I don't know how else to gain access to that key since i don't know the user's sid, so i put it into a user logon script via GPO so

RE: [ActiveDir] logon scripts

2005-12-07 Thread Darren Mar-Elia
: ActiveDir@mail.activedir.orgSubject: Re: [ActiveDir] logon scripts The 2nd script reads a value from HKCU\Software and writes it to  file   I need to read a value from it but I can only access it when the current user is logged on.   I don't know how else to gain access to that key since i don&#

RE: [ActiveDir] logon scripts

2005-12-08 Thread Michael B. Smith
Then     Result = WMISID.ReferencedDomainName & "\" & WMISID.AccountName     Else     Result = ""     End If     Set WMSSID = Nothing       GetUserFromSID = Result End Function   From

RE: [ActiveDir] logon scripts

2005-12-08 Thread Rich Milburn
er 07, 2005 7:35 PM To: ActiveDir@mail.activedir.org Subject: Re: [ActiveDir] logon scripts   The 2nd script reads a value from HKCU\Software and writes it to  file   I need to read a value from it but I can only access it when the current user is logged on.   I don'

RE: [ActiveDir] logon scripts

2005-12-08 Thread Hann, John F.
Love to see that script   John Hann MOM MVP   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rich Milburn Sent: Thursday, December 08, 2005 11:23 AM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] logon scripts   If you know a user’s profile name

RE: [ActiveDir] logon scripts

2004-04-12 Thread deji Agba
I don't have a Win9X to test this on, but Win2K/2K3/XP is fair game for this:   Set wshNetwork = WScript.CreateObject("WScript.Network")Set wshShell = WScript.CreateObject("WScript.Shell") str_Group1_Share   = "file://myserver/myShare1"str_Exec_Share   = "file://myserver/myShare2"str_BS_Share  

RE: [ActiveDir] logon scripts

2004-04-12 Thread Rick Kingslan
Our solution (up to this point) has been Kix.  Pretty much usable across multiple versions of Windows, and it's working quite well with a pretty rich set of tools and support.   Look at the ScrptLogic site for some advice and freebie's as well as www.kixtart.org.  KixTart was developed  and

RE: [ActiveDir] logon scripts

2004-04-12 Thread Rick Kingslan
Smart guy.   :op   -rtk From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of deji AgbaSent: Monday, April 12, 2004 11:13 PMTo: [EMAIL PROTECTED]Subject: RE: [ActiveDir] logon scripts I don't have a Win9X to test this on, but Win2K/2K3/XP is fair game for this:

RE: [ActiveDir] logon scripts

2004-04-12 Thread deji Agba
9:19 PMTo: [EMAIL PROTECTED]Subject: RE: [ActiveDir] logon scripts Smart guy.   :op   -rtk From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of deji AgbaSent: Monday, April 12, 2004 11:13 PMTo: [EMAIL PROTECTED]Subject: RE: [ActiveDir] logon scripts I don't have a Win9X to te

RE: [ActiveDir] logon scripts

2004-04-12 Thread Rick Kingslan
LOL!   -rtk From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of deji AgbaSent: Monday, April 12, 2004 11:28 PMTo: [EMAIL PROTECTED]Subject: RE: [ActiveDir] logon scripts I don't remember telling you my middle name :p     Sincerely,Dèjì Akómöláfé, MCSE MCSA MCP+I Micr

RE: [ActiveDir] logon scripts

2004-04-13 Thread Roger Seielstad
VP Sr. Systems Administrator Inovis Inc.   From: Rick Kingslan [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 12:19 AMTo: [EMAIL PROTECTED]Subject: RE: [ActiveDir] logon scripts Smart guy.   :op   -rtk From: [EMAIL PROTECTED] [mailto:[EMAIL PROT

RE: [ActiveDir] logon scripts

2004-04-13 Thread deji Agba
Roger SeielstadSent: Tue 4/13/2004 6:24 AMTo: [EMAIL PROTECTED]Subject: RE: [ActiveDir] logon scripts Except Deji forgets one important piece of information (which is rare for him) - VBScript doesn't natively run on Win9x. It requires a separate install of Windows Scri

RE: [ActiveDir] logon scripts

2004-04-13 Thread Roger Seielstad
ent: Tuesday, April 13, 2004 11:11 AMTo: [EMAIL PROTECTED]Subject: RE: [ActiveDir] logon scripts What can I say? I'm still jet-lagged, I guess :)   Thanks for the pointer.     Sincerely,Dèjì Akómöláfé, MCSE MCSA MCP+I Micro

RE: [ActiveDir] logon scripts

2004-04-13 Thread Jimmy Andersson
Sober? What's that??? :)   /Jimmy From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roger SeielstadSent: Tuesday, April 13, 2004 6:22 PMTo: [EMAIL PROTECTED]Subject: RE: [ActiveDir] logon scripts To quote Tony Murray-Smith - "I'm still trying to get used

RE: [ActiveDir] logon scripts

2004-04-13 Thread Mulnick, Al
Jet-lagged?  Did you take a long detour on the way home? :) From: deji Agba [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 11:11 AMTo: [EMAIL PROTECTED]Subject: RE: [ActiveDir] logon scripts What can I say? I'm still jet-lagged, I guess :)   Thanks for the po

RE: [ActiveDir] logon scripts

2004-04-13 Thread joe
half Of Mulnick, AlSent: Tuesday, April 13, 2004 2:03 PMTo: '[EMAIL PROTECTED]'Subject: RE: [ActiveDir] logon scripts Jet-lagged?  Did you take a long detour on the way home? :) From: deji Agba [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 11:11 AMTo: [EMAIL PROTECTED]Su

RE: [ActiveDir] logon scripts

2004-04-13 Thread Rick Kingslan
bizarre..   ;oP   -rtk From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jimmy AnderssonSent: Tuesday, April 13, 2004 11:41 AMTo: [EMAIL PROTECTED]Subject: RE: [ActiveDir] logon scripts Sober? What's that??? :)   /Jimmy From: [EMAIL PROTECTED] [mailto:[

RE: [ActiveDir] logon scripts

2004-04-29 Thread Mulnick, Al
:) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, April 29, 2004 11:01 AM To: [EMAIL PROTECTED] Subject: RES: [ActiveDir] logon scripts Return Receipt Your RES: [A

RE: [ActiveDir] Logon Scripts

2005-02-22 Thread Creamer, Mark
This would give you the results for everyone in the Users container, SAM ID and login script, with a | in between. Run from cscript or you'll get to click OK on each user! :-) Dim OU, oUser, UserObj set OU = GetObject("LDAP://CN=Users,DC=my,DC=domain,DC=COM";) For Each UserObj in OU WScript.Ech

Re: [ActiveDir] Logon Scripts

2005-02-22 Thread John Singler
you can try (watch wrap): adfind.exe -b dc=domain,dc=edu -f "&(objectcategory=person)(samaccountname=*)" -tdc scriptPath userPrincipalName >c:\scriptPath.log check joeware.net for adfind Charlie Saliba wrote: Is there anyway to tell without clicking into each user's properties to tell which logo

RE: [ActiveDir] Logon Scripts

2005-02-22 Thread Jorge de Almeida Pinto
Hi, You could create a script to retrieve the scriptpath attribute from all users in a textfile or excelsheet using the following code: On Error Resume Next Set objUser = GetObject _ ("LDAP://cn=myerken,ou=management,dc=fabrikam,dc=com";) objUser.GetInfo strScriptPath = objUser.Get("scrip

RE: [ActiveDir] Logon Scripts

2005-02-22 Thread joe
y=person)(samaccountname=*)(scriptpath=*)" -tdc scriptPath userPrincipalName >c:\scriptPath.log joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Singler Sent: Tuesday, February 22, 2005 4:37 PM To: ActiveDir@mail.activedir.org Subject: Re: [Activ

Re: [ActiveDir] Logon scripts

2002-07-18 Thread John Hicks/MIS/HQ/KEMET/US
Yes, I beleive that you would have to run it with Elevated priveleges. Charlie Hope-Lang <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 07/18/2002 04:16 AM Please respond to ActiveDir                 To:        [EMAIL PROTECTED]         cc:        (bcc: John Hicks/MIS/HQ/KEMET/US)        

RE: [ActiveDir] Logon scripts

2002-07-18 Thread David Lloyd
Elevated privileges relates to access to the registry but does not translate to access to the file system. As such if a user has 'User' security access to a machine they will not be able to install software to it. To be able to do this you need a DMS solution that can manage installations to the b

RE: [ActiveDir] logon scripts - Kixtart

2004-04-13 Thread Kelly Jeglum
: RE: [ActiveDir] logon scripts LOL!   -rtk From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of deji AgbaSent: Monday, April 12, 2004 11:28 PMTo: [EMAIL PROTECTED]Subject: RE: [ActiveDir] logon scripts I don't remember telling you my middle name :p     Sincerely,Dèjì Akóm

RE: [ActiveDir] logon scripts - Kixtart

2004-04-13 Thread Raymond McClinnis
: [EMAIL PROTECTED] Subject: RE: [ActiveDir] logon scripts - Kixtart   We do. Actually, we also use ScriptLogic which greatly improves the process of putting together kixtart scripts for diverse groups with many different requirements. If you’re just getting started with KiXtart, I’d highly recommend