{"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:26.9811589Z"},"_path":"module/configurationmanager/new-cmtssteprequeststatestore.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-cmtssteprequeststatestore?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/New-CMTSStepRequestStateStore.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"ef93323f-bb3e-fa86-7dc6-dbb58df809c6","document_version_independent_id":"f1ce6eaa-cbaf-f40e-12c8-eae48f7f0303","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-CMTSStepRequestStateStore.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-CMTSStepRequestStateStore.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/New-CMTSStepRequestStateStore.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-cmtssteprequeststatestore","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMTSStepRequestStateStore","schemaType":"PowershellCmdlet","summary":"<p>タスク シーケンスに追加できる <strong>[状態ストアの要求</strong> ] ステップを作成します。</p>\n","uid":"ConfigurationManager.New-CMTSStepRequestStateStore"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.New-CMTSStepRequestStateStore":{"href":"new-cmtssteprequeststatestore","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMTSStepRequestStateStore","schemaType":"PowershellCmdlet","summary":"<p>タスク シーケンスに追加できる <strong>[状態ストアの要求</strong> ] ステップを作成します。</p>\n","uid":"ConfigurationManager.New-CMTSStepRequestStateStore"}},"description":"<p>このコマンドレットは、新しい <strong>Request State Store</strong> ステップ オブジェクトを作成します。 次に、 <a href=\"add-cmtasksequencestep\">Add-CMTaskSequenceStep</a> コマンドレットを使用して、タスク シーケンスにステップを追加します。 この手順の詳細については、「 <a href=\"/mem/configmgr/osd/understand/task-sequence-steps#BKMK_RequestStateStore\">タスク シーケンスの手順について: 状態ストアを要求する」</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-CMTSStepRequestStateStore -Name \"Request State Store\" -RequestOption Capture -FallbackToAccount $false -RetryCount 3 -RetryTime 60\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>要求状態ストア</strong> ステップのオブジェクトを作成し、一般的な設定を指定します。</p>\n<p>次に、タスク シーケンス オブジェクトを取得し、インデックス 11 のタスク シーケンスにこの新しいステップを追加します。</p>\n","title":"例 1"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">None</span>\n"}],"links":[{"href":"get-cmtssteprequeststatestore","text":"Get-CMTSStepRequestStateStore"},{"href":"remove-cmtssteprequeststatestore","text":"Remove-CMTSStepRequestStateStore"},{"href":"set-cmtssteprequeststatestore","text":"Set-CMTSStepRequestStateStore"},{"href":"/mem/configmgr/osd/understand/task-sequence-steps#BKMK_RequestStateStore","text":"タスク シーケンスの手順について: 状態ストアを要求する"}],"module":"ConfigurationManager","name":"New-CMTSStepRequestStateStore","notes":"<p>この戻りオブジェクトとそのプロパティの詳細については、「 <a href=\"/mem/configmgr/develop/reference/osd/sms_tasksequence_requeststatestoreaction-server-wmi-class\">サーバー WMI クラスSMS_TaskSequence_RequestStateStoreAction</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":"FallbackToNaa","defaultValue":"None","description":"<p>この値を <code>$true</code> に設定すると、タスク シーケンスがコンピューター アカウントを使用して状態移行ポイントにアクセスできない場合は、ネットワーク アクセス アカウントの資格情報を使用して接続します。 他のコンピューターがネットワーク アクセス アカウントを使用して保存された状態にアクセスできるため、このオプションの安全性は低くなります。 対象のコンピューターがドメインに参加していない場合は、このオプションが必要になる場合があります。</p>\n<p>詳細については、「 <a href=\"/mem/configmgr/core/plan-design/hierarchy/accounts#network-access-account\">ネットワーク アクセス アカウント</a>」を参照してください。</p>\n","name":"FallbackToAccount","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</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":"","defaultValue":"None","description":"<p>状態移行ポイントへのアクセスを要求する理由を指定します。</p>\n<ul>\n<li><p>\n              <code>Capture</code>: コンピューターから状態をキャプチャします。 Configuration Manager サイトに複数のアクティブな状態移行ポイントがある場合、この手順では、使用可能なディスク領域を持つ状態移行ポイントを検索します。 タスク シーケンスは、管理ポイントに対して状態移行ポイントの一覧を照会し、最小要件を満たすポイントが見つかるまで各ポイントを評価します。</p>\n</li>\n<li><p>\n              <code>Restore</code>: 別のコンピューターから状態を復元します。 複数の状態移行ポイントがある場合、この手順では、移行先コンピューターの状態を持つ状態移行ポイントを検索します。</p>\n</li>\n</ul>\n","name":"RequestOption","parameterValueGroup":"Capture, Restore","position":"Named","type":"<span class=\"no-loc xref\">RequestType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>この手順で、失敗する前に適切な状態移行ポイントを検索しようとする回数を指定します。</p>\n","name":"RetryCount","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>タスク シーケンス ステップが再試行の間に待機する時間を秒単位で指定します。</p>\n","name":"RetryTime","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</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>[状態ストアの要求</strong> ] ステップを作成します。</p>\n","syntaxes":["New-CMTSStepRequestStateStore [-FallbackToAccount <Boolean>] [-RequestOption <RequestType>]\n [-RetryCount <Int32>] [-RetryTime <Int32>] [-Condition <IResultObject[]>] [-ContinueOnError]\n [-Description <String>] [-Disable] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]"],"uid":"ConfigurationManager.New-CMTSStepRequestStateStore","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-CMTSStepRequestStateStore.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmtssteprequeststatestore","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMTSStepRequestStateStore","schemaType":"PowershellCmdlet","summary":"<p>タスク シーケンスに追加できる <strong>[状態ストアの要求</strong> ] ステップを作成します。</p>\n","uid":"ConfigurationManager.New-CMTSStepRequestStateStore"}],"canonical_url":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/new-cmtssteprequeststatestore?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/new-cmtssteprequeststatestore?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>このコマンドレットは、新しい <strong>Request State Store</strong> ステップ オブジェクトを作成します。 次に、 <a href=&quot;add-cmtasksequencestep&quot;>Add-CMTaskSequenceStep</a> コマンドレットを使用して、タスク シーケンスにステップを追加します。 この手順の詳細については、「 <a href=&quot;/mem/configmgr/osd/understand/task-sequence-steps#BKMK_RequestStateStore&quot;>タスク シーケンスの手順について: 状態ストアを要求する」</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-CMTSStepRequestStateStore.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-CMTSStepRequestStateStore\" />\r\n<meta name=\"notes\" content=\"<p>この戻りオブジェクトとそのプロパティの詳細については、「 <a href=&quot;/mem/configmgr/develop/reference/osd/sms_tasksequence_requeststatestoreaction-server-wmi-class&quot;>サーバー WMI クラスSMS_TaskSequence_RequestStateStoreAction</a>」を参照してください。</p>\n\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>タスク シーケンスに追加できる <strong>[状態ストアの要求</strong> ] ステップを作成します。</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"New-CMTSStepRequestStateStore [-FallbackToAccount <Boolean>] [-RequestOption <RequestType>]\n [-RetryCount <Int32>] [-RetryTime <Int32>] [-Condition <IResultObject[]>] [-ContinueOnError]\n [-Description <String>] [-Disable] -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.New-CMTSStepRequestStateStore\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}