{"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"},{"display_name":"Dan Mabee","id":"40476441","name":"damabe","profile_url":"https://github.com/damabe"},{"display_name":"Chris Kibble","id":"39386226","name":"ChrisKibble","profile_url":"https://github.com/ChrisKibble"},{"display_name":"sankethka","id":"16908144","name":"sankethka","profile_url":"https://github.com/sankethka"}],"update_at":"2026/06/25","updated_at_date_time":"2026-06-25T23:37:42.1688624Z"},"_path":"module/configurationmanager/new-cmtssteprunpowershellscript.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-cmtssteprunpowershellscript?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/New-CMTSStepRunPowerShellScript.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"911645fe-a813-543d-11be-d141438a292a","document_version_independent_id":"38d3d3d8-46ab-b579-1f9f-3631b49bb8c0","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-CMTSStepRunPowerShellScript.md","github_contributors":["aczechowski","damabe","ChrisKibble","sankethka"],"locale":"ja-jp","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"08/31/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-CMTSStepRunPowerShellScript.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/New-CMTSStepRunPowerShellScript.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-cmtssteprunpowershellscript","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMTSStepRunPowerShellScript","schemaType":"PowershellCmdlet","summary":"<p>タスク シーケンスで <strong>PowerShell スクリプトの実行</strong> ステップを作成します。</p>\n","uid":"ConfigurationManager.New-CMTSStepRunPowerShellScript"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.New-CMTSStepRunPowerShellScript":{"href":"new-cmtssteprunpowershellscript","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMTSStepRunPowerShellScript","schemaType":"PowershellCmdlet","summary":"<p>タスク シーケンスで <strong>PowerShell スクリプトの実行</strong> ステップを作成します。</p>\n","uid":"ConfigurationManager.New-CMTSStepRunPowerShellScript"}},"description":"<p>このコマンドレットは、 <strong>新しい PowerShell スクリプトの実行</strong> ステップ オブジェクトを作成します。 次に、 <a href=\"add-cmtasksequencestep\">Add-CMTaskSequenceStep</a> コマンドレットを使用して、タスク シーケンスにステップを追加します。 この手順の詳細については、「 <a href=\"/mem/configmgr/osd/understand/task-sequence-steps#BKMK_RunPowerShellScript\">タスク シーケンスの手順について: PowerShell スクリプトを実行</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-CMTSStepRunPowerShellScript -Name \"Run PowerShell Script\" -PackageId \"XYZ00821\" -ScriptName \"Add-ContosoBranding.ps1\" -ExecutionPolicy AllSigned \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>PowerShell スクリプトの実行</strong> ステップのオブジェクトを作成します。 実行するスクリプトの名前を持つパッケージを指定します。 PowerShell 実行ポリシーを最も安全な <strong>AllSigned レベルに</strong> 設定します。このレベルでは、スクリプトをデジタル署名する必要があります。</p>\n<p>次に、タスク シーケンス オブジェクトを取得し、インデックス 11 のタスク シーケンスにこの新しいステップを追加します。</p>\n","title":"例 1"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">None</span>\n"}],"links":[{"href":"get-cmtssteprunpowershellscript","text":"Get-CMTSStepRunPowerShellScript"},{"href":"remove-cmtssteprunpowershellscript","text":"Remove-CMTSStepRunPowerShellScript"},{"href":"set-cmtssteprunpowershellscript","text":"Set-CMTSStepRunPowerShellScript"},{"href":"/mem/configmgr/osd/understand/task-sequence-steps#BKMK_RunPowerShellScript","text":"タスク シーケンスの手順について: PowerShell スクリプトを実行する"}],"module":"ConfigurationManager","name":"New-CMTSStepRunPowerShellScript","notes":"<p>この戻りオブジェクトとそのプロパティの詳細については、「 <a href=\"/mem/configmgr/develop/reference/osd/sms_tasksequence_runpowershellscriptaction-server-wmi-class\">サーバー WMI クラスSMS_TaskSequence_RunPowerShellScriptAction</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":"PowerShellExecutionPolicy","defaultValue":"None","description":"<p>コンピューターでの実行を許可するスクリプトの PowerShell 実行ポリシーを指定します。 次のいずれかのポリシーを選択します。</p>\n<ul>\n<li><p>\n              <code>AllSigned</code>: 信頼された発行元によって署名されたスクリプトのみを実行します。</p>\n</li>\n<li><p>\n              <code>Undefined</code>: 実行ポリシーを定義しないでください。</p>\n</li>\n<li><p>\n              <code>Bypass</code>: すべての構成ファイルを読み込み、すべてのスクリプトを実行します。 署名されていないスクリプトをインターネットからダウンロードした場合、PowerShell はスクリプトを実行する前にアクセス許可を求められません。</p>\n</li>\n</ul>\n","name":"ExecutionPolicy","parameterValueGroup":"AllSigned, Undefined, Bypass","position":"Named","type":"<span class=\"no-loc xref\">ExecutionPolicyType</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":"Output, OutputVariable","defaultValue":"None","description":"<p>カスタム タスク シーケンス変数の名前を指定します。 このパラメーターを使用すると、コマンド出力の最後の 1,000 文字が変数に保存されます。</p>\n","name":"OutputVariableName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>PowerShell スクリプトを持つパッケージのパッケージ <strong>ID を</strong> 指定します。 パッケージにはプログラムは必要ありません。 1 つのパッケージに複数のスクリプトを含めることができます。</p>\n<p>この値は、 <code>XYZ00821</code>などの標準パッケージ ID です。</p>\n<p>次に、 <strong>ScriptName</strong> パラメーターを使用してスクリプトの名前を指定します。</p>\n","isRequired":true,"name":"PackageId","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"Parameters","defaultValue":"None","description":"<p>PowerShell スクリプトに渡されるパラメーターを指定します。 これらのパラメーターは、コマンド ラインの PowerShell スクリプト パラメーターと同じです。 PowerShell コマンド ラインではなく、スクリプトによって使用されるパラメーターを指定します。</p>\n<p>次の例には <em>、有効な</em> パラメーターが含まれています。</p>\n<p><code>-MyParameter1 MyValue1 -MyParameter2 MyValue2</code></p>\n<p>次の例には <em>、無効な</em> パラメーターが含まれています。 最初の 2 つの項目は、PowerShell コマンド ライン パラメーター (<strong>NoLogo</strong> と <strong>ExecutionPolicy</strong>) です。 スクリプトでは、これらのパラメーターは使用されません。</p>\n<p><code>-NoLogo -ExecutionPolicy Unrestricted -File MyScript.ps1 -MyParameter1 MyValue1 -MyParameter2 MyValue2</code></p>\n<p>パラメーター値に特殊文字またはスペースが含まれている場合は、値の周囲に単一引用符 (<code>'</code>) を使用します。 二重引用符 (<code>&quot;</code>) を使用すると、タスク シーケンス ステップでパラメーターが誤って処理される可能性があります。</p>\n<p>例: <code>-Arg1 '%TSVar1%' -Arg2 '%TSVar2%'</code></p>\n<p>このパラメーターをタスク シーケンス変数に設定することもできます。 たとえば、 <code>%MyScriptVariable%</code>を指定すると、タスク シーケンスでスクリプトが実行されるときに、このカスタム変数の値が PowerShell コマンド ラインに追加されます。</p>\n","name":"Parameter","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>実行するスクリプトの名前を指定します。 このスクリプトは、 <strong>PackageId</strong> パラメーターで指定されたパッケージ内にあります。</p>\n","isRequired":true,"name":"ScriptName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"SourceCode","defaultValue":"None","description":"<p>\n              <strong>PackageId</strong> パラメーターと <strong>ScriptName</strong> パラメーターを使用する代わりに、このパラメーターを使用してスクリプト コマンドを直接指定します。 この文字列値は、この手順で実行される PowerShell コマンドです。</p>\n<p>既存のスクリプト ファイルの内容を文字列変数に読み取り、その変数をこのパラメーターに使用できます。 例:</p>\n<p><code>$script = [IO.File]::ReadAllText( &quot;C:\\temp\\script.ps1&quot; )</code></p>\n","isRequired":true,"name":"SourceScript","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"SuccessCodes","defaultValue":"None","description":"<p>ステップが成功と評価するスクリプトの終了コードとして整数値の配列を指定します。</p>\n","name":"SuccessCode","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">Int32</span><span>[</span><span>]</span></p>\n"},{"aliases":"TimeoutInMinutes","defaultValue":"None","description":"<p>Configuration Manager がスクリプトの実行を許可する期間を表す整数値を指定します。 この値は、 <code>1</code> 分から <code>999</code> 分までです。 既定値は <code>15</code> 分です。</p>\n<p>指定したスクリプトが正常に完了するのに十分な時間を許可しない値を入力すると、この手順は失敗します。 ステップまたはグループの条件によっては、タスク シーケンス全体が失敗する可能性があります。 タイムアウトが切れた場合、Configuration Manager は PowerShell プロセスを終了します。</p>\n","name":"TimeoutMins","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"User","defaultValue":"None","description":"<p>このパラメーターを使用して、ローカル システム アカウントではなく Windows ユーザー アカウントとしてスクリプトを実行します。 Windows ユーザー アカウントの名前を指定します。 アカウント パスワードを指定するには、 <strong>UserPassword</strong> パラメーターを使用します。</p>\n","name":"UserName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"Password","defaultValue":"None","description":"<p>\n              <strong>UserName</strong> で指定するアカウントのパスワードを指定するには、このパラメーターを使用します。</p>\n","name":"UserPassword","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SecureString</span>\n"},{"aliases":"wi","defaultValue":"None","description":"<p>コマンドレットが実行されるとどうなるかを示します。 コマンドレットは実行されません。</p>\n","name":"WhatIf","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"StartIn","defaultValue":"None","description":"<p>コマンドを開始するフォルダーを指定します。 このパスは最大 127 文字です。</p>\n","name":"WorkingDirectory","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>タスク シーケンスで <strong>PowerShell スクリプトの実行</strong> ステップを作成します。</p>\n","syntaxes":["New-CMTSStepRunPowerShellScript -Name <String> [-SuccessCode <Int32[]>] [-Condition <IResultObject[]>]\n [-ContinueOnError] [-Description <String>] [-Disable] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]","New-CMTSStepRunPowerShellScript [-ExecutionPolicy <ExecutionPolicyType>] -Name <String>\n [-OutputVariableName <String>] [-Parameter <String>] -SourceScript <String> [-SuccessCode <Int32[]>]\n [-TimeoutMins <Int32>] [-UserName <String>] [-UserPassword <SecureString>] [-WorkingDirectory <String>]\n [-Condition <IResultObject[]>] [-ContinueOnError] [-Description <String>] [-Disable]\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]","New-CMTSStepRunPowerShellScript [-ExecutionPolicy <ExecutionPolicyType>] -Name <String>\n [-OutputVariableName <String>] -PackageId <String> [-Parameter <String>] -ScriptName <String>\n [-SuccessCode <Int32[]>] [-TimeoutMins <Int32>] [-UserName <String>] [-UserPassword <SecureString>]\n [-WorkingDirectory <String>] [-Condition <IResultObject[]>] [-ContinueOnError] [-Description <String>]\n [-Disable] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]"],"uid":"ConfigurationManager.New-CMTSStepRunPowerShellScript","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-CMTSStepRunPowerShellScript.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmtssteprunpowershellscript","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMTSStepRunPowerShellScript","schemaType":"PowershellCmdlet","summary":"<p>タスク シーケンスで <strong>PowerShell スクリプトの実行</strong> ステップを作成します。</p>\n","uid":"ConfigurationManager.New-CMTSStepRunPowerShellScript"}],"canonical_url":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/new-cmtssteprunpowershellscript?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/new-cmtssteprunpowershellscript?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>このコマンドレットは、 <strong>新しい PowerShell スクリプトの実行</strong> ステップ オブジェクトを作成します。 次に、 <a href=&quot;add-cmtasksequencestep&quot;>Add-CMTaskSequenceStep</a> コマンドレットを使用して、タスク シーケンスにステップを追加します。 この手順の詳細については、「 <a href=&quot;/mem/configmgr/osd/understand/task-sequence-steps#BKMK_RunPowerShellScript&quot;>タスク シーケンスの手順について: PowerShell スクリプトを実行</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-CMTSStepRunPowerShellScript.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-CMTSStepRunPowerShellScript\" />\r\n<meta name=\"notes\" content=\"<p>この戻りオブジェクトとそのプロパティの詳細については、「 <a href=&quot;/mem/configmgr/develop/reference/osd/sms_tasksequence_runpowershellscriptaction-server-wmi-class&quot;>サーバー WMI クラスSMS_TaskSequence_RunPowerShellScriptAction</a>」を参照してください。</p>\n\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>タスク シーケンスで <strong>PowerShell スクリプトの実行</strong> ステップを作成します。</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"New-CMTSStepRunPowerShellScript -Name <String> [-SuccessCode <Int32[]>] [-Condition <IResultObject[]>]\n [-ContinueOnError] [-Description <String>] [-Disable] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMTSStepRunPowerShellScript [-ExecutionPolicy <ExecutionPolicyType>] -Name <String>\n [-OutputVariableName <String>] [-Parameter <String>] -SourceScript <String> [-SuccessCode <Int32[]>]\n [-TimeoutMins <Int32>] [-UserName <String>] [-UserPassword <SecureString>] [-WorkingDirectory <String>]\n [-Condition <IResultObject[]>] [-ContinueOnError] [-Description <String>] [-Disable]\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"New-CMTSStepRunPowerShellScript [-ExecutionPolicy <ExecutionPolicyType>] -Name <String>\n [-OutputVariableName <String>] -PackageId <String> [-Parameter <String>] -ScriptName <String>\n [-SuccessCode <Int32[]>] [-TimeoutMins <Int32>] [-UserName <String>] [-UserPassword <SecureString>]\n [-WorkingDirectory <String>] [-Condition <IResultObject[]>] [-ContinueOnError] [-Description <String>]\n [-Disable] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.New-CMTSStepRunPowerShellScript\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}