Skip to content

Instantly share code, notes, and snippets.

@andli
Created November 23, 2021 15:16
Show Gist options
  • Save andli/2fee089641fd0d458a4203a33b813185 to your computer and use it in GitHub Desktop.
Save andli/2fee089641fd0d458a4203a33b813185 to your computer and use it in GitHub Desktop.
PowerShell nice2have
# alias to command with params
Function checkprom {Invoke-WebRequest -Uri http://10.33.18.192:8800/ | Select-Object -Expand Content}
Set-Alias -Name check -Value checkprom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment