{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/ko-kr/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. 9. 1.","updated_at_date_time":"2026-09-01T11:39:04.6032765Z"},"_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/ko-kr/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":"ko-kr","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>컬렉션 평가의 상태를 가져옵니다.</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>이 매개 변수는 와일드카드 문자를 리터럴 문자 값으로 처리합니다. \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> 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":"ko-kr","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/ko-kr/powershell/module/configurationmanager/get-cmcollectionevaluationstatus?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ko-kr/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=\"ko-kr\" />\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/"}