RE: [ActiveDir] Scripting question - Net Send command

2004-11-04 Thread Charlie Kaiser
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- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Kaiser

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

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
** -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 As a security feature on w2k3, the IUSR_

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
PM To: '[EMAIL PROTECTED]' Subject: RE: [ActiveDir] Scripting question - Net Send command Try this: dim oWSH, msg Set oWSH = CreateObject(WScript.Shell) msg = %comspec% /c net send sendto description oWSH.Run msg Rick -Original Message

RE: [ActiveDir] Scripting question - Net Send command

2004-11-03 Thread Charlie Kaiser
realize that Today is 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

RE: [ActiveDir] Scripting question - Net Send command

2004-11-03 Thread Ken Cornetet
] 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öláfé, MCSE+M MCSA+M MCP+I Microsoft MVP - Directory Services www.readymaids.com

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

RE: [ActiveDir] Scripting question - Net Send command

2004-11-03 Thread joe
: [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. Any pointers