Save-WebFile
Last updated
Was this helpful?
Downloads a file from the internet and returns a Get-Item Object
Module
OSD
Platform
WinPE (amd64 / arm64)
Downloads a file from the internet and returns a Get-Item Object
Save-WebFile [-SourceUrl] <String> [-DestinationName <String>] [-DestinationDirectory <String>] [-Overwrite]
[-WebClient] [-ProgressAction <ActionPreference>] [<CommonParameters>]-SourceUrl
String
True
No additional description provided.
-DestinationName
String
False
No additional description provided.
-DestinationDirectory
String
False
No additional description provided.
-Overwrite
SwitchParameter
False
Overwrite the file if it exists already The default action is to skip the download
-WebClient
SwitchParameter
False
No additional description provided.
No examples provided in source documentation.
Last updated
Was this helpful?
Was this helpful?

