{"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/08/03","updated_at_date_time":"2026-08-03T08:24:02.4952059Z"},"_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/ja-jp/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":"ja-jp","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"08/20/2020","ms.service":"microsoft-endpoint-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-08-03 08:24 AM","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> 使用します。 コレクションを取得するには、 <a href=\"get-cmcollection\">Get-CMCollection コマンドレットを</a> 使用します。</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> コマンドレットを使用して、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> コマンドレットを使用してカスタム スケジュールも作成します。</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>デプロイする settings オブジェクトを指定します。</p>\n<ul>\n<li>BitLocker 管理の場合は、 <a href=\"get-cmblmsetting\">Get-CMBlmSetting</a> コマンドレットまたは <a href=\"new-cmblmsetting\">New-CMBlmSetting コマンドレットを</a> 使用します。</li>\n<li>Microsoft Defender アプリケーション制御の場合は、 <a href=\"get-cmwdacsetting\">Get-CMWdacSetting</a> コマンドレットまたは <a href=\"new-cmwdacsetting\">New-CMWdacSetting コマンドレットを</a> 使用します。</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> 使用します。</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>デプロイに適用する schedule オブジェクトを指定します。 カスタム スケジュールを作成するには、 <a href=\"new-cmschedule\">New-CMSchedule コマンドレットを</a> 使用します。</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":"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-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/ja-jp/powershell/module/configurationmanager/new-cmsettingdeployment?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ja-jp/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> 使用します。 コレクションを取得するには、 <a href=&quot;get-cmcollection&quot;>Get-CMCollection コマンドレットを</a> 使用します。</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=\"ja-jp\" />\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/"}