get-service BTS* | foreach-object -process {restart-service $_.Name} You can also set all your BTS Services to start ‘automatic’ as follows: get-service BTS* | foreach-object -process {set-service $_.Name -startuptype automatic} By Mick Breeze Tags: BizTalk | PowerShell![]()