# Get-OSDSoftware

## Function <a href="#function" id="function"></a>

```
<#
.SYNOPSIS
Download software related to OS Deployment

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

.LINK
https://osdsoftware.osdeploy.com/module/functions/get-osdsoftware

.PARAMETER Name
Name of the software to download

.PARAMETER DownloadPath
This is the path to download the updates

.EXAMPLE
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
#>
```

The Name parameter is the Software to download. In PowerShell ISE you can select from a list‌

![](/files/-LmFnraMOjMzwl5B4hXu)

In PowerShell, a Control+Space will allow you to select‌

![](/files/-LmFntxf1L7YPBL2giu9)

Software will be downloaded automatically‌

![](/files/-LmFnvbwqfqinZKZlvbb)

Saved to the Desktop by default‌

![](/files/-LmFnxKN0gmkQQ-S9Ynm)

## Get-OSDSoftware -DownloadPath <a href="#get-osdsoftware-downloadpath" id="get-osdsoftware-downloadpath"></a>

‌This allows you to specify the location for the download‌

## Shorthand <a href="#shorthand" id="shorthand"></a>

There is no need to use Get-. Additionally the parameters are positional. To download Google Chrome to C:\Temp, use the following command

```
OSDSoftware 'Google Chrome Enterprise x64' 'C:\Temp\Google'
```

‌

Google Chrome Enterprise will be downloaded to C:\Temp\Google with the directories being created if necessary

![](/files/-LmFnzBadL_aoLhH3waw)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://osdsoftware.osdeploy.com/module/functions/get-osdsoftware.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
