{"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-25T22:52:51.7849936Z"},"_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/ja-jp/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":"ja-jp","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"12/21/2020","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/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-06-25 10:52 PM","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) ではなく、プライマリ サイトで行われます。 プライマリ サイトに接続する場合は、このコマンドレットを使用します。</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> コマンドレットを使用して、完全な評価時間が 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> コマンドレットを使用して、名前が <code>All</code> で始まるすべてのコレクションを取得します。 このクエリの結果には、 <strong>すべてのシステム</strong> やすべてのユーザーなど、すべての組み込みコレクションが含 <strong>まれます</strong>。 その後、これらの結果を <strong>Get-CMCollectionEvaluationStatus</strong> コマンドレットに渡して、最新のメンバーが変更された場合にのみ、完全な評価状態を取得します。 次に <strong>、Select-Object</strong> コマンドレットを使用して、コレクションの名前、完全な評価にかかったミリ秒、および変更されたメンバーの数のみを表示します。 既定では、出力はテーブルとして表示されます。</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>このパラメーターは、ワイルドカード文字をリテラル文字の値として扱います。 \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>状態を取得する評価の種類 ( <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>このパラメーターはワイルドカード文字を処理し、予期しない動作が発生する可能性があります (推奨されません)。 \n              <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>クエリを実行するコレクションの ID を指定します。 たとえば、「 <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> 使用します。</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":"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/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/ja-jp/powershell/module/configurationmanager/get-cmcollectionevaluationstatus?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ja-jp/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) ではなく、プライマリ サイトで行われます。 プライマリ サイトに接続する場合は、このコマンドレットを使用します。</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=\"ja-jp\" />\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/"}