< Back

Get-OSDSoftware

Sat Jan 18, 2020 6:14 pm

NAME Get-OSDSoftware



SYNOPSIS

Download software related to OS Deployment





SYNTAX

Get-OSDSoftware [-Name] <String> [[-DownloadPath] <String>] [<CommonParameters>]





DESCRIPTION

Download software related to OS Deployment, including the ADK and MDT





PARAMETERS

-Name <String>

Name of the software to download



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-DownloadPath <String>

This is the path to download the updates



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>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











RELATED LINKS

https://osdsoftware.osdeploy.com/module ... sdsoftware