PSCloudScript
22.1.17
Method
Invoke-RestMethod -Uri $Uri | Invoke-Expression#full command
Invoke-Expression -Command (Invoke-RestMethod -Uri $Uri)
#using alias
iex(irm $Uri)
#pipeline
Invoke-RestMethod -Uri $Uri | Invoke-Expression
#pipeline using alias
irm $Uri | iexrem full command
powershell Invoke-Expression -Command (Invoke-RestMethod -Uri $Uri)
rem using alias
powershell iex(irm $Uri)KeyVault Secret Method
Content
PS CmdletsGitHub GistGitHub Git RepoContent-Type | Azure Static Web AppCommand ShorteningAzure Key Vault SecretOSD PowerShell ModulePSCloudScript ExamplesSponsor
Last updated


