{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/ja-jp/powershell/","_op_gitContributorInformation":{"author":{"display_name":"Banreet Kaur","id":"92906285","name":"Banreet","profile_url":"https://github.com/Banreet"},"contributors":[{"display_name":"Aaron Czechowski","id":"26784733","name":"aczechowski","profile_url":"https://github.com/aczechowski"}],"update_at":"2026/06/25","updated_at_date_time":"2026-06-25T23:19:50.0138483Z"},"_path":"module/configurationmanager/new-cmapplicationautophaseddeployment.json","_rel":"../../","_tocRel":"../sccm-ps/toc.json","apiPlatform":"powershell","author":"Banreet","breadcrumb_path":"/powershell/sccm/bread/toc.json","canonical_url":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/new-cmapplicationautophaseddeployment?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/New-CMApplicationAutoPhasedDeployment.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"e218db27-a10e-6abc-f73e-ed7ef8d1d0a3","document_version_independent_id":"77943504-8d7f-bef8-1742-e01ac2536470","external help file":"AdminUI.PS.dll-Help.xml","feedback_product_url":"https://feedbackportal.microsoft.com/feedback/forum/4669adfc-ee1b-ec11-b6e7-0022481f8472","feedback_system":"Standard","git_commit_id":"5e4743da651609d0ffccffebcf46f06b3732def8","gitcommit":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/5e4743da651609d0ffccffebcf46f06b3732def8/sccm-ps/ConfigurationManager/New-CMApplicationAutoPhasedDeployment.md","github_contributors":["aczechowski"],"locale":"ja-jp","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.service":"configuration-manager","ms.subservice":"other","ms.topic":"reference","online version":"","open_to_public_contributors":true,"original_content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/live/sccm-ps/ConfigurationManager/New-CMApplicationAutoPhasedDeployment.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/New-CMApplicationAutoPhasedDeployment.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/f1499c3b-793f-48c3-a9ce-20285bcc6541"],"site_name":"Docs","titleSuffix":"Configuration Manager","uhfHeaderId":"MSDocsHeader-Powershell","updated_at":"2026-06-25 11:19 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmapplicationautophaseddeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMApplicationAutoPhasedDeployment","schemaType":"PowershellCmdlet","summary":"<p>このコマンドレットを使用して、同じ設定で 2 つのフェーズを生成することで、アプリケーションの段階的なデプロイを作成します。</p>\n","uid":"ConfigurationManager.New-CMApplicationAutoPhasedDeployment"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.New-CMApplicationAutoPhasedDeployment":{"href":"new-cmapplicationautophaseddeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMApplicationAutoPhasedDeployment","schemaType":"PowershellCmdlet","summary":"<p>このコマンドレットを使用して、同じ設定で 2 つのフェーズを生成することで、アプリケーションの段階的なデプロイを作成します。</p>\n","uid":"ConfigurationManager.New-CMApplicationAutoPhasedDeployment"}},"description":"<p>このコマンドレットを使用して、同じ設定で 2 つのフェーズを生成することで、アプリケーションの段階的なデプロイを作成します。 このコマンドレットの動作は、既定の 2 <strong>フェーズ展開</strong> を自動的に作成するオプションを選択すると、アプリケーション上のフェーズ <strong>展開の作成ウィザードと</strong>同じです。</p>\n<div class=\"NOTE\">\n<p>注:</p>\n<p>段階的な展開を作成する前に、アプリケーションのコンテンツを配布ポイントに配布してください。</p>\n</div>\n","examples":[{"code":"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\"","description":"","summary":"<p>この例では、アプリケーション <strong>myApp</strong> の <strong>myDPName</strong> という名前の新しいアプリケーション 段階的デプロイを作成します。</p>\n","title":"例 1: アプリ名でデプロイを作成する"},{"code":"$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\"","description":"","summary":"<p>この例では、パイプされたアプリケーション オブジェクトの <strong>myPDName</strong> という名前の新しいアプリケーション 段階的デプロイを作成します。</p>\n","title":"例 2: 入力アプリ オブジェクトによるデプロイの作成"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.ManagementProvider.IResultObject</span>\n"}],"module":"ConfigurationManager","name":"New-CMApplicationAutoPhasedDeployment","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">IResultObject</span>\n"}],"parameters":[{"aliases":"","defaultValue":"None","description":"<p>段階的デプロイのアプリケーション オブジェクトを指定します。</p>\n","isRequired":true,"name":"Application","parameterValueGroup":"","pipelineInput":true,"position":"1","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"CIId, CI_ID","defaultValue":"None","description":"<p>段階的デプロイのアプリケーション ID を指定します。</p>\n","isRequired":true,"name":"ApplicationId","parameterValueGroup":"","position":"1","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"ApplicationLocalizedDisplayName","defaultValue":"None","description":"<p>段階的なデプロイのアプリケーション名を指定します。</p>\n","isRequired":true,"name":"ApplicationName","parameterValueGroup":"","position":"1","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>最初のフェーズが成功した後、デプロイの 2 番目のフェーズを開始するためのオプションを指定します。</p>\n<ul>\n<li><p>\n              <code>AfterPeriod</code>: このパラメーターは、コンソールの <strong>[フェーズ展開の作成</strong>] ウィザードの <strong>[設定]</strong> ページの設定と同じです。<strong>遅延期間 (日数) 後にこのフェーズを自動的に開始</strong>します。 この値を指定する場合は、 <strong>DaysAfterPreviousPhaseSuccess</strong> を使用して期間を構成します。</p>\n</li>\n<li><p>\n              <code>Manually</code>: このパラメーターは、コンソールの <strong>[フェーズ展開の作成</strong>] ウィザードの <strong>[設定]</strong> ページの [<strong>手動で 2 番目のフェーズの展開を開始する</strong>] の設定と同じです。</p>\n</li>\n</ul>\n","name":"BeginCondition","parameterValueGroup":"AfterPeriod, Manually","position":"Named","type":"<span class=\"no-loc xref\">BeginConditionType</span>\n"},{"aliases":"cf","defaultValue":"None","description":"<p>コマンドレットを実行する前に確認メッセージを表示します。</p>\n","name":"Confirm","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>最初のフェーズの成功条件を選択するオプションを指定します。</p>\n<ul>\n<li><p>\n              <code>Compliance</code>: このパラメーターは、コンソールの <strong>[フェーズ展開の作成</strong>] ウィザードの <strong>[設定]</strong> ページの [<strong>展開の成功率</strong>] の設定と同じです。 \n              <strong>CriteriaValue</strong> パラメーターを使用してパーセンテージ値を指定します。</p>\n</li>\n<li><p>\n              <code>Number</code>: このパラメーターは、コンソールの <strong>[フェーズ展開の作成</strong>] ウィザードの <strong>[設定]</strong> ページの設定と同じです。<strong>正常に展開されたデバイスの数</strong>です。 \n              <strong>CriteriaValue</strong> パラメーターを使用してデバイスの数を指定します。</p>\n</li>\n</ul>\n","name":"CriteriaOption","parameterValueGroup":"Compliance, Number","position":"Named","type":"<span class=\"no-loc xref\">CriteriaType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>この整数値は、 <strong>CriteriaOption</strong> に指定する値によって異なります。</p>\n<ul>\n<li><p>\n              <code>Compliance</code>: パーセンテージを指定します。</p>\n</li>\n<li><p>\n              <code>Number</code>: デバイスの数を指定します</p>\n</li>\n</ul>\n","name":"CriteriaValue","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>最初のフェーズが成功してから 2 番目のフェーズを開始する日数の整数値を指定します。 このパラメーターは、コンソールの <strong>[フェーズ展開の作成</strong>] ウィザードの <strong>[設定]</strong> ページの設定と同じです。<strong>遅延期間 (日数) 後にこのフェーズを自動的に開始</strong>します。</p>\n","name":"DaysAfterPreviousPhaseSuccess","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>期限期間の種類を指定します。 このパラメーターは <strong>DeadlineValue</strong> と共に使用します。</p>\n","name":"DeadlineUnit","parameterValueGroup":"Hours, Days, Weeks, Months","position":"Named","type":"<span class=\"no-loc xref\">TimeUnitType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このパラメーターは、<strong>InstallationChoice</strong> パラメーターで<code>AfterPeriod</code>を指定した場合にのみ使用されます。</p>\n<p>期限の期間に整数値を指定します。 \n              <strong>DeadlineUnit</strong> パラメーターを使用して、期間の種類 (<code>Hours</code>、<code>Days</code>、<code>Weeks</code>、<code>Months</code>) を指定します。 このパラメーターは、コンソールの <strong>[フェーズ展開の作成</strong>] ウィザードの <strong>[設定]</strong> ページの設定と同じです。<strong>この期間が経過するとインストールが必要になります</strong>。</p>\n","name":"DeadlineValue","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>アプリケーション段階的デプロイの説明を指定します。</p>\n","name":"Description","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このパラメーターは、ワイルドカード文字をリテラル文字の値として扱います。 \n              <strong>ForceWildcardHandling</strong> と組み合わせることはできません。</p>\n","name":"DisableWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>最初のフェーズのコレクション オブジェクトを指定します。</p>\n","name":"FirstCollection","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>最初のフェーズのコレクション ID を指定します。</p>\n","name":"FirstCollectionId","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>最初のフェーズのコレクション名を指定します。</p>\n","name":"FirstCollectionName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このパラメーターはワイルドカード文字を処理し、予期しない動作につながる可能性があります。 これはお勧めしません。 \n              <strong>DisableWildcardHandling</strong> と組み合わせることはできません。</p>\n","name":"ForceWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>ソフトウェアが使用可能になったときに相対的な動作のオプションを指定します。</p>\n<ul>\n<li><p>\n              <code>AsSoonAsPossible</code>: このパラメーターは、コンソールの <strong>[フェーズ展開の作成</strong>] ウィザードの <strong>[設定]</strong> ページの設定と同じです。<strong>インストールはできるだけ早く必要です</strong>。</p>\n</li>\n<li><p>\n              <code>AfterPeriod</code>: このパラメーターは、コンソールの <strong>[フェーズ展開の作成</strong>] ウィザードの <strong>[設定]</strong> ページの設定と同じです。<strong>この期間を過ぎるとインストールが必要です</strong>。 この値を指定する場合は、 <strong>DeadlineUnit</strong> と <strong>DeadlineValue</strong> を使用して期間を構成します。</p>\n</li>\n</ul>\n","name":"InstallationChoice","parameterValueGroup":"AsSoonAsPossible, AfterPeriod","position":"Named","type":"<span class=\"no-loc xref\">InstallationChoiceType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>アプリケーション段階的デプロイの名前を指定します。</p>\n","isRequired":true,"name":"Name","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>2 番目のフェーズのコレクション オブジェクトを指定します。</p>\n","name":"SecondCollection","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>2 番目のフェーズのコレクション ID を指定します。</p>\n","name":"SecondCollectionId","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>2 番目のフェーズのコレクション名を指定します。</p>\n","name":"SecondCollectionName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このソフトウェアを徐々に使用できるようにする日数の整数値を指定します。 このパラメーターは、コンソールの <strong>[段階的な展開の作成</strong>] ウィザードの <strong>[設定]</strong> ページの設定と同じです。<strong>この期間 (日数) にわたってこのソフトウェアを段階的に使用できるようにします</strong>。</p>\n","name":"ThrottlingDays","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"wi","defaultValue":"None","description":"<p>コマンドレットが実行されるとどうなるかを示します。 コマンドレットは実行されません。</p>\n","name":"WhatIf","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>このコマンドレットを使用して、同じ設定で 2 つのフェーズを生成することで、アプリケーションの段階的なデプロイを作成します。</p>\n","syntaxes":["New-CMApplicationAutoPhasedDeployment [-Application] <IResultObject> [-BeginCondition <BeginConditionType>]\n [-CriteriaOption <CriteriaType>] [-CriteriaValue <Int32>] [-DaysAfterPreviousPhaseSuccess <Int32>]\n [-DeadlineUnit <TimeUnitType>] [-DeadlineValue <Int32>] [-FirstCollection <IResultObject>]\n [-FirstCollectionId <String>] [-FirstCollectionName <String>] [-InstallationChoice <InstallationChoiceType>]\n [-SecondCollection <IResultObject>] [-SecondCollectionId <String>] [-SecondCollectionName <String>]\n [-ThrottlingDays <Int32>] [-Description <String>] -Name <String> [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]","New-CMApplicationAutoPhasedDeployment [-ApplicationId] <String> [-BeginCondition <BeginConditionType>]\n [-CriteriaOption <CriteriaType>] [-CriteriaValue <Int32>] [-DaysAfterPreviousPhaseSuccess <Int32>]\n [-DeadlineUnit <TimeUnitType>] [-DeadlineValue <Int32>] [-FirstCollection <IResultObject>]\n [-FirstCollectionId <String>] [-FirstCollectionName <String>] [-InstallationChoice <InstallationChoiceType>]\n [-SecondCollection <IResultObject>] [-SecondCollectionId <String>] [-SecondCollectionName <String>]\n [-ThrottlingDays <Int32>] [-Description <String>] -Name <String> [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]","New-CMApplicationAutoPhasedDeployment [-ApplicationName] <String> [-BeginCondition <BeginConditionType>]\n [-CriteriaOption <CriteriaType>] [-CriteriaValue <Int32>] [-DaysAfterPreviousPhaseSuccess <Int32>]\n [-DeadlineUnit <TimeUnitType>] [-DeadlineValue <Int32>] [-FirstCollection <IResultObject>]\n [-FirstCollectionId <String>] [-FirstCollectionName <String>] [-InstallationChoice <InstallationChoiceType>]\n [-SecondCollection <IResultObject>] [-SecondCollectionId <String>] [-SecondCollectionName <String>]\n [-ThrottlingDays <Int32>] [-Description <String>] -Name <String> [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]"],"uid":"ConfigurationManager.New-CMApplicationAutoPhasedDeployment","hideEdit":true,"ms.translationtype":"MT","ms.contentlocale":"ja-jp","loc_version":"2024-08-21T21:18:36.7205003Z","loc_source_id":"Github-72476255#live","loc_file_id":"Github-72476255.live.MSDN.sccm-powershell.sccm-ps/ConfigurationManager/New-CMApplicationAutoPhasedDeployment.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmapplicationautophaseddeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMApplicationAutoPhasedDeployment","schemaType":"PowershellCmdlet","summary":"<p>このコマンドレットを使用して、同じ設定で 2 つのフェーズを生成することで、アプリケーションの段階的なデプロイを作成します。</p>\n","uid":"ConfigurationManager.New-CMApplicationAutoPhasedDeployment"}],"canonical_url":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/new-cmapplicationautophaseddeployment?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/new-cmapplicationautophaseddeployment?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>このコマンドレットを使用して、同じ設定で 2 つのフェーズを生成することで、アプリケーションの段階的なデプロイを作成します。 このコマンドレットの動作は、既定の 2 <strong>フェーズ展開</strong> を自動的に作成するオプションを選択すると、アプリケーション上のフェーズ <strong>展開の作成ウィザードと</strong>同じです。</p>\n<div class=&quot;NOTE&quot;>\n<p>注:</p>\n<p>段階的な展開を作成する前に、アプリケーションのコンテンツを配布ポイントに配布してください。</p>\n</div>\n\" />\r\n<meta name=\"hideEdit\" content=\"true\" />\r\n<meta name=\"loc_file_id\" content=\"Github-72476255.live.MSDN.sccm-powershell.sccm-ps/ConfigurationManager/New-CMApplicationAutoPhasedDeployment.md\" />\r\n<meta name=\"loc_source_id\" content=\"Github-72476255#live\" />\r\n<meta name=\"loc_version\" content=\"2024-08-21T21:18:36.7205003Z\" />\r\n<meta name=\"module\" content=\"ConfigurationManager\" />\r\n<meta name=\"ms.contentlocale\" content=\"ja-jp\" />\r\n<meta name=\"ms.translationtype\" content=\"MT\" />\r\n<meta name=\"name\" content=\"New-CMApplicationAutoPhasedDeployment\" />\r\n<meta name=\"notes\" content=\"\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>このコマンドレットを使用して、同じ設定で 2 つのフェーズを生成することで、アプリケーションの段階的なデプロイを作成します。</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"New-CMApplicationAutoPhasedDeployment [-Application] <IResultObject> [-BeginCondition <BeginConditionType>]\n [-CriteriaOption <CriteriaType>] [-CriteriaValue <Int32>] [-DaysAfterPreviousPhaseSuccess <Int32>]\n [-DeadlineUnit <TimeUnitType>] [-DeadlineValue <Int32>] [-FirstCollection <IResultObject>]\n [-FirstCollectionId <String>] [-FirstCollectionName <String>] [-InstallationChoice <InstallationChoiceType>]\n [-SecondCollection <IResultObject>] [-SecondCollectionId <String>] [-SecondCollectionName <String>]\n [-ThrottlingDays <Int32>] [-Description <String>] -Name <String> [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMApplicationAutoPhasedDeployment [-ApplicationId] <String> [-BeginCondition <BeginConditionType>]\n [-CriteriaOption <CriteriaType>] [-CriteriaValue <Int32>] [-DaysAfterPreviousPhaseSuccess <Int32>]\n [-DeadlineUnit <TimeUnitType>] [-DeadlineValue <Int32>] [-FirstCollection <IResultObject>]\n [-FirstCollectionId <String>] [-FirstCollectionName <String>] [-InstallationChoice <InstallationChoiceType>]\n [-SecondCollection <IResultObject>] [-SecondCollectionId <String>] [-SecondCollectionName <String>]\n [-ThrottlingDays <Int32>] [-Description <String>] -Name <String> [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMApplicationAutoPhasedDeployment [-ApplicationName] <String> [-BeginCondition <BeginConditionType>]\n [-CriteriaOption <CriteriaType>] [-CriteriaValue <Int32>] [-DaysAfterPreviousPhaseSuccess <Int32>]\n [-DeadlineUnit <TimeUnitType>] [-DeadlineValue <Int32>] [-FirstCollection <IResultObject>]\n [-FirstCollectionId <String>] [-FirstCollectionName <String>] [-InstallationChoice <InstallationChoiceType>]\n [-SecondCollection <IResultObject>] [-SecondCollectionId <String>] [-SecondCollectionName <String>]\n [-ThrottlingDays <Int32>] [-Description <String>] -Name <String> [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.New-CMApplicationAutoPhasedDeployment\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}