{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/ko-kr/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. 9. 1.","updated_at_date_time":"2026-09-01T12:17:01.4724966Z"},"_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/ko-kr/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","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":"ko-kr","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-09-01 12:17 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>이 cmdlet을 사용하여 소프트웨어 업데이트에 대한 단계적 배포를 만듭니다. 이 cmdlet을 사용하기 전에 <a href=\"new-cmsoftwareupdatephase\">New-CMSoftwareUpdatePhase</a> cmdlet을 사용하여 사용자 지정된 새 배포 단계를 추가합니다.</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>Configuration Manager 사이트 드라이브에서 Configuration Manager cmdlet을 실행합니다(예: <code>PS XYZ:\\&gt;</code>). 자세한 내용은 <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>이 예제에서는 두 개의 소프트웨어 업데이트에 대해 <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>반환 개체는 <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>cmdlet을 실행하기 전에 확인 메시지를 표시합니다.</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> cmdlet을 사용합니다.</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> cmdlet을 사용합니다.</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>cmdlet이 실행되면 어떻게 되는지 보여줍니다. cmdlet이 실행되지 않습니다.</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":"ko-kr","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/ko-kr/powershell/module/configurationmanager/new-cmsoftwareupdatemanualphaseddeployment?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ko-kr/powershell/module/configurationmanager/new-cmsoftwareupdatemanualphaseddeployment?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>이 cmdlet을 사용하여 소프트웨어 업데이트에 대한 단계적 배포를 만듭니다. 이 cmdlet을 사용하기 전에 <a href=&quot;new-cmsoftwareupdatephase&quot;>New-CMSoftwareUpdatePhase</a> cmdlet을 사용하여 사용자 지정된 새 배포 단계를 추가합니다.</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>Configuration Manager 사이트 드라이브에서 Configuration Manager cmdlet을 실행합니다(예: <code>PS XYZ:\\&amp;gt;</code>). 자세한 내용은 <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=\"ko-kr\" />\r\n<meta name=\"ms.translationtype\" content=\"MT\" />\r\n<meta name=\"name\" content=\"New-CMSoftwareUpdateManualPhasedDeployment\" />\r\n<meta name=\"notes\" content=\"<p>반환 개체는 <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/"}