Automatisation with powershell
Get-service -Name BrokerInfrastructure
Get-service -Name BrokerInfrastructure | Select-Object Status
Start-Service -Name BrokerInfrastructure
Set-Service -name "BrokerInfrastructure" -StartupType "Automatic"
Get-service -Name BrokerInfrastructure
Get-service -Name BrokerInfrastructure | Select-Object Status
Start-Service -Name BrokerInfrastructure
Set-Service -name "BrokerInfrastructure" -StartupType "Automatic"