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

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 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-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-07 Thread Tom Kern
y, December 07, 2005 12:58 PMTo: activedirectorySubject: [ActiveDir] logon scripts  What happends if you have 2 different logon scripts for users- one in the legacy location and one in a domain GPO?   how do they execute? does one start sooner? are there any issues with doing things this way for a sh

RE: [ActiveDir] logon scripts

2005-12-07 Thread Jeff Salisbury
[mailto:[EMAIL PROTECTED] On Behalf Of Tom KernSent: Wednesday, December 07, 2005 12:58 PMTo: activedirectorySubject: [ActiveDir] logon scripts What happends if you have 2 different logon scripts for users- one in the legacy location and one in a domain GPO?   how do they execu

RE: [ActiveDir] logon scripts

2005-12-07 Thread Darren Mar-Elia
completing before the other runs.   Darren From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom KernSent: Wednesday, December 07, 2005 12:58 PMTo: activedirectorySubject: [ActiveDir] logon scripts What happends if you have 2 different logon scripts for users- one in the legacy

[ActiveDir] logon scripts

2005-12-07 Thread Tom Kern
What happends if you have 2 different logon scripts for users- one in the legacy location and one in a domain GPO?   how do they execute? does one start sooner? are there any issues with doing things this way for a short time period?   Both scripts do completley different things.   Thanks

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

2005-02-22 Thread Jorge de Almeida Pinto
ectcategory=person)(samaccountna me=*)" scriptpath > OUTPUT.TXT Cheers Jorge -Original Message- From: [EMAIL PROTECTED] To: ActiveDir@mail.activedir.org Sent: 2/22/2005 10:20 PM Subject: [ActiveDir] Logon Scripts Is there anyway to tell without clicking into each us

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 Creamer, Mark
h UserObj in OU WScript.Echo UserObj.sAMAccountName & "|" & UserObj.LoginScript Next WScript.Quit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Saliba Sent: Tuesday, February 22, 2005 4:21 PM To: ActiveDir@mail.activedir.org Subject: [A

[ActiveDir] Logon Scripts

2005-02-22 Thread Charlie Saliba
Is there anyway to tell without clicking into each user's properties to tell which logon script they use? List info : http://www.activedir.org/List.aspx List FAQ: http://www.activedir.org/ListFAQ.aspx List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

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

RES: [ActiveDir] logon scripts

2004-04-29 Thread Kelly_Borndale
Return Receipt Your RES: [ActiveDir] logon scripts document

RES: [ActiveDir] logon scripts

2004-04-14 Thread Justin_Leney
Return Receipt Your RES: [ActiveDir] logon scripts document

RES: [ActiveDir] logon scripts

2004-04-14 Thread Elton Gouvêa Pimentel
quot; & espaco & " KB  of avaliable space.", vbexclamation+vbokonly, " WARNING !!! DISC  FULL " End If End Sub   Sub MapDrive (driveletter, UNCString) Set WSHNetwork = WScript.CreateObject("WScript.Network")On Error Resume NextWSHNetwork.MapNetwork

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

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

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-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-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
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 Rick Kingslan
w.microsoft.com/windowsxp/expertzoneWebLog - www.msmvps.com/willhack4food  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nathan CaseySent: Monday, April 12, 2004 6:17 PMTo: [EMAIL PROTECTED]Subject: [ActiveDir] logon scripts What is a recommended logon script solution that will

RE: [ActiveDir] logon scripts

2004-04-12 Thread deji Agba
Nothing   HTH     Sincerely,Dèjì Akómöláfé, MCSE MCSA MCP+I Microsoft MVP - Active Directorywww.akomolafe.comwww.iyaburo.comDo you now realize that Today is the Tomorrow you were worried about Yesterday?  -anon From: Nathan CaseySent: Mon 4/12/2004 4:17 PMTo: [EMAIL PROTECTED]Subject: [ActiveDi

[ActiveDir] logon scripts

2004-04-12 Thread Nathan Casey
What is a recommended logon script solution that will work with win9x, win2k/xp clients for drive mapping, etc that works similar to Novell logon scripts?   Example: IF MEMBER OF "GROUP" THEN BEGIN     MAP H:=SERVER1\VOL1: END

RE: [ActiveDir] Logon scripts

2002-07-18 Thread David Lloyd
]On Behalf Of Charlie Hope-Lang Sent: 18 July 2002 09:16 To: [EMAIL PROTECTED] Subject: [ActiveDir] Logon scripts Morning all, Does the logon script run with the user rights of the user logging on?? Ie Can we install an MSI from the logon script with out running installer with elevated privile

Re: [ActiveDir] Logon scripts

2002-07-18 Thread John Hicks/MIS/HQ/KEMET/US
MET/US)         Subject:        [ActiveDir] Logon scripts Morning all, Does the logon script run with the user rights of the user logging on?? Ie Can we install an MSI from the logon script with out running installer with elevated privileges if the user has user rights to the local m

[ActiveDir] Logon scripts

2002-07-18 Thread Charlie Hope-Lang
Morning all, Does the logon script run with the user rights of the user logging on?? Ie Can we install an MSI from the logon script with out running installer with elevated privileges if the user has user rights to the local machine?? Cheers Charlie -

[ActiveDir] Logon Scripts for W95 Clients

2002-02-04 Thread jamie . simcox
I having problems running logon scripts for Windows 95 clients. I have placed the logon bat file in the NETLOGON share on the server, and in the user properties, Profile -> Logon Script -> \\server\Netlogon\logon.bat, but the clients are not running the scripts. They are part of the domain, and if

[ActiveDir] Logon Scripts

2002-01-22 Thread jamie . simcox
I'm having problems with logon scripts. I have setup a Group Policy for an OU in the active directory, and in User Configuration\windows Settings\Scripts\Logon I selected the logon.bat file I created to map one share. The batch file is placed in the Netlogon directory on the DC, but the script doe