Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

New-CMApplicationAutoPhasedDeployment

Use this cmdlet to create a phased deployment for an application by generating two phases with same settings.

Syntax

SearchByValueMandatory

New-CMApplicationAutoPhasedDeployment
 [-Application] <IResultObject>
 -Name <String>
 [-BeginCondition <BeginConditionType>]
 [-CriteriaOption <CriteriaType>]
 [-CriteriaValue <Int32>]
 [-DaysAfterPreviousPhaseSuccess <Int32>]
 [-DeadlineUnit <TimeUnitType>]
 [-DeadlineValue <Int32>]
 [-FirstCollection <IResultObject>]
 [-FirstCollectionId <String>]
 [-FirstCollectionName <String>]
 [-InstallationChoice <InstallationChoiceType>]
 [-SecondCollection <IResultObject>]
 [-SecondCollectionId <String>]
 [-SecondCollectionName <String>]
 [-ThrottlingDays <Int32>]
 [-Description <String>]
 [-DisableWildcardHandling]
 [-ForceWildcardHandling]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

SearchByIdMandatory

New-CMApplicationAutoPhasedDeployment
 [-ApplicationId] <String>
 -Name <String>
 [-BeginCondition <BeginConditionType>]
 [-CriteriaOption <CriteriaType>]
 [-CriteriaValue <Int32>]
 [-DaysAfterPreviousPhaseSuccess <Int32>]
 [-DeadlineUnit <TimeUnitType>]
 [-DeadlineValue <Int32>]
 [-FirstCollection <IResultObject>]
 [-FirstCollectionId <String>]
 [-FirstCollectionName <String>]
 [-InstallationChoice <InstallationChoiceType>]
 [-SecondCollection <IResultObject>]
 [-SecondCollectionId <String>]
 [-SecondCollectionName <String>]
 [-ThrottlingDays <Int32>]
 [-Description <String>]
 [-DisableWildcardHandling]
 [-ForceWildcardHandling]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

SearchByNameMandatory

New-CMApplicationAutoPhasedDeployment
 [-ApplicationName] <String>
 -Name <String>
 [-BeginCondition <BeginConditionType>]
 [-CriteriaOption <CriteriaType>]
 [-CriteriaValue <Int32>]
 [-DaysAfterPreviousPhaseSuccess <Int32>]
 [-DeadlineUnit <TimeUnitType>]
 [-DeadlineValue <Int32>]
 [-FirstCollection <IResultObject>]
 [-FirstCollectionId <String>]
 [-FirstCollectionName <String>]
 [-InstallationChoice <InstallationChoiceType>]
 [-SecondCollection <IResultObject>]
 [-SecondCollectionId <String>]
 [-SecondCollectionName <String>]
 [-ThrottlingDays <Int32>]
 [-Description <String>]
 [-DisableWildcardHandling]
 [-ForceWildcardHandling]
 [-WhatIf]
 [-Confirm]
 [<CommonParameters>]

Description

Use this cmdlet to create a phased deployment for an application by generating two phases with same settings. This cmdlet's behavior is the same as the Create Phased Deployment wizard on an application, when you select the option to Automatically create a default two phase deployment.

Note

Before you create a phased deployment, make sure to distribute the application's content to a distribution point.

Examples

Example 1: Create a deployment by app name

This example creates a new application phased deployment named myDPName for the application myApp.

New-CMApplicationAutoPhasedDeployment -ApplicationName "myApp" -Name "myPDName" -FirstCollectionID "SMSDM001" -SecondCollectionID "SMSDM003" -CriteriaOption Compliance -CriteriaValue 1 -BeginCondition AfterPeriod -DaysAfterPreviousPhaseSuccess 2 -ThrottlingDays 3 -InstallationChoice AfterPeriod -DeadlineUnit Hours -DeadlineValue 4 -Description "MyDescription"

Example 2: Create a deployment by input app object

This example creates a new application phased deployment named myPDName for a piped application object.

$myApp | New-CMApplicationAutoPhasedDeployment -Name "myPDName" -FirstCollectionID "SMSDM001" -SecondCollectionID "SMSDM003" -CriteriaOption Compliance -CriteriaValue 1 -BeginCondition AfterPeriod -DaysAfterPreviousPhaseSuccess 2 -ThrottlingDays 3 -InstallationChoice AfterPeriod -DeadlineUnit Hours -DeadlineValue 4 -Description "MyDescription"

