Get-OSDSoftware
Function
The Name parameter is the Software to download. In PowerShell ISE you can select from a list
In PowerShell, a Control+Space will allow you to select
Software will be downloaded automatically
Saved to the Desktop by default
Get-OSDSoftware -DownloadPath
This allows you to specify the location for the download
Shorthand
There is no need to use Get-. Additionally the parameters are positional. To download Google Chrome to C:\Temp, use the following command
Google Chrome Enterprise will be downloaded to C:\Temp\Google with the directories being created if necessary
Last updated