{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/fr-fr/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":"01/09/2026","updated_at_date_time":"2026-09-01T11:39:03.7650695Z"},"_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/fr-fr/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","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":"fr-fr","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-09-01 11:39 AM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/get-cmcollectionevaluationstatus","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Get-CMCollectionEvaluationStatus","schemaType":"PowershellCmdlet","summary":"<p>Obtenir l’état de l’évaluation du regroupement.</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>Obtenir l’état de l’évaluation du regroupement.</p>\n","uid":"ConfigurationManager.Get-CMCollectionEvaluationStatus"}},"description":"<p>Obtenir l’état de l’évaluation du regroupement. Pour plus d’informations, consultez <a href=\"/mem/configmgr/core/clients/manage/collections/collection-evaluation-view\">Guide pratique pour afficher l’évaluation des regroupements</a>.</p>\n<div class=\"TIP\">\n<p>Conseil</p>\n<p>Le processus d’évaluation du regroupement se produit sur les sites principaux, et non sur le site d’administration centrale (CAS). Utilisez cette applet de commande quand vous êtes connecté à un site principal.</p>\n</div>\n","examples":[{"code":"Get-CMCollectionEvaluationStatus -EvaluationTypeOption Full | Where-Object Length -gt 5000","description":"","summary":"<p>Cet exemple utilise <strong>d’abord Get-CMCollectionEvaluationStatus</strong> pour obtenir l’état de l’évaluation complète de toutes les collections. Il utilise ensuite l’applet de commande <strong>Where-Object</strong> pour filtrer les résultats sur les collections où le temps d’évaluation complet était supérieur à cinq secondes (5 000 millisecondes).</p>\n","title":"Exemple 1 : Afficher l’état des regroupements avec une évaluation complète longue"},{"code":"Get-CMCollection -Name \"All*\" | Get-CMCollectionEvaluationStatus -EvaluationTypeOption Full -IsMemberChanged $True | Select-Object CollectionName, Length, MemberChanges","description":"","summary":"<p>Cet exemple utilise d’abord l’applet <strong>de commande Get-CMCollection</strong> pour obtenir toutes les collections dont le nom commence par <code>All</code>. Les résultats de cette requête incluent tous les regroupements intégrés tels que <strong>Tous les systèmes</strong> et <strong>Tous les utilisateurs</strong>. Il transmet ensuite ces résultats à l’applet de commande <strong>Get-CMCollectionEvaluationStatus</strong> pour obtenir leur état d’évaluation complet, uniquement s’il y a eu des modifications de membre récentes. Il utilise ensuite l’applet de commande <strong>Select-Object</strong> pour afficher uniquement le nom de la collection, le nombre de millisecondes d’évaluation complète effectuées et le nombre de membres modifiés. Par défaut, la sortie s’affiche sous la forme d’une table.</p>\n","title":"Exemple 2 : Afficher le résumé de l’évaluation complète sur les collections intégrées récemment modifiées"}],"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":"Comment afficher l’évaluation du regroupement"},{"href":"/mem/configmgr/core/clients/manage/collections/collection-evaluation","text":"Évaluation du regroupement dans 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>Ce paramètre traite les caractères génériques comme des valeurs de caractère littéral. Vous ne pouvez pas la combiner avec <strong>ForceWildcardHandling</strong>.</p>\n","name":"DisableWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Spécifiez le type d’évaluation pour lequel obtenir l’état, ou <code>Full</code><code>Incremental</code>. Pour plus d’informations, consultez <a href=\"/mem/configmgr/core/clients/manage/collections/collection-evaluation\">Évaluation de regroupement dans 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>Ce paramètre traite les caractères génériques et peut entraîner un comportement inattendu (non recommandé). Vous ne pouvez pas la combiner avec <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>Spécifiez l’ID d’une collection à interroger. Par exemple : <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>Spécifiez un objet de collection à interroger. Pour obtenir cet objet, utilisez l’applet <a href=\"get-cmcollection\">de commande 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>Définissez ce paramètre sur <code>$true</code> pour filtrer les résultats sur les collections dont l’appartenance a récemment changé. En d’autres termes, où l’attribut <strong>MemberChanges</strong> n’est pas <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>Spécifiez le nom d’une collection à interroger. Par exemple : <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>Obtenir l’état de l’évaluation du regroupement.</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":"fr-fr","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>Obtenir l’état de l’évaluation du regroupement.</p>\n","uid":"ConfigurationManager.Get-CMCollectionEvaluationStatus"}],"canonical_url":"https://learn.microsoft.com/fr-fr/powershell/module/configurationmanager/get-cmcollectionevaluationstatus?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/fr-fr/powershell/module/configurationmanager/get-cmcollectionevaluationstatus?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>Obtenir l’état de l’évaluation du regroupement. Pour plus d’informations, consultez <a href=&quot;/mem/configmgr/core/clients/manage/collections/collection-evaluation-view&quot;>Guide pratique pour afficher l’évaluation des regroupements</a>.</p>\n<div class=&quot;TIP&quot;>\n<p>Conseil</p>\n<p>Le processus d’évaluation du regroupement se produit sur les sites principaux, et non sur le site d’administration centrale (CAS). Utilisez cette applet de commande quand vous êtes connecté à un site principal.</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=\"fr-fr\" />\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>Obtenir l’état de l’évaluation du regroupement.</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/"}