Created
November 23, 2021 15:16
-
-
Save andli/2fee089641fd0d458a4203a33b813185 to your computer and use it in GitHub Desktop.
PowerShell nice2have
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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