Splatting
$paramHash = @{ ServiceName = "BITS" ComputerName = "Localhost" Outvariable = "results" } Get-Service @paramHash