Menú

Powershell Project

Powershell Project - student project
  1. Get-Service -Name “BrokerInfrastruture”
  2. Get-Service -Name "BrokerInfrastructure" | Select-Object Status
  3. Start-Service -Name "BrokerInfrastructure"
  4. Set-Service -Name "BrokerInfrastructure" -Username "new_username"

Set-Service -Name "BrokerInfrastructure" -StartupType "Automatic