{"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. 6. 25.","updated_at_date_time":"2026-06-25T23:32:21.9118035Z"},"_path":"module/configurationmanager/new-cmsettingdeployment.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-cmsettingdeployment?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/New-CMSettingDeployment.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"bf6521ad-5c7d-ad42-07d2-3b7d79525b5d","document_version_independent_id":"3807284d-ad0f-bb1a-1614-af4147539130","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":"c74b3f4574af7a8a480adb998b311f6eeeb3e856","gitcommit":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/c74b3f4574af7a8a480adb998b311f6eeeb3e856/sccm-ps/ConfigurationManager/New-CMSettingDeployment.md","github_contributors":["aczechowski"],"locale":"ko-kr","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"08/20/2020","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-CMSettingDeployment.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/New-CMSettingDeployment.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:32 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmsettingdeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMSettingDeployment","schemaType":"PowershellCmdlet","summary":"<p>컬렉션에 설정 정책 개체를 배포합니다.</p>\n","uid":"ConfigurationManager.New-CMSettingDeployment"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.New-CMSettingDeployment":{"href":"new-cmsettingdeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMSettingDeployment","schemaType":"PowershellCmdlet","summary":"<p>컬렉션에 설정 정책 개체를 배포합니다.</p>\n","uid":"ConfigurationManager.New-CMSettingDeployment"}},"description":"<p>컬렉션에 설정 정책 개체를 배포합니다. 예를 들어 BitLocker 관리 정책 또는 Microsoft Defender 애플리케이션 제어 정책을 배포합니다. 사용자 지정 일정을 만들려면 <a href=\"new-cmschedule\">New-CMSchedule</a> cmdlet을 사용합니다. 컬렉션을 얻으려면 <a href=\"get-cmcollection\">Get-CMCollection</a> cmdlet을 사용합니다.</p>\n","examples":[{"code":"$setting = Get-CMBlmSetting -Name \"My BitLocker settings\"\n\n$collection = Get-CMCollection -Name \"All Desktop and Server Clients\"\n\nNew-CMSettingDeployment -CMSetting $setting -CollectionName $collection.Name","description":"","summary":"<p>이 예제에서는 이름으로 BitLocker 관리 설정 개체를 가져오고 해당 개체를 <strong>$setting</strong> 변수에 저장합니다. 그런 다음 이름으로 컬렉션을 가져오고 해당 개체를 <strong>$collection</strong> 변수에 저장합니다. \n              <strong>New-CMSettingDeployment</strong> cmdlet을 사용하여 BitLocker 관리 설정 개체를 해당 컬렉션에 배포합니다.</p>\n","title":"예제 1: 모든 데스크톱 및 서버 클라이언트에 BitLocker 관리 개체 배포"},{"code":"$setting = Get-CMWdacSetting -Name \"My App Control settings\"\n\n$collection = Get-CMCollection -Name \"All Desktop and Server Clients\"\n\n$sched = New-CMSchedule -Start ((Get-Date).AddDays(-30)).ToString() -RecurCount 7 -RecurInterval Minutes\n\n$dep = New-CMSettingDeployment -CMSetting $setting -Collection $collection -Schedule $sched","description":"","summary":"<p>이 예제에서는 <strong>New-CMSchedule</strong> cmdlet을 사용하여 사용자 지정 일정을 만듭니다.</p>\n","title":"예제 2: 사용자 지정 일정을 사용하여 Windows Defender 애플리케이션 제어 설정 배포"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.PowerShell.Cmdlets.EP.SimplifiedSettings.CMSettings</span>\n"}],"links":[{"href":"get-cmblmsetting","text":"Get-CMBlmSetting"},{"href":"new-cmblmsetting","text":"New-CMBlmSetting"},{"href":"get-cmwdacsetting","text":"Get-CMWdacSetting"},{"href":"new-cmwdacsetting","text":"New-CMWdacSetting"},{"href":"get-cmcollection","text":"Get-CMCollection"},{"href":"new-cmschedule","text":"New-CMSchedule"},{"href":"get-cmsettingdeployment","text":"Get-CMSettingDeployment"},{"href":"remove-cmsettingdeployment","text":"Remove-CMSettingDeployment"},{"href":"set-cmsettingdeployment","text":"Set-CMSettingDeployment"}],"module":"ConfigurationManager","name":"New-CMSettingDeployment","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.PowerShell.Cmdlets.Deployments.SettingsDeployment.SettingsDeployment</span>\n"}],"parameters":[{"aliases":"","defaultValue":"None","description":"<p>배포할 설정 개체를 지정합니다.</p>\n<ul>\n<li>BitLocker 관리의 경우 <a href=\"get-cmblmsetting\">Get-CMBlmSetting</a> 또는 <a href=\"new-cmblmsetting\">New-CMBlmSetting</a> cmdlet을 사용합니다.</li>\n<li>Microsoft Defender 애플리케이션 컨트롤의 경우 <a href=\"get-cmwdacsetting\">Get-CMWdacSetting</a> 또는 <a href=\"new-cmwdacsetting\">New-CMWdacSetting</a> cmdlet을 사용합니다.</li>\n</ul>\n","isRequired":true,"name":"CMSetting","parameterValueGroup":"","pipelineInput":true,"position":"1","type":"<span class=\"no-loc xref\">CMSettings</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>이 매개 변수는 와일드카드 문자를 리터럴 문자 값으로 처리합니다. \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","name":"OverrideServiceWindows","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>배포에 적용할 일정 개체를 지정합니다. 사용자 지정 일정을 만들려면 <a href=\"new-cmschedule\">New-CMSchedule</a> cmdlet을 사용합니다.</p>\n","name":"Schedule","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">IResultObject</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>컬렉션에 설정 정책 개체를 배포합니다.</p>\n","syntaxes":["New-CMSettingDeployment [-CMSetting] <CMSettings> [-Schedule <IResultObject>] [-OverrideServiceWindows]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [<CommonParameters>]"],"uid":"ConfigurationManager.New-CMSettingDeployment","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-CMSettingDeployment.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmsettingdeployment","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMSettingDeployment","schemaType":"PowershellCmdlet","summary":"<p>컬렉션에 설정 정책 개체를 배포합니다.</p>\n","uid":"ConfigurationManager.New-CMSettingDeployment"}],"canonical_url":"https://learn.microsoft.com/ko-kr/powershell/module/configurationmanager/new-cmsettingdeployment?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ko-kr/powershell/module/configurationmanager/new-cmsettingdeployment?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>컬렉션에 설정 정책 개체를 배포합니다. 예를 들어 BitLocker 관리 정책 또는 Microsoft Defender 애플리케이션 제어 정책을 배포합니다. 사용자 지정 일정을 만들려면 <a href=&quot;new-cmschedule&quot;>New-CMSchedule</a> cmdlet을 사용합니다. 컬렉션을 얻으려면 <a href=&quot;get-cmcollection&quot;>Get-CMCollection</a> cmdlet을 사용합니다.</p>\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-CMSettingDeployment.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-CMSettingDeployment\" />\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-CMSettingDeployment [-CMSetting] <CMSettings> [-Schedule <IResultObject>] [-OverrideServiceWindows]\n [-Collection <IResultObject>] [-CollectionId <String>] [-CollectionName <String>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.New-CMSettingDeployment\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}