Invoke-WebPSScript
Last updated
Was this helpful?
Executes a PowerShell script from a URL.
Module
OSD
Platform
WinPE (amd64 / arm64)
Downloads and executes a PowerShell script from a URL.
Invoke-WebPSScript [-Uri] <Uri> [-ProgressAction <ActionPreference>] [<CommonParameters>]-Uri
Uri
True
The URL of the PowerShell script to execute. Redirects are not allowed.
Invoke-WebPSScript -Uri 'https://example.com/script.ps1'Last updated
Was this helpful?
Was this helpful?

