{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/zh-tw/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/8/3","updated_at_date_time":"2026-08-03T08:28:24.429709Z"},"_path":"module/configurationmanager/new-cmtsstepprestartcheck.json","_rel":"../../","_tocRel":"../sccm-ps/toc.json","apiPlatform":"powershell","author":"Banreet","breadcrumb_path":"/powershell/sccm/bread/toc.json","canonical_url":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/new-cmtsstepprestartcheck?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/New-CMTSStepPrestartCheck.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"811ef403-f442-b9cc-30d1-2b6398a5450b","document_version_independent_id":"868bfbe0-0ed1-234d-517a-c3b83a664d82","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":"7148a594d71d791149e9a7319d36a1216c9cf387","gitcommit":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/7148a594d71d791149e9a7319d36a1216c9cf387/sccm-ps/ConfigurationManager/New-CMTSStepPrestartCheck.md","github_contributors":["aczechowski"],"locale":"zh-tw","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"12/14/2021","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-CMTSStepPrestartCheck.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/New-CMTSStepPrestartCheck.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:28 AM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmtsstepprestartcheck","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMTSStepPrestartCheck","schemaType":"PowershellCmdlet","summary":"<p>建立 <strong>[檢查整備</strong> 程度] 步驟，您可以將其新增至工作順序。</p>\n","uid":"ConfigurationManager.New-CMTSStepPrestartCheck"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.New-CMTSStepPrestartCheck":{"href":"new-cmtsstepprestartcheck","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMTSStepPrestartCheck","schemaType":"PowershellCmdlet","summary":"<p>建立 <strong>[檢查整備</strong> 程度] 步驟，您可以將其新增至工作順序。</p>\n","uid":"ConfigurationManager.New-CMTSStepPrestartCheck"}},"description":"<p>此 Cmdlet 會建立新的 <strong>檢查整備</strong> 步驟物件。 然後使用 <a href=\"add-cmtasksequencestep\">Add-CMTaskSequenceStep</a> Cmdlet 將步驟新增至工作順序。 如需此步驟的詳細資訊，請 <a href=\"/mem/configmgr/osd/understand/task-sequence-steps#BKMK_CheckReadiness\">參閱關於工作順序步驟：檢查整備程度</a>。</p>\n<div class=\"NOTE\">\n<p>注意事項</p>\n<p>從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet，例如 <code>PS XYZ:\\&gt;</code>。 如需詳細資訊，請 <a href=\"/powershell/sccm/overview\">參閱開始使用</a>。</p>\n</div>\n","examples":[{"code":"$parameters = @{\n  Name = \"Check Readiness\"\n  CheckMemory = $true\n  Memory = 4096\n  CheckSpeed = $true\n  Speed = 1024\n  CheckSpace = $true\n  DiskSpace = 512000\n  CheckOS = $true\n  OS = \"Client\"\n  CheckOSArchitecture = $true\n  OSArchitecture = \"Arch64\"\n  CheckMinOSVersion = $true\n  MinOSVersion = \"10.0.16299\"\n  CheckMaxOSVersion = $true\n  MaxOSVersion = \"10.0.99999\"\n  CheckCMClientMinVersion = $true\n  CMClientMinVersion = \"5.00.8913.1005\"\n  CheckOSLanguageId = $true\n  OSLanguageID = 1033\n  CheckPowerState = $true\n  CheckNetworkConnected = $true\n  CheckNetworkWired = $false\n  CheckUefi = $true\n}\n\n$step = New-CMTSStepPrestartCheck @parameters\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>此範 <a href=\"/powershell/module/microsoft.powershell.core/about/about_splatting\">例會先</a> 將 Cmdlet 參數展開至 <strong>parameters</strong> 變數。</p>\n<p>接下來，它會建立 [檢查整 <strong>備</strong> 程度] 步驟的 物件，並在 <strong>參數</strong>中傳遞值集合。</p>\n<p>然後，它會取得工作順序物件，並將這個新步驟新增至索引 11 的工作順序。</p>\n","title":"範例 1"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">None</span>\n"}],"links":[{"href":"get-cmtsstepprestartcheck","text":"Get-CMTSStepPrestartCheck"},{"href":"remove-cmtsstepprestartcheck","text":"Remove-CMTSStepPrestartCheck"},{"href":"set-cmtsstepprestartcheck","text":"Set-CMTSStepPrestartCheck"},{"href":"/mem/configmgr/osd/understand/task-sequence-steps#BKMK_CheckReadiness","text":"關於工作順序步驟：檢查整備程度"}],"module":"ConfigurationManager","name":"New-CMTSStepPrestartCheck","notes":"<p>如需這個傳回物件及其屬性的詳細資訊，請 <a href=\"/mem/configmgr/develop/reference/osd/sms_tasksequence_prestartcheckaction-server-wmi-class\">參閱SMS_TaskSequence_PrestartCheckAction伺服器 WMI 類別</a>。</p>\n","outputs":[{"description":"","name":"<span class=\"no-loc xref\">IResultObject</span>\n"}],"parameters":[{"aliases":"CheckClientMinVersion","defaultValue":"None","description":"<p>將此參數設定為 ， <code>$true</code> 以啟用 <strong>最小用戶端版本</strong> 檢查。 使用 <strong>CMClientMinVersion</strong> 參數來設定特定的用戶端版本號碼。</p>\n","name":"CheckCMClientMinVersion","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"EnableCheckMaxOSVersion","defaultValue":"None","description":"<p>將此參數設定為 ， <code>$true</code> 以啟用 <strong>最大OS版本</strong> 檢查。 使用 <strong>參數 MaxOSVersion</strong> 來設定特定 OS 版本號碼。</p>\n","name":"CheckMaxOSVersion","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"EnableCheckMemory","defaultValue":"None","description":"<p>將此參數設定為 ， <code>$true</code> 以啟用最 <strong>小記憶體 (MB) </strong> 檢查。 使用參數 <strong>Memory</strong> 來設定特定的記憶體大小。</p>\n","name":"CheckMemory","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"EnableCheckMinOSVersion","defaultValue":"None","description":"<p>將此參數設定為 ， <code>$true</code> 以啟用 <strong>最低OS版本</strong> 檢查。 使用 <strong>參數 MinOSVersion</strong> 來設定特定 OS 版本號碼。</p>\n","name":"CheckMinOSVersion","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"NetworkConnected","defaultValue":"None","description":"<p>將此參數設定為 ， <code>$true</code> 以啟 <strong>用網路適配器連線</strong> 檢查。</p>\n","name":"CheckNetworkConnected","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"NetworkWired","defaultValue":"None","description":"<p>將此參數設定為 ， <code>$true</code> 以啟 <strong>用網路適配器不是無線</strong> 檢查。</p>\n","name":"CheckNetworkWired","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"EnableCheckOSType","defaultValue":"None","description":"<p>將此參數設定為 ， <code>$true</code> 以啟用操作系統類型的檢查，無論是用戶端或伺服器。 使用參數 <strong>OS</strong> 來設定特定的OS類型。</p>\n","name":"CheckOS","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"EnableCheckOSArchitecture","defaultValue":"None","description":"<p>將此參數設定為 ， <code>$true</code> 以啟用 <strong>目前OS檢查的架構</strong> 。 使用 <strong>參數OSArchitecture</strong> 來設定特定架構類型。</p>\n","name":"CheckOSArchitecture","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"EnableOSLanguageId","defaultValue":"None","description":"<p>將此參數設定為 ， <code>$true</code> 以啟用 <strong>目前操作系統的語言</strong>檢查。 使用 <strong>參數OSLanguageID</strong> 來設定特定語言。</p>\n","name":"CheckOSLanguageId","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"NotBattery","defaultValue":"None","description":"<p>將此參數設定為 ， <code>$true</code> 以啟用 <strong>AC 電源外掛程式</strong> 檢查。</p>\n","name":"CheckPowerState","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"EnableCheckFreeDiskSpace","defaultValue":"None","description":"<p>將此參數設定為 ， <code>$true</code> 以啟 <strong>用最小可用磁碟空間 (MB) </strong> 檢查。 使用參數 <strong>DiskSpace</strong> 來設定特定大小。</p>\n","name":"CheckSpace","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"EnableCheckProcessorSpeed","defaultValue":"None","description":"<p>將此參數設定為 ， <code>$true</code> 以啟 <strong>用 MHz) 檢查 (處理器速度下限 </strong> 。 使用參數 <strong>Speed</strong> 來設定特定速度。</p>\n","name":"CheckSpeed","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"TpmActivated","defaultValue":"None","description":"<p>適用於 2111 版和更新版本。 將此參數設定為 ， <code>$true</code> 以啟 <strong>用 TPM 2.0 或更新版本的啟用</strong> 檢查。</p>\n","name":"CheckTpmActivated","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"TpmEnabled","defaultValue":"None","description":"<p>適用於 2111 版和更新版本。 將此參數設定為 ， <code>$true</code> 以啟 <strong>用 TPM 2.0 或更新版本的</strong> 檢查。</p>\n","name":"CheckTpmEnabled","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>適用於 2006 版和更新版本。 將此參數設定為 ， <code>$true</code> 以啟用 <strong>電腦處於 UEFI 模式</strong> 檢查。</p>\n","name":"CheckUefi","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"ClientMinVersion","defaultValue":"None","description":"<p>使用此參數來設定特定的用戶端版本。 以下列格式指定用戶端版本： <code>5.00.8913.1005</code>。 使用參數 <strong>CheckCMClientMinVersion</strong> 來啟用或停用檢查。</p>\n","name":"CMClientMinVersion","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"Conditions","defaultValue":"None","description":"<p>指定要與這個步驟搭配使用的條件物件。 若要取得這個物件，請使用其中一個工作順序條件 Cmdlet。 例如， <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>執行 Cmdlet 之前提示您確認。</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>此參數會將通配符視為常值字元值。 您無法將其與 <strong>ForceWildcardHandling</strong> 結合。</p>\n","name":"DisableWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"MinimumFreeDiskSpace","defaultValue":"None","description":"<p>使用此參數來設定最小可用磁碟空間檢查的特定大小。 以 MB 為單位指定大小的整數值。 使用參數 <strong>CheckSpace</strong> 來啟用或停用檢查。</p>\n","name":"DiskSpace","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>此參數會處理通配符，並可能導致非預期的行為 (不建議) 。 您無法將其與 <strong>DisableWildcardHandling</strong> 結合。</p>\n","name":"ForceWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"CurrentMaxOSVersion","defaultValue":"None","description":"<p>使用此參數來設定特定 OS 版本。 指定具有主要版本、次要版本和組建編號的最大OS版本。 例如，<code>10.0.18356</code>。 使用參數 <strong>CheckMaxOSVersion</strong> 來啟用或停用檢查。</p>\n","name":"MaxOSVersion","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"MinimumMemory","defaultValue":"None","description":"<p>使用此參數來設定最小記憶體檢查的特定大小。 以 MB 為單位指定大小的整數值。 使用參數 <strong>CheckMemory</strong> 來啟用或停用檢查。</p>\n","name":"Memory","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"CurrentMinOSVersion","defaultValue":"None","description":"<p>使用此參數來設定特定 OS 版本。 指定具有主要版本、次要版本和組建編號的最小OS版本。 例如，<code>10.0.16299</code>。 使用參數 <strong>CheckMinOSVersion</strong> 來啟用或停用檢查。</p>\n","name":"MinOSVersion","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</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":"CurrentOSType","defaultValue":"None","description":"<p>使用此參數來設定特定 OS 型態： <code>Client</code> 或 <code>Server</code>。 使用參數 <strong>CheckOS</strong> 來啟用或停用檢查。</p>\n","name":"OS","parameterValueGroup":"Client, Server","position":"Named","type":"<span class=\"no-loc xref\">OSType</span>\n"},{"aliases":"CurrentOSArchitecture","defaultValue":"None","description":"<p>使用此參數來設定特定 OS 架構： <code>Arch32</code> 適用於 32 位或 <code>Arch64</code> 64 位。 使用參數 <strong>CheckOSArchitecture</strong> 來啟用或停用檢查。</p>\n","name":"OSArchitecture","parameterValueGroup":"Arch32, Arch64","position":"Named","type":"<span class=\"no-loc xref\">OSArch</span>\n"},{"aliases":"LanguageId","defaultValue":"None","description":"<p>使用此參數來設定特定的OS語言。 這項檢查會比較語言標識碼與用戶端上<strong>Win32_OperatingSystem</strong> WMI 類別的 <strong>OSLanguage</strong> 屬性。 例如， <code>1033</code> 如果 <strong>是英文 (美國) </strong>。 使用參數 <strong>CheckOSLanguageId</strong> 來啟用或停用檢查。</p>\n","name":"OSLanguageId","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"MinimumProcessorSpeed","defaultValue":"None","description":"<p>使用此參數來設定處理器速度檢查下限的特定速度。 在 MHz 中指定速度的整數值。 使用參數 <strong>CheckSpeed</strong> 來啟用或停用檢查。</p>\n","name":"Speed","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"wi","defaultValue":"None","description":"<p>顯示執行 Cmdlet 時會發生什麼情況。 Cmdlet 不會執行。</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-CMTSStepPrestartCheck [-CheckCMClientMinVersion <Boolean>] [-CheckMaxOSVersion <Boolean>]\n [-CheckMemory <Boolean>] [-CheckMinOSVersion <Boolean>] [-CheckNetworkConnected <Boolean>]\n [-CheckNetworkWired <Boolean>] [-CheckTpmEnabled <Boolean>] [-CheckTpmActivated <Boolean>]\n [-CheckOS <Boolean>] [-CheckOSArchitecture <Boolean>] [-CheckOSLanguageId <Boolean>]\n [-CheckPowerState <Boolean>] [-CheckSpace <Boolean>] [-CheckSpeed <Boolean>] [-CheckUefi <Boolean>]\n [-CMClientMinVersion <String>] [-DiskSpace <Int32>] [-MaxOSVersion <String>] [-Memory <Int32>]\n [-MinOSVersion <String>] [-OS <OSType>] [-OSArchitecture <OSArch>] [-OSLanguageId <Int32>] [-Speed <Int32>]\n [-Condition <IResultObject[]>] [-ContinueOnError] [-Description <String>] [-Disable] -Name <String>\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]"],"uid":"ConfigurationManager.New-CMTSStepPrestartCheck","hideEdit":true,"ms.translationtype":"MT","ms.contentlocale":"zh-tw","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-CMTSStepPrestartCheck.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmtsstepprestartcheck","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMTSStepPrestartCheck","schemaType":"PowershellCmdlet","summary":"<p>建立 <strong>[檢查整備</strong> 程度] 步驟，您可以將其新增至工作順序。</p>\n","uid":"ConfigurationManager.New-CMTSStepPrestartCheck"}],"canonical_url":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/new-cmtsstepprestartcheck?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/new-cmtsstepprestartcheck?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>此 Cmdlet 會建立新的 <strong>檢查整備</strong> 步驟物件。 然後使用 <a href=&quot;add-cmtasksequencestep&quot;>Add-CMTaskSequenceStep</a> Cmdlet 將步驟新增至工作順序。 如需此步驟的詳細資訊，請 <a href=&quot;/mem/configmgr/osd/understand/task-sequence-steps#BKMK_CheckReadiness&quot;>參閱關於工作順序步驟：檢查整備程度</a>。</p>\n<div class=&quot;NOTE&quot;>\n<p>注意事項</p>\n<p>從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet，例如 <code>PS XYZ:\\&amp;gt;</code>。 如需詳細資訊，請 <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-CMTSStepPrestartCheck.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=\"zh-tw\" />\r\n<meta name=\"ms.translationtype\" content=\"MT\" />\r\n<meta name=\"name\" content=\"New-CMTSStepPrestartCheck\" />\r\n<meta name=\"notes\" content=\"<p>如需這個傳回物件及其屬性的詳細資訊，請 <a href=&quot;/mem/configmgr/develop/reference/osd/sms_tasksequence_prestartcheckaction-server-wmi-class&quot;>參閱SMS_TaskSequence_PrestartCheckAction伺服器 WMI 類別</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-CMTSStepPrestartCheck [-CheckCMClientMinVersion <Boolean>] [-CheckMaxOSVersion <Boolean>]\n [-CheckMemory <Boolean>] [-CheckMinOSVersion <Boolean>] [-CheckNetworkConnected <Boolean>]\n [-CheckNetworkWired <Boolean>] [-CheckTpmEnabled <Boolean>] [-CheckTpmActivated <Boolean>]\n [-CheckOS <Boolean>] [-CheckOSArchitecture <Boolean>] [-CheckOSLanguageId <Boolean>]\n [-CheckPowerState <Boolean>] [-CheckSpace <Boolean>] [-CheckSpeed <Boolean>] [-CheckUefi <Boolean>]\n [-CMClientMinVersion <String>] [-DiskSpace <Int32>] [-MaxOSVersion <String>] [-Memory <Int32>]\n [-MinOSVersion <String>] [-OS <OSType>] [-OSArchitecture <OSArch>] [-OSLanguageId <Int32>] [-Speed <Int32>]\n [-Condition <IResultObject[]>] [-ContinueOnError] [-Description <String>] [-Disable] -Name <String>\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.New-CMTSStepPrestartCheck\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}