{"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:33:06.4213499Z"},"_path":"module/configurationmanager/new-cmsoftwareupdatemanualphaseddeployment.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-cmsoftwareupdatemanualphaseddeployment?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/New-CMSoftwareUpdateManualPhasedDeployment.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"6ff9a331-6608-b574-2292-5a923587af00","document_version_independent_id":"f9f3bf92-a2e7-1595-4a21-ae05e53f93cb","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":"e90a1e5fc056079ab3ce87d4efc2fc6dfc8c3bd3","gitcommit":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/e90a1e5fc056079ab3ce87d4efc2fc6dfc8c3bd3/sccm-ps/ConfigurationManager/New-CMSoftwareUpdateManualPhasedDeployment.md","github_contributors":["aczechowski"],"locale":"ja-jp","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"01/03/2022","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-CMSoftwareUpdateManualPhasedDeployment.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/New-CMSoftwareUpdateManualPhasedDeployment.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:33 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmsoftwareupdatemanualphaseddeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMSoftwareUpdateManualPhasedDeployment","schemaType":"PowershellCmdlet","summary":"<p>ソフトウェア更新プログラムの段階的な展開を作成します。</p>\n","uid":"ConfigurationManager.New-CMSoftwareUpdateManualPhasedDeployment"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.New-CMSoftwareUpdateManualPhasedDeployment":{"href":"new-cmsoftwareupdatemanualphaseddeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMSoftwareUpdateManualPhasedDeployment","schemaType":"PowershellCmdlet","summary":"<p>ソフトウェア更新プログラムの段階的な展開を作成します。</p>\n","uid":"ConfigurationManager.New-CMSoftwareUpdateManualPhasedDeployment"}},"description":"<p>このコマンドレットを使用して、ソフトウェア更新プログラムの段階的な展開を作成します。 このコマンドレットを使用する前に、 <a href=\"new-cmsoftwareupdatephase\">New-CMSoftwareUpdatePhase</a> コマンドレットを使用して、新しいカスタマイズされたデプロイ フェーズを追加します。</p>\n<p>詳細については、「 <a href=\"/mem/configmgr/osd/deploy-use/create-phased-deployment-for-task-sequence?toc=/mem/configmgr/sum/toc.json&amp;bc=/mem/configmgr/sum/breadcrumb/toc.json\">Configuration Manager を使用して段階的なデプロイを作成</a>する」を参照してください。</p>\n<div class=\"NOTE\">\n<p>注:</p>\n<p>\n              <code>PS XYZ:\\&gt;</code>など、Configuration Manager サイト ドライブから Configuration Manager コマンドレットを実行します。 詳細については、「作業の <a href=\"/powershell/sccm/overview\">開始</a>」を参照してください。</p>\n</div>\n","examples":[{"code":"$phase1 = New-CMSoftwareUpdatePhase -CollectionId \"SMSDM001\" -PhaseName \"test01\" -UserNotificationOption DisplaySoftwareCenterOnly\n$phase2 = New-CMSoftwareUpdatePhase -CollectionId \"SMSDM003\" -PhaseName \"test02\" -UserNotificationOption DisplaySoftwareCenterOnly\nNew-CMSoftwareUpdateManualPhasedDeployment -SoftwareUpdateNames (\"myUpdateA\", \"myUpdateB\") -Name \"myPhaseDeployment\" -AddPhases ($phase1, $phase2)","description":"","summary":"<p>この例では、2 つのソフトウェア更新プログラムに <strong>対して myPhaseDeployment</strong> という名前の 2 フェーズ展開を作成します。</p>\n","title":"例 1: ソフトウェア更新プログラムの展開を名前で作成する"},{"code":"$phase3 = New-CMSoftwareUpdatePhase -CollectionId \"SMSDM001\" -PhaseName \"test03\" -UserNotificationOption DisplaySoftwareCenterOnly\n$phase4 = New-CMSoftwareUpdatePhase -CollectionId \"SMSDM003\" -PhaseName \"test04\" -UserNotificationOption DisplaySoftwareCenterOnly\nNew-CMSoftwareUpdateManualPhasedDeployment -SoftwareUpdateGroupName \"myGroup\" -Name \"myPhaseDeploymentForGroup\" -AddPhases ($phase3, $phase4)","description":"","summary":"<p>この例では、ソフトウェア更新グループ <strong>myGroup の myPhaseDeploymentForGroup</strong> という名前の 2 フェーズ展開を作成 <strong>します</strong>。</p>\n","title":"例 2: ソフトウェア更新プログラム グループの展開を名前で作成する"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.ManagementProvider.IResultObject</span>\n"},{"description":"","name":"<p><span class=\"no-loc xref\">Microsoft.ConfigurationManagement.ManagementProvider.IResultObject</span><span>[</span><span>]</span></p>\n"}],"links":[{"href":"get-cmsoftwareupdatephaseddeployment","text":"Get-CMSoftwareUpdatePhasedDeployment"},{"href":"remove-cmsoftwareupdatephaseddeployment","text":"Remove-CMSoftwareUpdatePhasedDeployment"},{"href":"set-cmsoftwareupdatephaseddeployment","text":"Set-CMSoftwareUpdatePhasedDeployment"},{"href":"get-cmphaseddeploymentstatus","text":"Get-CMPhasedDeploymentStatus"},{"href":"move-cmphaseddeploymenttonext","text":"Move-CMPhasedDeploymentToNext"},{"href":"resume-cmphaseddeployment","text":"Resume-CMPhasedDeployment"},{"href":"suspend-cmphaseddeployment","text":"Suspend-CMPhasedDeployment"},{"href":"/mem/configmgr/osd/deploy-use/create-phased-deployment-for-task-sequence?toc=/mem/configmgr/sum/toc.json&bc=/mem/configmgr/sum/breadcrumb/toc.json","text":"Configuration Manager を使用して段階的なデプロイを作成する"}],"module":"ConfigurationManager","name":"New-CMSoftwareUpdateManualPhasedDeployment","notes":"<p>return オブジェクトは、 <strong>SMS_PhasedDeployment</strong> サーバー WMI クラスです。</p>\n","outputs":[{"description":"","name":"<span class=\"no-loc xref\">IResultObject</span>\n"}],"parameters":[{"aliases":"","defaultValue":"None","description":"<p>フェーズの配列を指定します。 \n              <a href=\"new-cmsoftwareupdatephase\">New-CMSoftwareUpdatePhase</a> を使用してフェーズを作成します。</p>\n","isRequired":true,"name":"AddPhases","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">Phase</span><span>[</span><span>]</span></p>\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","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>このパラメーターはワイルドカード文字を処理し、予期しない動作が発生する可能性があります (推奨されません)。 \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","isRequired":true,"name":"Name","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>ソフトウェア更新グループのオブジェクトを指定します。 このオブジェクトを取得するには、 <a href=\"get-cmsoftwareupdategroup\">Get-CMSoftwareUpdateGroup</a> コマンドレットを使用します。</p>\n","isRequired":true,"name":"SoftwareUpdateGroup","parameterValueGroup":"","pipelineInput":true,"position":"0","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>ソフトウェア更新プログラム グループを ID で指定します。</p>\n","isRequired":true,"name":"SoftwareUpdateGroupId","parameterValueGroup":"","position":"0","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>ソフトウェア更新プログラム グループを名前で指定します。</p>\n","isRequired":true,"name":"SoftwareUpdateGroupName","parameterValueGroup":"","position":"0","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>ソフトウェア更新プログラム ID の配列を指定します。</p>\n","isRequired":true,"name":"SoftwareUpdateIds","parameterValueGroup":"","position":"0","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>ソフトウェア更新プログラム名の配列を指定します。</p>\n","isRequired":true,"name":"SoftwareUpdateNames","parameterValueGroup":"","position":"0","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>ソフトウェア更新オブジェクトの配列を指定します。 このオブジェクトを取得するには、 <a href=\"get-cmsoftwareupdate\">Get-CMSoftwareUpdate</a> コマンドレットを使用します。</p>\n","isRequired":true,"name":"SoftwareUpdates","parameterValueGroup":"","pipelineInput":true,"position":"0","type":"<p><span class=\"no-loc xref\">IResultObject</span><span>[</span><span>]</span></p>\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>ソフトウェア更新プログラムの段階的な展開を作成します。</p>\n","syntaxes":["New-CMSoftwareUpdateManualPhasedDeployment [-SoftwareUpdateGroup] <IResultObject> -AddPhases <Phase[]>\n [-Description <String>] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]\n [-Confirm] [<CommonParameters>]","New-CMSoftwareUpdateManualPhasedDeployment [-SoftwareUpdateGroupId] <String> -AddPhases <Phase[]>\n [-Description <String>] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]\n [-Confirm] [<CommonParameters>]","New-CMSoftwareUpdateManualPhasedDeployment [-SoftwareUpdateGroupName] <String> -AddPhases <Phase[]>\n [-Description <String>] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]\n [-Confirm] [<CommonParameters>]","New-CMSoftwareUpdateManualPhasedDeployment [-SoftwareUpdateIds] <String[]> -AddPhases <Phase[]>\n [-Description <String>] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]\n [-Confirm] [<CommonParameters>]","New-CMSoftwareUpdateManualPhasedDeployment [-SoftwareUpdateNames] <String[]> -AddPhases <Phase[]>\n [-Description <String>] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]\n [-Confirm] [<CommonParameters>]","New-CMSoftwareUpdateManualPhasedDeployment [-SoftwareUpdates] <IResultObject[]> -AddPhases <Phase[]>\n [-Description <String>] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]\n [-Confirm] [<CommonParameters>]"],"uid":"ConfigurationManager.New-CMSoftwareUpdateManualPhasedDeployment","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-CMSoftwareUpdateManualPhasedDeployment.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmsoftwareupdatemanualphaseddeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMSoftwareUpdateManualPhasedDeployment","schemaType":"PowershellCmdlet","summary":"<p>ソフトウェア更新プログラムの段階的な展開を作成します。</p>\n","uid":"ConfigurationManager.New-CMSoftwareUpdateManualPhasedDeployment"}],"canonical_url":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/new-cmsoftwareupdatemanualphaseddeployment?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/new-cmsoftwareupdatemanualphaseddeployment?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>このコマンドレットを使用して、ソフトウェア更新プログラムの段階的な展開を作成します。 このコマンドレットを使用する前に、 <a href=&quot;new-cmsoftwareupdatephase&quot;>New-CMSoftwareUpdatePhase</a> コマンドレットを使用して、新しいカスタマイズされたデプロイ フェーズを追加します。</p>\n<p>詳細については、「 <a href=&quot;/mem/configmgr/osd/deploy-use/create-phased-deployment-for-task-sequence?toc=/mem/configmgr/sum/toc.json&amp;amp;bc=/mem/configmgr/sum/breadcrumb/toc.json&quot;>Configuration Manager を使用して段階的なデプロイを作成</a>する」を参照してください。</p>\n<div class=&quot;NOTE&quot;>\n<p>注:</p>\n<p>\n              <code>PS XYZ:\\&amp;gt;</code>など、Configuration Manager サイト ドライブから Configuration Manager コマンドレットを実行します。 詳細については、「作業の <a href=&quot;/powershell/sccm/overview&quot;>開始</a>」を参照してください。</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-CMSoftwareUpdateManualPhasedDeployment.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-CMSoftwareUpdateManualPhasedDeployment\" />\r\n<meta name=\"notes\" content=\"<p>return オブジェクトは、 <strong>SMS_PhasedDeployment</strong> サーバー WMI クラスです。</p>\n\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>ソフトウェア更新プログラムの段階的な展開を作成します。</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"New-CMSoftwareUpdateManualPhasedDeployment [-SoftwareUpdateGroup] <IResultObject> -AddPhases <Phase[]>\n [-Description <String>] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]\n [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMSoftwareUpdateManualPhasedDeployment [-SoftwareUpdateGroupId] <String> -AddPhases <Phase[]>\n [-Description <String>] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]\n [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMSoftwareUpdateManualPhasedDeployment [-SoftwareUpdateGroupName] <String> -AddPhases <Phase[]>\n [-Description <String>] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]\n [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMSoftwareUpdateManualPhasedDeployment [-SoftwareUpdateIds] <String[]> -AddPhases <Phase[]>\n [-Description <String>] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]\n [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMSoftwareUpdateManualPhasedDeployment [-SoftwareUpdateNames] <String[]> -AddPhases <Phase[]>\n [-Description <String>] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]\n [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMSoftwareUpdateManualPhasedDeployment [-SoftwareUpdates] <IResultObject[]> -AddPhases <Phase[]>\n [-Description <String>] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf]\n [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.New-CMSoftwareUpdateManualPhasedDeployment\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}