RE: [ActiveDir] Scripting Question

2001-05-15 Thread Charles Oppermann
Title: Scripting Question This would not be difficult to write in VBScript.  You just want to remove the home directory, not replace it with anything?   Charles Oppermann, Copper Software http://www.coppersoftware.com/ -Original Message- From: Rogers, Michael J. [mailto:[E

RE: [ActiveDir] Scripting Question

2001-05-15 Thread Rogers, Michael J.
Title: Scripting Question exactly   -Original Message- From: Charles Oppermann [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 2:37 PM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] Scripting Question   This would not be difficult to write in VBScript.  You just want

Re: [ActiveDir] Scripting Question

2001-05-15 Thread Mike Tonazzi
"Rogers, Michael J." wrote: Im trying to write a simple script that will go to every user in AD and remove their home folder mapping  Does anyone know of a good resource on the net for this kind of info?  I have been trying to use csvde and ldifde but the book I am using does not have great deal

RE: [ActiveDir] Scripting question - Net Send command

2004-11-03 Thread Ken Cornetet
As a security feature on w2k3, the IUSR_ user id has no permissions to any files (including net.exe). Either give the IUSR_ account permissions to net.exe, or configure the web site to run under a user id that has permission. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

RE: [ActiveDir] Scripting question - Net Send command

2004-11-03 Thread Dale, Rick
Try this: dim oWSH, msg Set oWSH = CreateObject("WScript.Shell") msg = "%comspec% /c net send " & sendto & " " " & description oWSH.Run msg Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Kaiser Sent:

RE: [ActiveDir] Scripting question - Net Send command

2004-11-03 Thread Charlie Kaiser
lk 510 595 5083 ** > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ken Cornetet > Sent: Wednesday, November 03, 2004 11:12 AM > To: [EMAIL PROTECTED] > Subject: RE: [ActiveDir] Scripting question - Net Send command >

RE: [ActiveDir] Scripting question - Net Send command

2004-11-03 Thread Justin_Leney
Return Receipt Your RE: [ActiveDir] Scripting question - Net Send command document

RE: [ActiveDir] Scripting question - Net Send command

2004-11-03 Thread Charlie Kaiser
> From: Dale, Rick > Sent: Wednesday, November 03, 2004 1:41 PM > To: '[EMAIL PROTECTED]' > Subject: RE: [ActiveDir] Scripting question - Net Send command > > Try this: > > dim oWSH, msg > Set oWSH = CreateObject("WScript.Shell") >

RE: [ActiveDir] Scripting question - Net Send command

2004-11-03 Thread deji
s the Tomorrow you were worried about Yesterday? -anon From: [EMAIL PROTECTED] on behalf of Charlie Kaiser Sent: Wed 11/3/2004 11:42 AM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] Scripting question - Net Send command Yeah; that's kinda what I ran into.

RE: [ActiveDir] Scripting question - Net Send command

2004-11-03 Thread Charlie Kaiser
NA Systems Engineer Essex Credit / Brickwalk 510 595 5083 ** > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Wednesday, November 03, 2004 12:25 PM > To: [EMAIL PROTECTED] > Subject: RE:

RE: [ActiveDir] Scripting question - Net Send command

2004-11-03 Thread Ken Cornetet
004 12:25 PM > To: [EMAIL PROTECTED] > Subject: RE: [ActiveDir] Scripting question - Net Send command > > It's an ugly hole. My option would be to have the tool run in > the context of > another account (like a service account). > > > Sincerely, > > Dèjì Akóm

RE: [ActiveDir] Scripting question - Net Send command

2004-11-03 Thread joe
Those popups are simply mailslot messages. You might be able to find a bit of perl or (doubtfully) vbscript to do that directly. The one thing I really wanted to say is that those messages aren't guaranteed, you might push in that direction to your management. If it is important for the people to

RE: [ActiveDir] Scripting question - Net Send command

2004-11-03 Thread joe
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Kaiser Sent: Wednesday, November 03, 2004 2:16 PM To: [EMAIL PROTECTED] Subject: RE: [ActiveDir] Scripting question - Net Send command That was my thought; I'd prefer not to have IUSR running that type of executable. An

RE: [ActiveDir] Scripting question - Net Send command

2004-11-04 Thread Charlie Kaiser
ay, November 03, 2004 1:22 PM > To: [EMAIL PROTECTED] > Subject: RE: [ActiveDir] Scripting question - Net Send command > > Create a virtual directory for the web page, and configure it > to run as the local or domain user of your choice. > > -Original Message- >