Skip to content

Instantly share code, notes, and snippets.

@techthoughts2
Created March 24, 2017 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techthoughts2/bf06100afacfcd8c0707d9f0f8eee081 to your computer and use it in GitHub Desktop.
Save techthoughts2/bf06100afacfcd8c0707d9f0f8eee081 to your computer and use it in GitHub Desktop.
Splatting
$paramHash = @{
ServiceName = "BITS"
ComputerName = "Localhost"
Outvariable = "results"
}
Get-Service @paramHash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment