Re: Windows 2003 FSRM command options don't work
- From: "Geoff Varney" <geoff.varney@xxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 26 Sep 2006 15:38:28 -0700
Thanks again. I have used PsExec for some things in the past. I'll
consider it and see if I can find an acceptable way to use it for this. Or
I'll use NET SEND, or I'll just live with it!
Geoff
"Francis Favorini" <francis.favorini@xxxxxxxxxxxxxx> wrote in message
news:%23bWMS$a4GHA.1544@xxxxxxxxxxxxxxxxxxxxxxx
In article <#YRJDsa4GHA.900@xxxxxxxxxxxxxxxxxxxx>,
geoff.varney@xxxxxxxxxxxxxxxxxxxxx says...
I don't like only having the message popup that access is denied.
[...]
The vbs was a popup that tells them they are not allowed to save
executables
to the folder. I don't know if it runs but stays on the server so the
user
will not see it on the local computer or what.
Bingo. The command runs on the server.
The batch file option works, it's simply a NET SEND %username% <Warning
message>.
Barring email, this is the only thing I can think of that will work "out
of
the box." I suppose you could use instant messaging (IM), but you'd need
to
have an IM client installed on all the machines.
You could also try PsExec from http://www.sysinternals.com to remotely run
your VBS file. You'd use the -i switch to "Run the program so that it
interacts with the desktop on the remote system". Note, there are security
issues with this. You'd need to figure out what credentials to use to run
the
remote process under. I think it uses LOCAL SERVICE by default. This would
probably work, but I haven't tried it. Don't use SYSTEM, which could be a
disaster if there are any bugs in your code. Be sure you understand the
implications of this method if you use it.
-Francis
P.S. Sorry about the ugly wrapping in my first post. I was trying to
insure
the commands didn't wrap. Oh well.
.
- References:
- Windows 2003 FSRM command options don't work
- From: Geoff Varney
- Re: Windows 2003 FSRM command options don't work
- From: Francis Favorini
- Re: Windows 2003 FSRM command options don't work
- From: Geoff Varney
- Re: Windows 2003 FSRM command options don't work
- From: Francis Favorini
- Windows 2003 FSRM command options don't work
- Prev by Date: Re: RDP from outside network
- Next by Date: Re: Windows 2003 Ent server will not boot since upgrade from win2kserv
- Previous by thread: Re: Windows 2003 FSRM command options don't work
- Next by thread: Decommission CA Server.
- Index(es):
Relevant Pages
|