techthoughts2
3/24/2017 - 9:34 PM

Splatting

Splatting

 $paramHash = @{
   ServiceName = "BITS"
   ComputerName = "Localhost"
   Outvariable = "results"
}

Get-Service @paramHash