{"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:20:46.064009Z"},"_path":"module/configurationmanager/new-cmblencryptionmethodwithxts.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-cmblencryptionmethodwithxts?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/New-CMBLEncryptionMethodWithXts.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"248e5d5b-d642-609f-4464-9e18a8565360","document_version_independent_id":"91a83485-0fb0-6926-8390-12ae3585c0b5","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-CMBLEncryptionMethodWithXts.md","github_contributors":["aczechowski"],"locale":"ko-kr","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"08/13/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-CMBLEncryptionMethodWithXts.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/New-CMBLEncryptionMethodWithXts.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:20 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmblencryptionmethodwithxts","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMBLEncryptionMethodWithXts","schemaType":"PowershellCmdlet","summary":"<p>Windows 10 디바이스에서 BitLocker 드라이브 암호화에서 사용하는 알고리즘 및 암호 강도를 구성하는 정책을 만듭니다.</p>\n","uid":"ConfigurationManager.New-CMBLEncryptionMethodWithXts"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.New-CMBLEncryptionMethodWithXts":{"href":"new-cmblencryptionmethodwithxts","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMBLEncryptionMethodWithXts","schemaType":"PowershellCmdlet","summary":"<p>Windows 10 디바이스에서 BitLocker 드라이브 암호화에서 사용하는 알고리즘 및 암호 강도를 구성하는 정책을 만듭니다.</p>\n","uid":"ConfigurationManager.New-CMBLEncryptionMethodWithXts"}},"description":"<p>Windows 10 디바이스에서 BitLocker 드라이브 암호화에서 사용하는 알고리즘 및 암호 강도를 구성하는 정책을 만듭니다. 이 정책은 BitLocker를 켤 때 적용됩니다. 드라이브가 이미 암호화되었거나 암호화가 진행 중인 경우 암호화 방법을 변경해도 아무런 효과가 없습니다.</p>\n<p>Windows 8.1 디바이스의 경우 <a href=\"new-cmblencryptionmethodpolicy\">New-CMBLEncryptionMethodPolicy</a> cmdlet을 사용합니다.</p>\n","examples":[{"code":"New-CMBLEncryptionMethodPolicy -PolicyState Enabled -EncryptionMethod AES256\nNew-CMBLEncryptionMethodWithXts -PolicyState Disabled","description":"","summary":"<p>이 예제에서는 사용하지 않도록 설정된 Windows 10 정책을 만듭니다. New-CMBLEncryptionMethodPolicy cmdlet으로 지정된 일반 정책은 AES-256을 지정하므로 BitLocker는 모든 디바이스에서 동일한 암호화 방법을 사용합니다.</p>\n","title":"예제 1: 사용하지 않도록 설정된 새 정책"},{"code":"New-CMBLEncryptionMethodWithXts -PolicyState Enabled -OSDriveEncryptionMethod AesCbc128 -FixedDriveEncryptionMethod AesCbc128 -RemovableDriveEncryptionMethod AesCbc128","description":"","summary":"<p>이 예제에서는 사용하도록 설정된 정책을 만들고 모든 드라이브 유형에서 XTS-CBC 128비트 암호화를 지정합니다.</p>\n","title":"예제 2: XTS-CBC 128비트 암호화를 사용하는 새 사용 정책"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">None</span>\n"}],"links":[{"href":"new-cmblencryptionmethodpolicy","text":"New-CMBLEncryptionMethodPolicy"},{"href":"new-cmblmsetting","text":"New-CMBlmSetting"},{"href":"/mem/configmgr/protect/tech-ref/bitlocker/settings#drive-encryption-method-and-cipher-strength","text":"BitLocker 설정 참조"}],"module":"ConfigurationManager","name":"New-CMBLEncryptionMethodWithXts","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.AdminConsole.BitlockerManagement.PolicyObject</span>\n"}],"parameters":[{"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":"FixedDriveEncryptionMethod","parameterValueGroup":"AesXts128, AesXts256, AesCbc128, AesCbc256","position":"Named","type":"<span class=\"no-loc xref\">WindowsTenEncryptionMethod</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>OS 드라이브에 대한 암호화 방법을 지정합니다.</p>\n","name":"OSDriveEncryptionMethod","parameterValueGroup":"AesXts128, AesXts256, AesCbc128, AesCbc256","position":"Named","type":"<span class=\"no-loc xref\">WindowsTenEncryptionMethod</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>이 매개 변수를 사용하여 정책을 구성합니다.</p>\n<ul>\n<li><p>\n              <code>Enabled</code>: 이 정책을 사용하도록 설정하는 경우 고정 데이터 드라이브, OS 드라이브 및 이동식 데이터 드라이브에 대한 암호화 알고리즘 및 키 암호 강도를 별도로 구성합니다. 고정 및 OS 드라이브의 경우 XTS-AES 알고리즘을 사용하는 것이 좋습니다. Windows 8.1 디바이스에서 이동식 드라이브를 사용하는 경우 AES-CBC 128비트 또는 AES-CBC 256비트 를 사용합니다.</p>\n</li>\n<li><p>\n              <code>Disabled</code> 또는 <code>NotConfigured</code>: 이 정책을 사용하지 않거나 구성하지 않으면 BitLocker는 <a href=\"new-cmblencryptionmethodpolicy\">New-CMBLEncryptionMethodPolicy</a> cmdlet을 사용하여 지정하는 정책과 동일한 비트 강도의 AES를 사용합니다. 해당 정책을 사용하도록 설정하지 않으면 BitLocker는 XTS-AES 128비트의 기본 암호화 방법을 사용합니다.</p>\n</li>\n</ul>\n","name":"PolicyState","parameterValueGroup":"Enabled, Disabled, NotConfigured","position":"Named","type":"<span class=\"no-loc xref\">State</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>이동식 드라이브에 대한 암호화 방법을 지정합니다.</p>\n","name":"RemovableDriveEncryptionMethod","parameterValueGroup":"AesXts128, AesXts256, AesCbc128, AesCbc256","position":"Named","type":"<span class=\"no-loc xref\">WindowsTenEncryptionMethod</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>Windows 10 디바이스에서 BitLocker 드라이브 암호화에서 사용하는 알고리즘 및 암호 강도를 구성하는 정책을 만듭니다.</p>\n","syntaxes":["New-CMBLEncryptionMethodWithXts [-PolicyState <State>] [-OSDriveEncryptionMethod <WindowsTenEncryptionMethod>]\n [-FixedDriveEncryptionMethod <WindowsTenEncryptionMethod>]\n [-RemovableDriveEncryptionMethod <WindowsTenEncryptionMethod>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [<CommonParameters>]"],"uid":"ConfigurationManager.New-CMBLEncryptionMethodWithXts","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-CMBLEncryptionMethodWithXts.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmblencryptionmethodwithxts","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMBLEncryptionMethodWithXts","schemaType":"PowershellCmdlet","summary":"<p>Windows 10 디바이스에서 BitLocker 드라이브 암호화에서 사용하는 알고리즘 및 암호 강도를 구성하는 정책을 만듭니다.</p>\n","uid":"ConfigurationManager.New-CMBLEncryptionMethodWithXts"}],"canonical_url":"https://learn.microsoft.com/ko-kr/powershell/module/configurationmanager/new-cmblencryptionmethodwithxts?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ko-kr/powershell/module/configurationmanager/new-cmblencryptionmethodwithxts?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>Windows 10 디바이스에서 BitLocker 드라이브 암호화에서 사용하는 알고리즘 및 암호 강도를 구성하는 정책을 만듭니다. 이 정책은 BitLocker를 켤 때 적용됩니다. 드라이브가 이미 암호화되었거나 암호화가 진행 중인 경우 암호화 방법을 변경해도 아무런 효과가 없습니다.</p>\n<p>Windows 8.1 디바이스의 경우 <a href=&quot;new-cmblencryptionmethodpolicy&quot;>New-CMBLEncryptionMethodPolicy</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-CMBLEncryptionMethodWithXts.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-CMBLEncryptionMethodWithXts\" />\r\n<meta name=\"notes\" content=\"\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>Windows 10 디바이스에서 BitLocker 드라이브 암호화에서 사용하는 알고리즘 및 암호 강도를 구성하는 정책을 만듭니다.</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"New-CMBLEncryptionMethodWithXts [-PolicyState <State>] [-OSDriveEncryptionMethod <WindowsTenEncryptionMethod>]\n [-FixedDriveEncryptionMethod <WindowsTenEncryptionMethod>]\n [-RemovableDriveEncryptionMethod <WindowsTenEncryptionMethod>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.New-CMBLEncryptionMethodWithXts\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}