New-CMDriverPackage

New-CMDriverPackage

Creates a driver package.

Syntax

Parameter Set: New
New-CMDriverPackage -Name <String> -PackageSourceType <PackageSourceTypes> {StorageCompress | StorageDirect | StorageLocal | StorageNeedsSpecifying | StorageNOSource} -Path <String> [-Description <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The New-CMDriverPackage cmdlet creates a driver package.

Parameters

-Description<String>

Specifies a description of a driver package.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Name<String>

Specifies a name for a driver package.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-PackageSourceType<PackageSourceTypes>

Specifies the method of reading the package source files. The acceptable values for this parameter are:

-- StorageCompress
-- StorageDirect
-- StorageLocal
-- StorageNeedsSpecifying
-- StorageNOSource

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Path<String>

Specifies a file path to the location where Configuration Manager stores the compressed version of the source files on the site server.

Aliases

PackageSourcePath

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Create a new driver package

This command creates a new driver package named Pckg01.

PS C:\> New-CMDriverPackage -Name "Pckg01" -Path "\\Contoso01\Users\pattifuller\Desktop\pckg" -PackageSourceType StorageDirect

Export-CMDriverPackage

Get-CMDriverPackage

Import-CMDriverPackage

Remove-CMDriverPackage

Set-CMDriverPackage