Powershell Remoting

Enter-PSSession Server01

Exit-PSSession

Invoke-Command -ComputerName Server01, Server02 -ScriptBlock {Get-UICulture}

Invoke-Command -ComputerName Server01, Server02 -FilePath c:\Scripts\DiskCollect.ps1