Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@shaneis
Created April 1, 2018 20:22
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 shaneis/8c693fd6693c73ceaf688dcbe55e6be3 to your computer and use it in GitHub Desktop.
Save shaneis/8c693fd6693c73ceaf688dcbe55e6be3 to your computer and use it in GitHub Desktop.
When a cmdlet has a space in the parameter...
function ConvertTo-StupidParam
{
[CmdletBinding()]
param(
${computer name}
)
process {
${computer name}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment