Re: [ActiveDir] Printer Script

2003-07-18 Thread Richard Sumilang
Yesterday? -anon From: [EMAIL PROTECTED] on behalf of Richard Sumilang Sent: Tue 7/15/2003 9:40 AM To: [EMAIL PROTECTED] Subject: Re: [ActiveDir] Printer Script Awesome, that worked! Since this is a login script, should I then have a logoff script that removes

RE: [ActiveDir] Printer Script

2003-07-16 Thread deji
:40 AM To: [EMAIL PROTECTED] Subject: Re: [ActiveDir] Printer Script Awesome, that worked! Since this is a login script, should I then have a logoff script that removes it when the user signs off or will it automatically be removed when they sign off? I just wan't to avoid any possible errors

RE: [ActiveDir] Printer Script

2003-07-15 Thread Roger Seielstad
. Seielstad - MTS MCSE MS-MVP Sr. Systems Administrator Inovis Inc. -Original Message- From: Richard Sumilang [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 1:51 AM To: [EMAIL PROTECTED] Subject: Re: [ActiveDir] Printer Script If I save it as a .vbs how can I have

Re: [ActiveDir] Printer Script

2003-07-15 Thread Richard Sumilang
Message- From: Richard Sumilang [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 1:51 AM To: [EMAIL PROTECTED] Subject: Re: [ActiveDir] Printer Script If I save it as a .vbs how can I have a login script and visual basic script run during login? On Monday, July 14, 2003, at 06:42 PM

RE: [ActiveDir] Printer Script

2003-07-15 Thread Roger Seielstad
-MVP Sr. Systems Administrator Inovis Inc. -Original Message- From: Richard Sumilang [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 1:51 AM To: [EMAIL PROTECTED] Subject: Re: [ActiveDir] Printer Script If I save it as a .vbs how can I have a login script

Re: [ActiveDir] Printer Script

2003-07-15 Thread Richard Sumilang
Message- From: Richard Sumilang [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 12:41 PM To: [EMAIL PROTECTED] Subject: Re: [ActiveDir] Printer Script Awesome, that worked! Since this is a login script, should I then have a logoff script that removes it when the user signs off

RE: [ActiveDir] Printer Script

2003-07-15 Thread Roger Seielstad
Administrator Inovis Inc. -Original Message- From: Richard Sumilang [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 2:23 PM To: [EMAIL PROTECTED] Subject: Re: [ActiveDir] Printer Script Do you recommend any online sites or books to use as reference to write these VBScripts

RE: [ActiveDir] Printer Script

2003-07-15 Thread Duncan, Larry
] Sent: Tuesday, July 15, 2003 1:23 PM To: [EMAIL PROTECTED] Subject: Re: [ActiveDir] Printer Script Do you recommend any online sites or books to use as reference to write these VBScripts? On Tuesday, July 15, 2003, at 10:20 AM, Roger Seielstad wrote: Probably don't need to remove it. I'd

Re: [ActiveDir] Printer Script

2003-07-14 Thread Tim Hines
There is one on the Microsoft site at http://www.microsoft.com/technet/treeview/default.asp?url=/technet/scriptcenter/printing/ScrPrn01.asp . You can configure this to run from a group policy. Tim Hines, MCSA, MCSE (2000 NT4) MVP - Active Directory - Original Message - From: Richard

RE: [ActiveDir] Printer Script

2003-07-14 Thread deji
This should work: Set WshNetwork = CreateObject(WScript.Network) WshNetwork.AddWindowsPrinterConnection \\YourPrintServer\PrinterName WshNetwork.SetDefaultPrinter \\YourPrintServer\PrinterName Set WshNetwork = Nothing If you put that in a login script. Sincerely, Dèjì Akómöláfé, MCSE MCSA

Re: [ActiveDir] Printer Script

2003-07-14 Thread Richard Sumilang
I tried that and it didn't work. I took it out of the bat file and tried it manually and I got this error... - C:\Documents and SettingsSet WshNetwork = CreateObject(WScript.Network) C:\Documents and

RE: [ActiveDir] Printer Script

2003-07-14 Thread Bryan Schlegel
Save it as .vbs -Original Message- From: Richard Sumilang [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 9:17 PM To: [EMAIL PROTECTED] Subject: Re: [ActiveDir] Printer Script I tried that and it didn't work. I took it out of the bat file and tried it manually and I got

RE: [ActiveDir] Printer Script

2003-07-14 Thread Rick Kingslan
To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] Printer Script Save it as .vbs -Original Message- From: Richard Sumilang [mailto:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 9:17 PM To: [EMAIL PROTECTED] Subject: Re: [ActiveDir] Printer Script I tried that and it didn't work. I took it out

RE: [ActiveDir] Printer Script

2003-07-14 Thread deji
realize that Today is the Tomorrow you were worried about Yesterday? -anon From: [EMAIL PROTECTED] on behalf of Richard Sumilang Sent: Mon 7/14/2003 6:17 PM To: [EMAIL PROTECTED] Subject: Re: [ActiveDir] Printer Script I tried that and it didn't work. I took

Re: [ActiveDir] Printer Script

2003-07-14 Thread Richard Sumilang
/expertzone -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bryan Schlegel Sent: Monday, July 14, 2003 8:21 PM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] Printer Script Save it as .vbs -Original Message- From: Richard Sumilang [mailto:[EMAIL