{"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-03T07:51:18.2878309Z"},"_path":"module/configurationmanager/get-cmcollectionevaluationstatus.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/get-cmcollectionevaluationstatus?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/Get-CMCollectionEvaluationStatus.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"9805e577-ff1a-9318-f4ac-1e01a9803a21","document_version_independent_id":"01607d05-e74a-42f2-30f1-21e9b9337a7f","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/Get-CMCollectionEvaluationStatus.md","github_contributors":["aczechowski"],"locale":"zh-tw","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"12/21/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/Get-CMCollectionEvaluationStatus.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/Get-CMCollectionEvaluationStatus.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 07:51 AM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/get-cmcollectionevaluationstatus","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Get-CMCollectionEvaluationStatus","schemaType":"PowershellCmdlet","summary":"<p>取得集合評估的狀態。</p>\n","uid":"ConfigurationManager.Get-CMCollectionEvaluationStatus"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.Get-CMCollectionEvaluationStatus":{"href":"get-cmcollectionevaluationstatus","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Get-CMCollectionEvaluationStatus","schemaType":"PowershellCmdlet","summary":"<p>取得集合評估的狀態。</p>\n","uid":"ConfigurationManager.Get-CMCollectionEvaluationStatus"}},"description":"<p>取得集合評估的狀態。 如需詳細資訊，請 <a href=\"/mem/configmgr/core/clients/manage/collections/collection-evaluation-view\">參閱如何檢視集合評估</a>。</p>\n<div class=\"TIP\">\n<p>提示</p>\n<p>集合評估程式會在主要站臺上進行，而不是在管理中心網站 (CAS) 上進行。 連線到主要月臺時，請使用此 Cmdlet。</p>\n</div>\n","examples":[{"code":"Get-CMCollectionEvaluationStatus -EvaluationTypeOption Full | Where-Object Length -gt 5000","description":"","summary":"<p>此範例會先使用 <strong>Get-CMCollectionEvaluationStatus</strong> 來取得所有集合的完整評估狀態。 然後，它會使用 <strong>Where-Object</strong> Cmdlet，將結果篩選為完整評估時間大於 5 秒 (5000 毫秒) 集合。</p>\n","title":"範例 1：顯示長時間完整評估之集合的狀態"},{"code":"Get-CMCollection -Name \"All*\" | Get-CMCollectionEvaluationStatus -EvaluationTypeOption Full -IsMemberChanged $True | Select-Object CollectionName, Length, MemberChanges","description":"","summary":"<p>此範例會先使用 <strong>Get-CMCollection</strong> Cmdlet 來取得名稱開頭為 <code>All</code>的所有集合。 此查詢的結果將包含所有內建集合，例如 <strong>[所有系統</strong> ] 和 [ <strong>所有使用者]</strong>。 然後，它會將這些結果傳遞至 <strong>Get-CMCollectionEvaluationStatus</strong> Cmdlet，以取得其完整評估狀態，但前提是它們有任何最近的成員變更。 然後，它會使用 <strong>Select-Object</strong> Cmdlet 只顯示集合的名稱、完成評估所花費的毫秒數，以及變更的成員數目。 根據預設，輸出會顯示為數據表。</p>\n","title":"範例 2：顯示最近變更之內建集合的完整評估摘要"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.ManagementProvider.IResultObject</span>\n"}],"links":[{"href":"get-cmcollectionfullevaluationstatus","text":"Get-CMCollectionFullEvaluationStatus"},{"href":"get-cmcollectionincrementalevaluationstatus","text":"Get-CMCollectionIncrementalEvaluationStatus"},{"href":"get-cmcollectioninfofromevaluationqueue","text":"Get-CMCollectionInfoFromEvaluationQueue"},{"href":"get-cmcollectioninfofromfullevaluationqueue","text":"Get-CMCollectionInfoFromFullEvaluationQueue"},{"href":"get-cmcollectioninfofromincrementalevaluationqueue","text":"Get-CMCollectionInfoFromIncrementalEvaluationQueue"},{"href":"get-cmcollectioninfofrommanualevaluationqueue","text":"Get-CMCollectionInfoFromManualEvaluationQueue"},{"href":"get-cmcollectioninfofromnewevaluationqueue","text":"Get-CMCollectionInfoFromNewEvaluationQueue"},{"href":"/mem/configmgr/core/clients/manage/collections/collection-evaluation-view","text":"如何檢視集合評估"},{"href":"/mem/configmgr/core/clients/manage/collections/collection-evaluation","text":"Configuration Manager 中的集合評估"}],"module":"ConfigurationManager","name":"Get-CMCollectionEvaluationStatus","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">IResultObject[]</span>\n"},{"description":"","name":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"description":"","name":"<span class=\"no-loc xref\">IResultObject[]</span>\n"},{"description":"","name":"<span class=\"no-loc xref\">IResultObject</span>\n"}],"parameters":[{"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":"","defaultValue":"None","description":"<p>指定要取得狀態的評估類型， <code>Full</code> 或 <code>Incremental</code>。 如需詳細資訊，請參閱 <a href=\"/mem/configmgr/core/clients/manage/collections/collection-evaluation\">Configuration Manager 中的集合評估</a>。</p>\n","isRequired":true,"name":"EvaluationTypeOption","parameterValueGroup":"Full, Incremental","position":"Named","type":"<span class=\"no-loc xref\">EvaluationType</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":"CollectionId","defaultValue":"None","description":"<p>指定要查詢之集合的識別碼。 例如，<code>&quot;SMS00002&quot;</code>。</p>\n","isRequired":true,"name":"Id","parameterValueGroup":"","position":"0","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"Collection","defaultValue":"None","description":"<p>指定要查詢的集合物件。 若要取得此物件，請使用 <a href=\"get-cmcollection\">Get-CMCollection</a> Cmdlet。</p>\n","isRequired":true,"name":"InputObject","parameterValueGroup":"","pipelineInput":true,"position":"0","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>將此參數設定為 <code>$true</code> ，以將結果篩選為成員資格最近變更的集合。 換句話說， <strong>MemberChanges</strong> 屬性不是 <code>0</code>。</p>\n","name":"IsMemberChanged","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"CollectionName","defaultValue":"None","description":"<p>指定要查詢的集合名稱。 例如，<code>&quot;All Users&quot;</code>。</p>\n","name":"Name","parameterValueGroup":"","position":"0","type":"<span class=\"no-loc xref\">String</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>取得集合評估的狀態。</p>\n","syntaxes":["Get-CMCollectionEvaluationStatus [-IsMemberChanged <Boolean>] -EvaluationTypeOption <EvaluationType>\n [[-Name] <String>] [-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]","Get-CMCollectionEvaluationStatus [-IsMemberChanged <Boolean>] -EvaluationTypeOption <EvaluationType>\n [-Id] <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]","Get-CMCollectionEvaluationStatus [-IsMemberChanged <Boolean>] -EvaluationTypeOption <EvaluationType>\n [-InputObject] <IResultObject> [-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]"],"uid":"ConfigurationManager.Get-CMCollectionEvaluationStatus","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/Get-CMCollectionEvaluationStatus.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/get-cmcollectionevaluationstatus","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Get-CMCollectionEvaluationStatus","schemaType":"PowershellCmdlet","summary":"<p>取得集合評估的狀態。</p>\n","uid":"ConfigurationManager.Get-CMCollectionEvaluationStatus"}],"canonical_url":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/get-cmcollectionevaluationstatus?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/get-cmcollectionevaluationstatus?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>取得集合評估的狀態。 如需詳細資訊，請 <a href=&quot;/mem/configmgr/core/clients/manage/collections/collection-evaluation-view&quot;>參閱如何檢視集合評估</a>。</p>\n<div class=&quot;TIP&quot;>\n<p>提示</p>\n<p>集合評估程式會在主要站臺上進行，而不是在管理中心網站 (CAS) 上進行。 連線到主要月臺時，請使用此 Cmdlet。</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/Get-CMCollectionEvaluationStatus.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=\"Get-CMCollectionEvaluationStatus\" />\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=\"Get-CMCollectionEvaluationStatus [-IsMemberChanged <Boolean>] -EvaluationTypeOption <EvaluationType>\n [[-Name] <String>] [-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Get-CMCollectionEvaluationStatus [-IsMemberChanged <Boolean>] -EvaluationTypeOption <EvaluationType>\n [-Id] <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Get-CMCollectionEvaluationStatus [-IsMemberChanged <Boolean>] -EvaluationTypeOption <EvaluationType>\n [-InputObject] <IResultObject> [-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.Get-CMCollectionEvaluationStatus\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}