Add String in Services
Dear All,
I have to add a string in SNMP service and it should not remove whenever reboot the machine. While starting the service the string has to be executed.
Please let me know, which is the best way to complete this activity because we have to implement this more than 100 servers.
Thanks with regards,
Yuvaraj.M
August 9th, 2011 5:45am
Can you elaborate it a bit?
What do you mean by add string? is it you want to put a parameter to a Windows service, change it's name? or what?
You may want to take a look at "get-help Set-Service -Examples" in powershell.
You are the Knowledge You have…
MyWordPress;
MyBlogSpot;
MyMicrosoft;
MyCitrix;
MyVMWare;
MySymantec; MyLinkedIn;
MyFaceBook;
MyGReader;
Free Windows Admin Tool Kit Click here and download it now
August 9th, 2011 6:11am
Hi,
How do you want to add string in services, via registry, script or others?
If you want to use registry, you may consider using Registry GPP item. Also, if you want to use script, you may try to use startup script.
For more information, please refer to the following Microsoft TechNet articles:
Configure a Registry Item
http://technet.microsoft.com/en-us/library/cc753092.aspx
Assign Computer Startup Scripts
http://technet.microsoft.com/en-us/library/cc754995.aspx
Regards,
Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
August 10th, 2011 11:09am


