LogoLogo
OSDeploy.comTwitterPowerShell GalleryGitHub
  • Overview
  • Release Notes
    • 2019 Archive
  • OSDeploy Home
  • Module
    • Install and Update
    • Functions
      • Get-OSDUpdate
      • Get-DownOSDUpdate
      • New-OSDUpdatePackage
      • Update-ModuleOSDUpdate
    • PowerShell Gallery
    • GitHub
  • Docs
    • Basics
      • Scripting with OSDUpdate
      • New OSDUpdate Office Package
      • Update an OSDUpdate Office Package
      • Update Office Setup Media
      • New OSDUpdate Servicing Stack Package
      • New OSDUpdate Windows Package
      • MDT Integration
      • MDT Deployment
      • ConfigMgr Integration and Deployment
    • Archive
      • Microsoft Office Monthly Updates
      • Microsoft Office 2016 Updates
      • Office Deployment and OSDUpdate
      • Microsoft Office MSP Install Script
Powered by GitBook
On this page

Was this helpful?

  1. Module
  2. Functions

New-OSDUpdatePackage

New-OSDUpdatePackage will create a directory based containing grouped downloads. This can be used to create a Package in ConfigMgr or an Application in MDT. Additionally, an Update and an Install Script will be added to the created directory

<#.SYNOPSISCreates Package Bundles of Microsoft Updates​.DESCRIPTIONCreates Package Bundles of Microsoft UpdatesRequires BITS for downloading the updatesRequires Internet access for downloading the updates​.LINKhttps://www.osdeploy.com/osdupdate/docs/functions/new-osdupdatepackage​.PARAMETER PackagePathPackage Content will be downloaded into the PackagePath​.PARAMETER PackageNameThe name of the OSDUpdate Package.  These values are predefined​.PARAMETER AppendPackageNameDownloads Updates in the PackagePath in a PackageName subdirectory​.PARAMETER GridViewDisplays the results in GridView with -PassThru.  Updates selected in GridView can be selected​.PARAMETER OfficeProfileDownloads Office Updates with the selected Profile​.PARAMETER OfficeSetupUpdatesPathUpdates Directory for Office Setup​.PARAMETER RemoveSupersededRemove Superseded Updates​.PARAMETER SkipInstallScriptSkips adding $PackagePath\Install-OSDUpdatePackage.ps1​.PARAMETER SkipUpdateScriptSkips adding $PackagePath\Update-OSDUpdatePackage.ps1​#>
PreviousGet-DownOSDUpdateNextUpdate-ModuleOSDUpdate

Last updated 5 years ago

Was this helpful?