Parameters

-Application

Specify an application object for the phased deployment.

Parameter properties

Type:IResultObject
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-ApplicationId

Specify an application ID for the phased deployment.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:CIId, CI_ID

Parameter sets

-ApplicationName

Specify an application name for the phased deployment.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:ApplicationLocalizedDisplayName

Parameter sets

-BeginCondition

Specify an option for beginning the second phase of deployment after success of the first phase:

  • AfterPeriod: This parameter is the same as the following setting on the Settings page of the Create Phased Deployment wizard in the console: Automatically begin this phase after a deferral period (in days). If you specify this value, use DaysAfterPreviousPhaseSuccess to configure the period of time.

  • Manually: This parameter is the same as the following setting on the Settings page of the Create Phased Deployment wizard in the console: Manually begin the second phase deployment.

Parameter properties

Type:BeginConditionType
Default value:None
Accepted values:AfterPeriod, Manually
Supports wildcards:False
DontShow:False

Parameter sets

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

-CriteriaOption

Specify an option to choose the criteria for success of the first phase:

  • Compliance: This parameter is the same as the following setting on the Settings page of the Create Phased Deployment wizard in the console: Deployment success percentage. Specify the percentage value with the CriteriaValue parameter.

  • Number: This parameter is the same as the following setting on the Settings page of the Create Phased Deployment wizard in the console: Number of devices successfully deployed. Specify the number of devices with the CriteriaValue parameter.

Parameter properties

Type:CriteriaType
Default value:None
Accepted values:Compliance, Number
Supports wildcards:False
DontShow:False

Parameter sets

-CriteriaValue

This integer value depends upon the value that you specify for CriteriaOption:

  • Compliance: Specify the percentage

  • Number: Specify the number of devices

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-DaysAfterPreviousPhaseSuccess

Specify an integer value for the number of days after success of the first phase to begin the second phase. This parameter is the same as the following setting on the Settings page of the Create Phased Deployment wizard in the console: Automatically begin this phase after a deferral period (in days).

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-DeadlineUnit

Specify the type of deadline period. Use this parameter with DeadlineValue.

Parameter properties

Type:TimeUnitType
Default value:None
Accepted values:Hours, Days, Weeks, Months
Supports wildcards:False
DontShow:False

Parameter sets

-DeadlineValue

This parameter is only used if you specify AfterPeriod with the InstallationChoice parameter.

Specify an integer value for the period of time for the deadline. Use the DeadlineUnit parameter to specify the type of period: Hours, Days, Weeks, Months. This parameter is the same as the following setting on the Settings page of the Create Phased Deployment wizard in the console: Installation is required after this period of time.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Description

Specify a description for the application phased deployment.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-DisableWildcardHandling

This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-FirstCollection

Specify a collection object for the first phase.

Parameter properties

Type:IResultObject
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-FirstCollectionId

Specify a collection ID for the first phase.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-FirstCollectionName

Specify a collection name for the first phase.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-ForceWildcardHandling

This parameter processes wildcard characters and may lead to unexpected behavior. It's not recommended. You can't combine it with DisableWildcardHandling.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-InstallationChoice

Specify an option for the behavior relative to when the software is made available:

  • AsSoonAsPossible: This parameter is the same as the following setting on the Settings page of the Create Phased Deployment wizard in the console: Installation is required as soon as possible.

  • AfterPeriod: This parameter is the same as the following setting on the Settings page of the Create Phased Deployment wizard in the console: Installation is required after this period of time. If you specify this value, use DeadlineUnit and DeadlineValue to configure the period of time.

Parameter properties

Type:InstallationChoiceType
Default value:None
Accepted values:AsSoonAsPossible, AfterPeriod
Supports wildcards:False
DontShow:False

Parameter sets

-Name

Specify a name for the application phased deployment.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-SecondCollection

Specify a collection object for the second phase.

Parameter properties

Type:IResultObject
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-SecondCollectionId

Specify a collection ID for the second phase.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-SecondCollectionName

Specify a collection name for the second phase.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-ThrottlingDays

Specify an integer value for the number of days to gradually make this software available. This parameter is the same as the following setting on the Settings page of the Create Phased Deployment wizard in the console: Gradually make this software available over this period of time (in days).

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet doesn't run.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

Microsoft.ConfigurationManagement.ManagementProvider.IResultObject

Outputs

IResultObject


Feedback

Was this page helpful?