New OSDUpdate Office Package
You can use OSDUpdate to create a Package directory for updating Microsoft Office 2010, 2013, and 2016
PackageName (Required)
The following values can be used for the PackageName parameter for an OSDUpdate Office Package
Office 2010 32-Bit
Office 2010 64-Bit
Office 2013 32-Bit
Office 2013 64-Bit
Office 2016 32-Bit
Office 2016 64-Bit
For this exercise I will be using the following
PackagePath (Required)
You will also need to specify a PackagePath. This will be where the updates are downloaded to. In this example I will use the following
AppendPackageName
While not required, adding this parameter will create a subdirectory of my PackagePath with the PackageName Parameter value. This results in my updates being downloaded in the following directory
New-OSDUpdatePackage
Putting this all together gives me the following PowerShell command
And when executed, all the Office CAB files will be downloaded and extracted
Resulting in the following
Last updated
Was this helpful?