You don't need an ADM. GPo's can control services directly.
Create a GPO and assign it to the OU that contains computers that you want the messenger service running.
Go to:
Computer Configuration\Windows Settings\System Services
Double Click the Messenger Service
Check off Define this policy setting
Set it to Automatic
Click OK
Main Topics
Browse All Topics





by: rikke_vpPosted on 2007-06-14 at 04:24:07ID: 19282324
Hi
technet/sy sinternals /utilities / psservice .mspx)
\scripts\p sservice.e xe messenger /setconfig auto \scripts\p sservice.e xe messenger /start
I'm looking into the group policy thingie...
But I would do this as a temporary solution:
Download psservice (http://www.microsoft.com/
Make a bacth file and put it in your SYSVOL\domain\scripts folder on your server, also put the psservice.exe in this directory.
the batch could look like this
@echo off
\\servername\sysvol\domain
\\servername\sysvol\domain
Then make a policy that runs this script (done via gpolicy or via a call to the batch file in your normal standard login script.
I will look into the group policy option... Will post back... But this solution works for me :)
Regards
Rikke