Download software related to OS Deployment
Download software related to OS Deployment, including the ADK and MDT
https://osdsoftware.osdeploy.com/module/functions/get-osdsoftware
Name of the software to download
This is the path to download the updates
Get-OSDSoftware -Name 'Google Chrome Enterprise x64' -DownloadPath C:\Temp
Downloads googlechromestandaloneenterprise64.msi to C:\Temp
Alternatively, use the shorter command line
OSDSoftware 'Google Chrome Enterprise x64' C:\Temp