login script for pop-up message

G

Guest

Hi,
I need to set up a batch file or script that will give everyone a pop-up
message saying something when they log into our domain from now on. I know
how to set up login scripts in active directory, but I don't have any text to
just send a pop up box to whatever user it it.

Very similar to if I were to send a "net sent" message to someone else, but
just for the local user I guess. Google hasn't helped me I guess because the
keywords are too vague. Anywone have any ideas?
Thanks so much,
Greg
(e-mail address removed)
 
C

Chriss3 [MVP]

Use a vbs script instead of batch.

msgbox "I have some thing to say"

--
Regards
Christoffer Andersson
Microsoft MVP - Directory Services

No email replies please - reply in the newsgroup
 
R

Ryan Hanisco

There is a GPO in AD specifically for this

Computer Configuration | Windows Settings | Local Policies | Security
Options | Interactive Logon: Message Text...

That will do it.
 
O

Oct32

Launch gpedit.msc

Computer Configuration -> Windows Settings -> Local Policies ->
-> Security Options -> Message text for users attempting to log on.
 
R

Ryan Hanisco

Oct32,

Gpedit.msc will work if you want to do this as a local policy. I would
suggest, however, doing this as a domain policy or as a GPO attached to an
OU.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top