{"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/06/25","updated_at_date_time":"2026-06-25T23:37:01.2476594Z"},"_path":"module/configurationmanager/new-cmtsstepprepareconfigmgrclient.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-cmtsstepprepareconfigmgrclient?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/New-CMTSStepPrepareConfigMgrClient.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"e96ad832-7d03-6308-d571-f38712932cf0","document_version_independent_id":"480ce499-1d5e-99cc-620f-13a597464f3e","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-CMTSStepPrepareConfigMgrClient.md","github_contributors":["aczechowski"],"locale":"ja-jp","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"08/13/2021","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-CMTSStepPrepareConfigMgrClient.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/New-CMTSStepPrepareConfigMgrClient.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:37 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmtsstepprepareconfigmgrclient","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMTSStepPrepareConfigMgrClient","schemaType":"PowershellCmdlet","summary":"<p>タスク シーケンスに追加できる <strong>[ConfigMgr クライアントのキャプチャの準備]</strong> 手順を作成します。</p>\n","uid":"ConfigurationManager.New-CMTSStepPrepareConfigMgrClient"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.New-CMTSStepPrepareConfigMgrClient":{"href":"new-cmtsstepprepareconfigmgrclient","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMTSStepPrepareConfigMgrClient","schemaType":"PowershellCmdlet","summary":"<p>タスク シーケンスに追加できる <strong>[ConfigMgr クライアントのキャプチャの準備]</strong> 手順を作成します。</p>\n","uid":"ConfigurationManager.New-CMTSStepPrepareConfigMgrClient"}},"description":"<p>このコマンドレットは、 <strong>新しい Prepare ConfigMgr Client for Capture</strong> ステップ オブジェクトを作成します。 次に、 <a href=\"add-cmtasksequencestep\">Add-CMTaskSequenceStep</a> コマンドレットを使用して、タスク シーケンスにステップを追加します。 この手順の詳細については、「 <a href=\"/mem/configmgr/osd/understand/task-sequence-steps#BKMK_PrepareConfigMgrClientforCapture\">タスク シーケンスの手順について: ConfigMgr クライアントをキャプチャ用に準備する</a>」を参照してください。</p>\n<div class=\"NOTE\">\n<p>注:</p>\n<p>\n              <code>PS XYZ:\\&gt;</code>など、Configuration Manager サイト ドライブから Configuration Manager コマンドレットを実行します。 詳細については、「作業の <a href=\"/powershell/sccm/overview\">開始</a>」を参照してください。</p>\n</div>\n","examples":[{"code":"$step = New-CMTSStepPrepareConfigMgrClient -Name \"Prepare ConfigMgr Client for Capture\"\n\n$tsNameOsd = \"Default OS deployment\"\n$tsOsd = Get-CMTaskSequence -Name $tsNameOsd -Fast\n\n$tsOsd | Add-CMTaskSequenceStep -Step $step -InsertStepStartIndex 11","description":"","summary":"<p>この例では、 <strong>ConfigMgr Client for Capture の準備手順のオブジェクトを</strong> 作成します。\n次に、タスク シーケンス オブジェクトを取得し、インデックス 11 のタスク シーケンスにこの新しいステップを追加します。</p>\n","title":"例 1"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">None</span>\n"}],"links":[{"href":"get-cmtsstepprepareconfigmgrclient","text":"Get-CMTSStepPrepareConfigMgrClient"},{"href":"remove-cmtsstepprepareconfigmgrclient","text":"Remove-CMTSStepPrepareConfigMgrClient"},{"href":"set-cmtsstepprepareconfigmgrclient","text":"Set-CMTSStepPrepareConfigMgrClient"},{"href":"/mem/configmgr/osd/understand/task-sequence-steps#BKMK_PrepareConfigMgrClientforCapture","text":"タスク シーケンスの手順について: ConfigMgr クライアントをキャプチャ用に準備する"}],"module":"ConfigurationManager","name":"New-CMTSStepPrepareConfigMgrClient","notes":"<p>この戻りオブジェクトとそのプロパティの詳細については、「 <a href=\"/mem/configmgr/develop/reference/osd/sms_tasksequence_preparesmsclientaction-server-wmi-class\">サーバー WMI クラスSMS_TaskSequence_PrepareSMSClientAction</a>」を参照してください。</p>\n","outputs":[{"description":"","name":"<span class=\"no-loc xref\">IResultObject</span>\n"}],"parameters":[{"aliases":"Conditions","defaultValue":"None","description":"<p>この手順で使用する条件オブジェクトを指定します。 このオブジェクトを取得するには、タスク シーケンス条件コマンドレットのいずれかを使用します。 たとえば、 <a href=\"get-cmtsstepconditionvariable\">Get-CMTSStepConditionVariable です</a>。</p>\n","name":"Condition","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">IResultObject</span><span>[</span><span>]</span></p>\n"},{"aliases":"cf","defaultValue":"None","description":"<p>コマンドレットを実行する前に確認メッセージを表示します。</p>\n","name":"Confirm","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このパラメーターを追加して、ステップ オプション [ <strong>エラー時に続行] を</strong>有効にします。 このオプションを有効にすると、ステップが失敗した場合、タスク シーケンスは続行されます。</p>\n","name":"ContinueOnError","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":"DisableThisStep","defaultValue":"None","description":"<p>このタスク シーケンス ステップを無効にするには、このパラメーターを追加します。</p>\n","name":"Disable","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>このパラメーターはワイルドカード文字を処理し、予期しない動作が発生する可能性があります (推奨されません)。 \n              <strong>DisableWildcardHandling</strong> と組み合わせることはできません。</p>\n","name":"ForceWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"StepName","defaultValue":"None","description":"<p>この手順の名前を指定して、タスク シーケンスで識別します。</p>\n","isRequired":true,"name":"Name","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"wi","defaultValue":"None","description":"<p>コマンドレットが実行されるとどうなるかを示します。 コマンドレットは実行されません。</p>\n","name":"WhatIf","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>タスク シーケンスに追加できる <strong>[ConfigMgr クライアントのキャプチャの準備]</strong> 手順を作成します。</p>\n","syntaxes":["New-CMTSStepPrepareConfigMgrClient [-Condition <IResultObject[]>] [-ContinueOnError] [-Description <String>]\n [-Disable] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm]\n [<CommonParameters>]"],"uid":"ConfigurationManager.New-CMTSStepPrepareConfigMgrClient","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-CMTSStepPrepareConfigMgrClient.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmtsstepprepareconfigmgrclient","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMTSStepPrepareConfigMgrClient","schemaType":"PowershellCmdlet","summary":"<p>タスク シーケンスに追加できる <strong>[ConfigMgr クライアントのキャプチャの準備]</strong> 手順を作成します。</p>\n","uid":"ConfigurationManager.New-CMTSStepPrepareConfigMgrClient"}],"canonical_url":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/new-cmtsstepprepareconfigmgrclient?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/new-cmtsstepprepareconfigmgrclient?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>このコマンドレットは、 <strong>新しい Prepare ConfigMgr Client for Capture</strong> ステップ オブジェクトを作成します。 次に、 <a href=&quot;add-cmtasksequencestep&quot;>Add-CMTaskSequenceStep</a> コマンドレットを使用して、タスク シーケンスにステップを追加します。 この手順の詳細については、「 <a href=&quot;/mem/configmgr/osd/understand/task-sequence-steps#BKMK_PrepareConfigMgrClientforCapture&quot;>タスク シーケンスの手順について: ConfigMgr クライアントをキャプチャ用に準備する</a>」を参照してください。</p>\n<div class=&quot;NOTE&quot;>\n<p>注:</p>\n<p>\n              <code>PS XYZ:\\&amp;gt;</code>など、Configuration Manager サイト ドライブから Configuration Manager コマンドレットを実行します。 詳細については、「作業の <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-CMTSStepPrepareConfigMgrClient.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-CMTSStepPrepareConfigMgrClient\" />\r\n<meta name=\"notes\" content=\"<p>この戻りオブジェクトとそのプロパティの詳細については、「 <a href=&quot;/mem/configmgr/develop/reference/osd/sms_tasksequence_preparesmsclientaction-server-wmi-class&quot;>サーバー WMI クラスSMS_TaskSequence_PrepareSMSClientAction</a>」を参照してください。</p>\n\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>タスク シーケンスに追加できる <strong>[ConfigMgr クライアントのキャプチャの準備]</strong> 手順を作成します。</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"New-CMTSStepPrepareConfigMgrClient [-Condition <IResultObject[]>] [-ContinueOnError] [-Description <String>]\n [-Disable] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm]\n [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.New-CMTSStepPrepareConfigMgrClient\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}