{"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"},{"display_name":"gwblok","id":"26312309","name":"gwblok","profile_url":"https://github.com/gwblok"},{"display_name":"Dan Mabee","id":"40476441","name":"damabe","profile_url":"https://github.com/damabe"},{"display_name":"Jonathan Gao","id":"2213767","name":"mumian","profile_url":"https://github.com/mumian"},{"display_name":"sankethka","id":"16908144","name":"sankethka","profile_url":"https://github.com/sankethka"}],"update_at":"2026. 6. 25.","updated_at_date_time":"2026-06-25T23:29:38.5355159Z"},"_path":"module/configurationmanager/new-cmpackagedeployment.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-cmpackagedeployment?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/New-CMPackageDeployment.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","description":"컬렉션에 레거시 패키지를 배포합니다.","document_id":"cabfb7b9-3081-8d55-263c-c6a21a1b995b","document_version_independent_id":"a1f405c5-475d-af54-1733-0d3cb0e08fc4","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":"48cf632fb4b9ad92060012681a500478254de750","gitcommit":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/48cf632fb4b9ad92060012681a500478254de750/sccm-ps/ConfigurationManager/New-CMPackageDeployment.md","github_contributors":["aczechowski","gwblok","damabe","mumian","sankethka"],"locale":"ko-kr","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"06/16/2021","ms.service":"configuration-manager","ms.subservice":"other","ms.topic":"reference","open_to_public_contributors":true,"original_content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/live/sccm-ps/ConfigurationManager/New-CMPackageDeployment.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/New-CMPackageDeployment.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/f1499c3b-793f-48c3-a9ce-20285bcc6541"],"site_name":"Docs","title":"New-CMPackageDeployment","titleSuffix":"Configuration Manager","uhfHeaderId":"MSDocsHeader-Powershell","updated_at":"2026-06-25 11:29 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmpackagedeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMPackageDeployment","schemaType":"PowershellCmdlet","summary":"<p>컬렉션에 레거시 패키지를 배포합니다.</p>\n","uid":"ConfigurationManager.New-CMPackageDeployment"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.New-CMPackageDeployment":{"href":"new-cmpackagedeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMPackageDeployment","schemaType":"PowershellCmdlet","summary":"<p>컬렉션에 레거시 패키지를 배포합니다.</p>\n","uid":"ConfigurationManager.New-CMPackageDeployment"}},"description":"<p>이 cmdlet을 사용하여 컬렉션의 리소스에 패키지를 배포합니다.\nID, 이름 또는 개체를 전달하여 컬렉션을 지정할 수 있습니다.</p>\n<p>이 cmdlet으로 구성할 수 없는 다른 배포 설정의 경우 <a href=\"set-cmpackagedeployment\">Set-CMPackageDeployment</a>를 사용합니다.</p>\n<p>자세한 내용은 <a href=\"/mem/configmgr/apps/deploy-use/packages-and-programs#deploy-packages-and-programs\">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":"$pkgId = \"XYZ00001\"\n$collId = \"XYZ0003F\"\nNew-CMPackageDeployment -StandardProgram -PackageId $pkgId -ProgramName \"ScanState\" -CollectionID $collId -Comment \"Use USMT to scan for data\" -DeployPurpose Available","description":"","summary":"<p>이 명령은 ID XYZ00001 있는 <strong>패키지를 ID</strong><strong>XYZ0003F</strong> 사용하여 컬렉션에 배포합니다.</p>\n","title":"예제 1: ID로 패키지 배포"},{"code":"[datetime]$DeadlineTime = (Get-Date -Hour 20 -Minute 0 -Second 0).AddDays(10)\n\n$NewScheduleDeadline = New-CMSchedule -Start $DeadlineTime -Nonrecurring\n\n$pkgId = \"XYZ00001\"\n$progName = \"Run\"\n$collId = \"XYZ0003F\"\n\nNew-CMPackageDeployment -StandardProgram -PackageId $pkgId -ProgramName $progName -DeployPurpose Required -CollectionId $collId -FastNetworkOption DownloadContentFromDistributionPointAndRunLocally -SlowNetworkOption DownloadContentFromDistributionPointAndLocally -RerunBehavior RerunIfFailedPreviousAttempt -Schedule $NewScheduleDeadline","description":"","summary":"<p>첫 번째 명령은 마감일에 대한 변수를 지금부터 오후 8:00까지 10일로 설정합니다.\n두 번째 명령은 매일 되풀이되는 최종 기한에 따라 일정 개체를 만듭니다.\n세 번째 명령은 해당 일정으로 패키지 배포를 만듭니다.</p>\n","title":"예제 2: 최종 기한에 따라 필요에 따라 패키지 배포"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.ManagementProvider.IResultObject</span>\n"}],"links":[{"href":"get-cmpackagedeployment","text":"Get-CMPackageDeployment"},{"href":"get-cmpackagedeploymentstatus","text":"Get-CMPackageDeploymentStatus"},{"href":"set-cmpackagedeployment","text":"Set-CMPackageDeployment"},{"href":"remove-cmpackagedeployment","text":"Remove-CMPackageDeployment"},{"href":"get-cmpackage","text":"Get-CMPackage"},{"href":"/mem/configmgr/apps/deploy-use/packages-and-programs#deploy-packages-and-programs","text":"Configuration Manager의 패키지 및 프로그램"}],"module":"ConfigurationManager","name":"New-CMPackageDeployment","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">System.Object</span>\n"}],"parameters":[{"aliases":"","defaultValue":"None","description":"<p>클라이언트가 기본 사이트 경계 그룹의 배포 지점을 사용할 수 있도록 허용합니다.</p>\n","name":"AllowFallback","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>클라이언트가 인접 경계 그룹의 배포 지점을 사용할 수 있도록 허용합니다.</p>\n","name":"AllowSharedContent","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>이 배포를 <em>사용할 수 있는</em> 시기를 지정합니다.</p>\n<p>\n              <strong>-DeadlineDateTime</strong>을 사용하여 배포<em>가 만료</em>되는 시기를 지정하고 <strong>-Schedule</strong>을 사용하여 배포 할당 또는 <em>최종 기한</em>을 지정합니다.</p>\n<p>\n              <strong>DateTime</strong> 개체를 얻으려면 <a href=\"/powershell/module/microsoft.powershell.utility/get-date\">Get-Date</a> cmdlet을 사용합니다.</p>\n","name":"AvailableDateTime","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">DateTime</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>컬렉션 개체를 이 패키지 배포의 대상으로 지정합니다. 이 개체를 얻으려면 <a href=\"get-cmcollection\">Get-CMCollection</a> cmdlet을 사용합니다.</p>\n","name":"Collection","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>컬렉션 ID를 이 패키지 배포의 대상으로 지정합니다.</p>\n","name":"CollectionId","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"acceptWildcardCharacters":true,"aliases":"","defaultValue":"None","description":"<p>컬렉션 이름을 이 패키지 배포의 대상으로 지정합니다.</p>\n","name":"CollectionName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>이 패키지 배포에 대한 선택적 주석을 지정합니다.</p>\n","name":"Comment","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\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>배포가 만료되는 시기를 지정하려면 이 매개 변수 <em>를</em> 사용합니다.</p>\n<p>\n              <strong>-AvailableDateTime</strong>을 사용하여 배포를 <em>사용할 수 있는</em> 시기를 지정하고 <strong>-Schedule</strong>을 사용하여 배포 할당 또는 <em>최종 기한</em>을 지정합니다.</p>\n<p>\n              <strong>DateTime</strong> 개체를 얻으려면 <a href=\"/powershell/module/microsoft.powershell.utility/get-date\">Get-Date</a> cmdlet을 사용합니다.</p>\n","name":"DeadlineDateTime","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">DateTime</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>사용자가 이 배포를 설치할 수 있는지, 아니면 최종 기한에 설치해야 하는지를 지정합니다.</p>\n","name":"DeployPurpose","parameterValueGroup":"Available, Required","position":"Named","type":"<span class=\"no-loc xref\">DeployPurposeType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>배포하는 패키지에 대한 프로그램이 디바이스 유형 프로그램인 경우 이 매개 변수를 지정합니다.</p>\n<p>그렇지 않으면 <strong>StandardProgram</strong> 매개 변수를 사용합니다. 표준 프로그램 유형은 Configuration Manager 클라이언트가 있는 컴퓨터용입니다.</p>\n","isRequired":true,"name":"DeviceProgram","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</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":"DistributeCollectionName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>이 배포를 만들 때 패키지 콘텐츠를 배포하려면 이 매개 변수를 추가합니다. 클라이언트가 액세스할 수 있는 배포 지점에 콘텐츠를 배포할 때까지 클라이언트는 패키지를 설치할 수 없습니다.</p>\n","name":"DistributeContent","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>사이트는 이 배포 지점 그룹에 콘텐츠를 배포합니다.</p>\n","name":"DistributionPointGroupName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>사이트는 이 배포 지점에 콘텐츠를 배포합니다.</p>\n","name":"DistributionPointName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>클라이언트가 현재 경계 그룹의 배포 지점을 사용하는 경우 동작을 지정합니다.</p>\n<ul>\n<li>배포 지점에서 프로그램 실행</li>\n<li>배포 지점에서 콘텐츠 다운로드 및 로컬로 실행</li>\n</ul>\n<p>이 매개 변수를 지정하지 않으면 기본적으로 를 사용합니다 <code>DownloadContentFromDistributionPointAndRunLocally</code> . 이 옵션은 클라이언트가 프로그램을 실행하기 전에 콘텐츠 해시의 유효성을 검사하기 때문에 더 안전합니다.</p>\n","name":"FastNetworkOption","parameterValueGroup":"RunProgramFromDistributionPoint, DownloadContentFromDistributionPointAndRunLocally","position":"Named","type":"<span class=\"no-loc xref\">FastNetworkOptionType</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>배포할 프로그램을 사용하여 패키지 개체를 지정합니다. 이 개체를 얻으려면 <a href=\"get-cmpackage\">Get-CMPackage</a> cmdlet을 사용합니다.</p>\n","isRequired":true,"name":"Package","parameterValueGroup":"","pipelineInput":true,"position":"0","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>배포할 프로그램을 사용하여 패키지의 ID를 지정합니다. 이 ID는 표준 패키지 ID(예 <code>XYZ007E3</code>: )입니다.</p>\n","isRequired":true,"name":"PackageId","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>배포할 프로그램을 사용하여 패키지의 이름을 지정합니다.</p>\n","isRequired":true,"name":"PackageName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>클라이언트가 Windows Embedded 디바이스에서 쓰기 필터를 처리하는 방법을 구성합니다.</p>\n<ul>\n<li>\n              <code>$true</code>: 최종 기한 또는 유지 관리 기간 동안 변경 내용을 커밋합니다. 다시 시작해야 합니다.</li>\n<li>\n              <code>$false</code>: 오버레이에 콘텐츠를 적용하고 나중에 커밋합니다.</li>\n</ul>\n","name":"PersistOnWriteFilterDevice","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>배포할 프로그램 개체를 지정합니다. 이 개체를 얻으려면 <a href=\"get-cmprogram\">Get-CMProgram</a> cmdlet을 사용합니다.</p>\n","isRequired":true,"name":"Program","parameterValueGroup":"","pipelineInput":true,"position":"0","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"StandardProgramName, DeviceProgramName","defaultValue":"None","description":"<p>배포할 패키지의 프로그램 이름을 지정합니다.</p>\n","isRequired":true,"name":"ProgramName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>되풀이 배포에 대한 단위를 지정합니다. \n              <strong>RecurValue</strong> 매개 변수를 사용하여 이 단원의 값을 지정합니다.</p>\n","name":"RecurUnit","parameterValueGroup":"Minutes, Hours, Days","position":"Named","type":"<span class=\"no-loc xref\">RecurUnitType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>배포가 재귀되는 빈도를 지정합니다.</p>\n<p>이 매개 변수는 <strong>RecurUnit</strong> 매개 변수에 지정된 단위 형식에 따라 달라집니다.</p>\n<ul>\n<li>\n              <strong>시간</strong>: 이 값은 및 사이에 <code>1</code> 있을 수 있습니다. <code>23</code></li>\n<li>\n              <strong>일</strong>: 및 사이 <code>1</code><code>31</code></li>\n<li>\n              <strong>분</strong>: 및 사이 <code>1</code><code>59</code></li>\n</ul>\n","name":"RecurValue","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>배포가 다시 실행되는지 여부를 나타냅니다.</p>\n<ul>\n<li>\n              <code>$True</code>: <strong>RerunBehavior</strong> 매개 변수에 지정된 대로 클라이언트에 대해 배포가 다시 실행됩니다. 이 값은 기본값입니다.</li>\n<li>\n              <code>$False</code>: 배포가 다시 실행되지 않습니다.</li>\n</ul>\n","name":"Rerun","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>컴퓨터에서 프로그램을 다시 실행할지 여부를 지정합니다.</p>\n<ul>\n<li>\n              <code>NeverRerunDeployedProgram</code>: 배포에 실패하거나 파일이 변경된 경우에도 다시 실행되지 않습니다.</li>\n<li>\n              <code>AlwaysRerunProgram</code>: 배포에 성공한 경우에도 예약된 대로 다시 실행합니다. 되풀이 배포에 이 값을 사용할 수 있습니다. 이 값은 기본값입니다.</li>\n<li>\n              <code>RerunIfFailedPreviousAttempt</code>: 이전 시도에서 배포가 실패한 경우 예약된 대로 다시 실행합니다.</li>\n<li>\n              <code>RerunIfSucceededOnPreviousAttempt</code>: 이전 시도가 성공한 경우에만 다시 실행합니다.</li>\n</ul>\n","name":"RerunBehavior","parameterValueGroup":"NeverRerunDeployedProgram, AlwaysRerunProgram, RerunIfFailedPreviousAttempt, RerunIfSucceededOnPreviousAttempt","position":"Named","type":"<span class=\"no-loc xref\">RerunBehaviorType</span>\n"},{"aliases":"AllowUsersRunIndependently","defaultValue":"None","description":"<p>사용자가 할당과 독립적으로 프로그램을 실행할 수 있도록 허용합니다.</p>\n","name":"RunFromSoftwareCenter","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>이 매개 변수를 사용하여 배포 할당 또는 <em>최종 기한</em>을 지정합니다.</p>\n<p>\n              <strong>-AvailableDateTime</strong>을 사용하여 배포를 <em>사용할 수 있는</em> 시기를 지정하고 <strong>-DeadlineDateTime</strong>을 사용하여 배포<em>가 만료되는</em> 시기를 지정합니다.</p>\n<p>일정 개체의 배열을 지정합니다. schedule 개체는 배포에 대한 필수 할당 일정을 정의합니다. 일정 개체를 만들려면 <a href=\"new-cmschedule\">New-CMSchedule</a> cmdlet을 사용합니다.</p>\n","name":"Schedule","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">IResultObject</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>패키지 배포가 실행되는 시기를 결정하는 이벤트 유형을 지정합니다.</p>\n","name":"ScheduleEvent","parameterValueGroup":"AsSoonAsPossible, LogOn, LogOff","position":"Named","type":"<span class=\"no-loc xref\">ScheduleEventType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>배포가 시작되기 전에 컴퓨터에 절전 모드 해제 패킷을 보낼지 여부를 나타냅니다. 이 값이 이 <code>$True</code>면 Configuration Manager가 컴퓨터를 절전 모드에서 해제합니다. 이 값이 이 <code>$False</code>면 컴퓨터를 절전 모드에서 해제하지 않습니다. 컴퓨터가 절 해제하려면 먼저 Wake On LAN을 구성합니다.</p>\n","name":"SendWakeupPacket","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>클라이언트가 인접 경계 그룹 또는 기본 사이트 경계 그룹의 배포 지점을 사용하는 경우 동작을 지정합니다.</p>\n<ul>\n<li>프로그램 실행 안 함</li>\n<li>배포 지점에서 콘텐츠 다운로드 및 로컬로 실행</li>\n<li>배포 지점에서 프로그램 실행</li>\n</ul>\n<p>이 매개 변수를 지정하지 않으면 기본적으로 를 사용합니다 <code>DoNotRunProgram</code> .</p>\n","name":"SlowNetworkOption","parameterValueGroup":"DoNotRunProgram, DownloadContentFromDistributionPointAndLocally, RunProgramFromDistributionPoint","position":"Named","type":"<span class=\"no-loc xref\">SlowNetworkOptionType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>설치 최종 기한에 도달하면 패키지가 유지 관리 기간 외부에 설치되도록 이 매개 변수 <code>$true</code> 를 로 설정합니다.</p>\n","name":"SoftwareInstallation","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>표준 프로그램 형식에 이 매개 변수를 사용합니다. 이 유형은 Configuration Manager 클라이언트가 있는 컴퓨터용입니다.</p>\n<p>배포하는 패키지에 대한 프로그램이 디바이스 유형 프로그램인 경우 <strong>DeviceProgram</strong> 매개 변수를 사용합니다.</p>\n","isRequired":true,"name":"StandardProgram","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>설치 기한에 도달하면 유지 관리 기간 외부에서 필요한 경우 시스템을 다시 시작할 수 있도록 이 매개 변수 <code>$true</code> 를 로 설정합니다.</p>\n","name":"SystemRestart","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>설치 기한 이후에 요금제 인터넷 연결의 클라이언트가 콘텐츠를 다운로드할 수 있도록 허용할지 여부를 나타내며, 이로 인해 더 많은 비용이 발생할 수 있습니다.</p>\n","name":"UseMeteredNetwork","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>클라이언트가 UTC(협정 세계시)를 사용하여 프로그램의 가용성을 결정하는지 여부를 나타냅니다. UTC 시간을 사용하면 모든 컴퓨터에서 배포를 동시에 사용할 수 있습니다. 이 매개 변수를 지정하지 않거나 로 설정 <code>$false</code>하면 클라이언트는 현지 시간을 사용합니다.</p>\n","name":"UseUtc","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>클라이언트가 UTC(협정 세계시)를 사용하여 프로그램의 가용성을 결정하는지 여부를 나타냅니다. UTC 시간을 사용하면 모든 컴퓨터에서 배포를 동시에 사용할 수 있습니다. 이 매개 변수를 지정하지 않거나 로 설정 <code>$false</code>하면 클라이언트는 현지 시간을 사용합니다.</p>\n","name":"UseUtcForAvailableSchedule","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>클라이언트가 UTC(협정 세계시)를 사용하여 프로그램이 만료되는 시기를 결정하는지 여부를 나타냅니다. UTC 시간은 모든 컴퓨터에 대해 동시에 배포가 만료됩니다. 이 매개 변수를 지정하지 않거나 로 설정 <code>$false</code>하면 클라이언트는 현지 시간을 사용합니다.</p>\n","name":"UseUtcForExpireSchedule","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"wi","defaultValue":"None","description":"<p>cmdlet이 실행되면 어떻게 되는지 보여줍니다.\ncmdlet이 실행되지 않습니다.</p>\n","name":"WhatIf","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>컬렉션에 레거시 패키지를 배포합니다.</p>\n","syntaxes":["New-CMPackageDeployment [-AllowFallback <Boolean>] [-AllowSharedContent <Boolean>]\n [-DeployPurpose <DeployPurposeType>] [-FastNetworkOption <FastNetworkOptionType>] [-Package] <IResultObject>\n [-PersistOnWriteFilterDevice <Boolean>] -ProgramName <String> [-RerunBehavior <RerunBehaviorType>]\n [-RunFromSoftwareCenter <Boolean>] [-Schedule <IResultObject[]>] [-ScheduleEvent <ScheduleEventType>]\n [-SendWakeupPacket <Boolean>] [-SlowNetworkOption <SlowNetworkOptionType>] [-SoftwareInstallation <Boolean>]\n [-StandardProgram] [-SystemRestart <Boolean>] [-UseUtcForAvailableSchedule <Boolean>]\n [-UseUtcForExpireSchedule <Boolean>] [-DistributeCollectionName <String>] [-DistributeContent]\n [-DistributionPointGroupName <String>] [-DistributionPointName <String>] [-AvailableDateTime <DateTime>]\n [-Comment <String>] [-DeadlineDateTime <DateTime>] [-UseMeteredNetwork <Boolean>]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]","New-CMPackageDeployment [-AllowFallback <Boolean>] [-AllowSharedContent <Boolean>]\n [-DeployPurpose <DeployPurposeType>] [-FastNetworkOption <FastNetworkOptionType>] -PackageName <String>\n [-PersistOnWriteFilterDevice <Boolean>] -ProgramName <String> [-RerunBehavior <RerunBehaviorType>]\n [-RunFromSoftwareCenter <Boolean>] [-Schedule <IResultObject[]>] [-ScheduleEvent <ScheduleEventType>]\n [-SendWakeupPacket <Boolean>] [-SlowNetworkOption <SlowNetworkOptionType>] [-SoftwareInstallation <Boolean>]\n [-StandardProgram] [-SystemRestart <Boolean>] [-UseUtcForAvailableSchedule <Boolean>]\n [-UseUtcForExpireSchedule <Boolean>] [-DistributeCollectionName <String>] [-DistributeContent]\n [-DistributionPointGroupName <String>] [-DistributionPointName <String>] [-AvailableDateTime <DateTime>]\n [-Comment <String>] [-DeadlineDateTime <DateTime>] [-UseMeteredNetwork <Boolean>]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]","New-CMPackageDeployment [-AllowFallback <Boolean>] [-AllowSharedContent <Boolean>]\n [-DeployPurpose <DeployPurposeType>] [-FastNetworkOption <FastNetworkOptionType>] -PackageId <String>\n [-PersistOnWriteFilterDevice <Boolean>] -ProgramName <String> [-RerunBehavior <RerunBehaviorType>]\n [-RunFromSoftwareCenter <Boolean>] [-Schedule <IResultObject[]>] [-ScheduleEvent <ScheduleEventType>]\n [-SendWakeupPacket <Boolean>] [-SlowNetworkOption <SlowNetworkOptionType>] [-SoftwareInstallation <Boolean>]\n [-StandardProgram] [-SystemRestart <Boolean>] [-UseUtcForAvailableSchedule <Boolean>]\n [-UseUtcForExpireSchedule <Boolean>] [-DistributeCollectionName <String>] [-DistributeContent]\n [-DistributionPointGroupName <String>] [-DistributionPointName <String>] [-AvailableDateTime <DateTime>]\n [-Comment <String>] [-DeadlineDateTime <DateTime>] [-UseMeteredNetwork <Boolean>]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]","New-CMPackageDeployment [-AllowFallback <Boolean>] [-AllowSharedContent <Boolean>]\n [-DeployPurpose <DeployPurposeType>] [-FastNetworkOption <FastNetworkOptionType>]\n [-PersistOnWriteFilterDevice <Boolean>] [-Program] <IResultObject> [-RerunBehavior <RerunBehaviorType>]\n [-RunFromSoftwareCenter <Boolean>] [-Schedule <IResultObject[]>] [-ScheduleEvent <ScheduleEventType>]\n [-SendWakeupPacket <Boolean>] [-SlowNetworkOption <SlowNetworkOptionType>] [-SoftwareInstallation <Boolean>]\n [-StandardProgram] [-SystemRestart <Boolean>] [-UseUtcForAvailableSchedule <Boolean>]\n [-UseUtcForExpireSchedule <Boolean>] [-DistributeCollectionName <String>] [-DistributeContent]\n [-DistributionPointGroupName <String>] [-DistributionPointName <String>] [-AvailableDateTime <DateTime>]\n [-Comment <String>] [-DeadlineDateTime <DateTime>] [-UseMeteredNetwork <Boolean>]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]","New-CMPackageDeployment [-DeployPurpose <DeployPurposeType>] [-DeviceProgram] -PackageName <String>\n -ProgramName <String> [-RecurUnit <RecurUnitType>] [-RecurValue <Int32>] [-Rerun <Boolean>]\n [-UseUtc <Boolean>] [-DistributeCollectionName <String>] [-DistributeContent]\n [-DistributionPointGroupName <String>] [-DistributionPointName <String>] [-AvailableDateTime <DateTime>]\n [-Comment <String>] [-DeadlineDateTime <DateTime>] [-UseMeteredNetwork <Boolean>]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]","New-CMPackageDeployment [-DeployPurpose <DeployPurposeType>] [-DeviceProgram] -PackageId <String>\n -ProgramName <String> [-RecurUnit <RecurUnitType>] [-RecurValue <Int32>] [-Rerun <Boolean>]\n [-UseUtc <Boolean>] [-DistributeCollectionName <String>] [-DistributeContent]\n [-DistributionPointGroupName <String>] [-DistributionPointName <String>] [-AvailableDateTime <DateTime>]\n [-Comment <String>] [-DeadlineDateTime <DateTime>] [-UseMeteredNetwork <Boolean>]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]","New-CMPackageDeployment [-DeployPurpose <DeployPurposeType>] [-DeviceProgram] [-Package] <IResultObject>\n -ProgramName <String> [-RecurUnit <RecurUnitType>] [-RecurValue <Int32>] [-Rerun <Boolean>]\n [-UseUtc <Boolean>] [-DistributeCollectionName <String>] [-DistributeContent]\n [-DistributionPointGroupName <String>] [-DistributionPointName <String>] [-AvailableDateTime <DateTime>]\n [-Comment <String>] [-DeadlineDateTime <DateTime>] [-UseMeteredNetwork <Boolean>]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]","New-CMPackageDeployment [-DeployPurpose <DeployPurposeType>] [-DeviceProgram] [-Program] <IResultObject>\n [-RecurUnit <RecurUnitType>] [-RecurValue <Int32>] [-Rerun <Boolean>] [-SendWakeupPacket <Boolean>]\n [-UseUtc <Boolean>] [-DistributeCollectionName <String>] [-DistributeContent]\n [-DistributionPointGroupName <String>] [-DistributionPointName <String>] [-AvailableDateTime <DateTime>]\n [-Comment <String>] [-DeadlineDateTime <DateTime>] [-UseMeteredNetwork <Boolean>]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]"],"uid":"ConfigurationManager.New-CMPackageDeployment","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-CMPackageDeployment.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmpackagedeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMPackageDeployment","schemaType":"PowershellCmdlet","summary":"<p>컬렉션에 레거시 패키지를 배포합니다.</p>\n","uid":"ConfigurationManager.New-CMPackageDeployment"}],"canonical_url":"https://learn.microsoft.com/ko-kr/powershell/module/configurationmanager/new-cmpackagedeployment?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ko-kr/powershell/module/configurationmanager/new-cmpackagedeployment?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>이 cmdlet을 사용하여 컬렉션의 리소스에 패키지를 배포합니다.\nID, 이름 또는 개체를 전달하여 컬렉션을 지정할 수 있습니다.</p>\n<p>이 cmdlet으로 구성할 수 없는 다른 배포 설정의 경우 <a href=&quot;set-cmpackagedeployment&quot;>Set-CMPackageDeployment</a>를 사용합니다.</p>\n<p>자세한 내용은 <a href=&quot;/mem/configmgr/apps/deploy-use/packages-and-programs#deploy-packages-and-programs&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-CMPackageDeployment.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-CMPackageDeployment\" />\r\n<meta name=\"notes\" content=\"\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>컬렉션에 레거시 패키지를 배포합니다.</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"New-CMPackageDeployment [-AllowFallback <Boolean>] [-AllowSharedContent <Boolean>]\n [-DeployPurpose <DeployPurposeType>] [-FastNetworkOption <FastNetworkOptionType>] [-Package] <IResultObject>\n [-PersistOnWriteFilterDevice <Boolean>] -ProgramName <String> [-RerunBehavior <RerunBehaviorType>]\n [-RunFromSoftwareCenter <Boolean>] [-Schedule <IResultObject[]>] [-ScheduleEvent <ScheduleEventType>]\n [-SendWakeupPacket <Boolean>] [-SlowNetworkOption <SlowNetworkOptionType>] [-SoftwareInstallation <Boolean>]\n [-StandardProgram] [-SystemRestart <Boolean>] [-UseUtcForAvailableSchedule <Boolean>]\n [-UseUtcForExpireSchedule <Boolean>] [-DistributeCollectionName <String>] [-DistributeContent]\n [-DistributionPointGroupName <String>] [-DistributionPointName <String>] [-AvailableDateTime <DateTime>]\n [-Comment <String>] [-DeadlineDateTime <DateTime>] [-UseMeteredNetwork <Boolean>]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMPackageDeployment [-AllowFallback <Boolean>] [-AllowSharedContent <Boolean>]\n [-DeployPurpose <DeployPurposeType>] [-FastNetworkOption <FastNetworkOptionType>] -PackageName <String>\n [-PersistOnWriteFilterDevice <Boolean>] -ProgramName <String> [-RerunBehavior <RerunBehaviorType>]\n [-RunFromSoftwareCenter <Boolean>] [-Schedule <IResultObject[]>] [-ScheduleEvent <ScheduleEventType>]\n [-SendWakeupPacket <Boolean>] [-SlowNetworkOption <SlowNetworkOptionType>] [-SoftwareInstallation <Boolean>]\n [-StandardProgram] [-SystemRestart <Boolean>] [-UseUtcForAvailableSchedule <Boolean>]\n [-UseUtcForExpireSchedule <Boolean>] [-DistributeCollectionName <String>] [-DistributeContent]\n [-DistributionPointGroupName <String>] [-DistributionPointName <String>] [-AvailableDateTime <DateTime>]\n [-Comment <String>] [-DeadlineDateTime <DateTime>] [-UseMeteredNetwork <Boolean>]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMPackageDeployment [-AllowFallback <Boolean>] [-AllowSharedContent <Boolean>]\n [-DeployPurpose <DeployPurposeType>] [-FastNetworkOption <FastNetworkOptionType>] -PackageId <String>\n [-PersistOnWriteFilterDevice <Boolean>] -ProgramName <String> [-RerunBehavior <RerunBehaviorType>]\n [-RunFromSoftwareCenter <Boolean>] [-Schedule <IResultObject[]>] [-ScheduleEvent <ScheduleEventType>]\n [-SendWakeupPacket <Boolean>] [-SlowNetworkOption <SlowNetworkOptionType>] [-SoftwareInstallation <Boolean>]\n [-StandardProgram] [-SystemRestart <Boolean>] [-UseUtcForAvailableSchedule <Boolean>]\n [-UseUtcForExpireSchedule <Boolean>] [-DistributeCollectionName <String>] [-DistributeContent]\n [-DistributionPointGroupName <String>] [-DistributionPointName <String>] [-AvailableDateTime <DateTime>]\n [-Comment <String>] [-DeadlineDateTime <DateTime>] [-UseMeteredNetwork <Boolean>]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMPackageDeployment [-AllowFallback <Boolean>] [-AllowSharedContent <Boolean>]\n [-DeployPurpose <DeployPurposeType>] [-FastNetworkOption <FastNetworkOptionType>]\n [-PersistOnWriteFilterDevice <Boolean>] [-Program] <IResultObject> [-RerunBehavior <RerunBehaviorType>]\n [-RunFromSoftwareCenter <Boolean>] [-Schedule <IResultObject[]>] [-ScheduleEvent <ScheduleEventType>]\n [-SendWakeupPacket <Boolean>] [-SlowNetworkOption <SlowNetworkOptionType>] [-SoftwareInstallation <Boolean>]\n [-StandardProgram] [-SystemRestart <Boolean>] [-UseUtcForAvailableSchedule <Boolean>]\n [-UseUtcForExpireSchedule <Boolean>] [-DistributeCollectionName <String>] [-DistributeContent]\n [-DistributionPointGroupName <String>] [-DistributionPointName <String>] [-AvailableDateTime <DateTime>]\n [-Comment <String>] [-DeadlineDateTime <DateTime>] [-UseMeteredNetwork <Boolean>]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMPackageDeployment [-DeployPurpose <DeployPurposeType>] [-DeviceProgram] -PackageName <String>\n -ProgramName <String> [-RecurUnit <RecurUnitType>] [-RecurValue <Int32>] [-Rerun <Boolean>]\n [-UseUtc <Boolean>] [-DistributeCollectionName <String>] [-DistributeContent]\n [-DistributionPointGroupName <String>] [-DistributionPointName <String>] [-AvailableDateTime <DateTime>]\n [-Comment <String>] [-DeadlineDateTime <DateTime>] [-UseMeteredNetwork <Boolean>]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMPackageDeployment [-DeployPurpose <DeployPurposeType>] [-DeviceProgram] -PackageId <String>\n -ProgramName <String> [-RecurUnit <RecurUnitType>] [-RecurValue <Int32>] [-Rerun <Boolean>]\n [-UseUtc <Boolean>] [-DistributeCollectionName <String>] [-DistributeContent]\n [-DistributionPointGroupName <String>] [-DistributionPointName <String>] [-AvailableDateTime <DateTime>]\n [-Comment <String>] [-DeadlineDateTime <DateTime>] [-UseMeteredNetwork <Boolean>]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMPackageDeployment [-DeployPurpose <DeployPurposeType>] [-DeviceProgram] [-Package] <IResultObject>\n -ProgramName <String> [-RecurUnit <RecurUnitType>] [-RecurValue <Int32>] [-Rerun <Boolean>]\n [-UseUtc <Boolean>] [-DistributeCollectionName <String>] [-DistributeContent]\n [-DistributionPointGroupName <String>] [-DistributionPointName <String>] [-AvailableDateTime <DateTime>]\n [-Comment <String>] [-DeadlineDateTime <DateTime>] [-UseMeteredNetwork <Boolean>]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMPackageDeployment [-DeployPurpose <DeployPurposeType>] [-DeviceProgram] [-Program] <IResultObject>\n [-RecurUnit <RecurUnitType>] [-RecurValue <Int32>] [-Rerun <Boolean>] [-SendWakeupPacket <Boolean>]\n [-UseUtc <Boolean>] [-DistributeCollectionName <String>] [-DistributeContent]\n [-DistributionPointGroupName <String>] [-DistributionPointName <String>] [-AvailableDateTime <DateTime>]\n [-Comment <String>] [-DeadlineDateTime <DateTime>] [-UseMeteredNetwork <Boolean>]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.New-CMPackageDeployment\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}