Powershell Project

- Get-Service -Name “BrokerInfrastruture”
- Get-Service -Name "BrokerInfrastructure" | Select-Object Status
- Start-Service -Name "BrokerInfrastructure"
- Set-Service -Name "BrokerInfrastructure" -Username "new_username"
Set-Service -Name "BrokerInfrastructure" -StartupType "Automatic