how to start Open Network Bridge serviceS via powershell

I need to be able to stop/start the open network bridge via a self heal automation I have. I can stop the 2 services that it calls just fine but starting them is the issue… you cannot start either of the 2 services individually and I cannot figure out how the traymanager pulls it off. starting either one by itself gives an error that the service started and stopped due to some services stop automatically if they are not in use by other services or programs..

any way around this with a single shell command to be able to start back up cleanly?

in case anyone is wondering the reason I need this is my ONB grows and grows in ram usage until it consumes all availabe ram on the server… (I do have an open ticket with backline support… for months now)

Hello Chad,

Can you please give us the case number?

sorry I didnt have notifications for replies setup here you go:

this is the case number for the ONB consuming all available ram on the server

MSC1960300

but is there a way to start the ONB via pstools powershell command or something similar?

Sorry, I do not have a ONB available right now. For starting and stopping the Event Server I have…

net stop MilestoneEventServerService

net start MilestoneEventServerService

I have an idea you can find the service in your setup to see the name to use in its properties using Services app in Windows.