Try this.
's1','s2'.'s3' | foreach { Get-Service -name bits -ComputerName $_ | format-table MachineName,Name,Status -AutoSize }
Try this.
's1','s2'.'s3' | foreach { Get-Service -name bits -ComputerName $_ | format-table MachineName,Name,Status -AutoSize }