Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automating Start & Stop of COM+ services 1

Status
Not open for further replies.

leot66

IS-IT--Management
Mar 9, 2005
1
US
Hi,

We have an application where we add new users, whenever we add the users, we need to stop and start COM+ services for that application. Is there a way that we can do this on a nightly cycle or every two days through a script to do this?

Pls let me know if you can. I appreciate your respone and thanking you in advance.
 
Hi, set up a scheduled task with a batch file witch contains:

Net STOP "COM+ Event System" /y
Net START "COM+ Event System"

Hope this helps. Please let know if this resolve your issue

Jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top