{"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:11.1407588Z"},"_path":"module/configurationmanager/get-cmcollectiondependent.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-cmcollectiondependent?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/Get-CMCollectionDependent.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"204928d6-383a-3ce4-9a8d-758cfc688315","document_version_independent_id":"b236a034-0959-a525-b12d-17774f9e0404","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-CMCollectionDependent.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-CMCollectionDependent.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/Get-CMCollectionDependent.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-cmcollectiondependent","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Get-CMCollectionDependent","schemaType":"PowershellCmdlet","summary":"<p>取得集合的相依關聯性。</p>\n","uid":"ConfigurationManager.Get-CMCollectionDependent"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.Get-CMCollectionDependent":{"href":"get-cmcollectiondependent","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Get-CMCollectionDependent","schemaType":"PowershellCmdlet","summary":"<p>取得集合的相依關聯性。</p>\n","uid":"ConfigurationManager.Get-CMCollectionDependent"}},"description":"<p>此 Cmdlet 會取得目標集合的相依關聯性。 目標集合是一或多個其他集合的限制集合。</p>\n<p>如需詳細資訊，請 <a href=\"/mem/configmgr/core/clients/manage/collections/manage-collections#view-collection-relationships\">參閱檢視集合關聯性</a>。</p>\n","examples":[{"code":"Get-CMCollection -Name \"All Users\" | Get-CMCollectionDependent","description":"","summary":"","title":"範例 1：依管線物件取得集合關聯性"},{"code":"Get-CMCollectionDependent -Id \"SMS00002\"","description":"","summary":"<p>此範例的功能與第一個範例相同，其中內建的 <strong>All Users</strong> 集合通常具有 <strong>標識碼SMS00002</strong>。</p>\n","title":"範例 2：依標識符取得集合關聯性"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.ManagementProvider.IResultObject</span>\n"}],"links":[{"href":"get-cmcollectiondependency","text":"Get-CMCollectionDependency"},{"href":"/mem/configmgr/core/clients/manage/collections/manage-collections#view-collection-relationships","text":"檢視集合關聯性"}],"module":"ConfigurationManager","name":"Get-CMCollectionDependent","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">System.Object</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>此參數會處理通配符，並可能導致非預期的行為 (不建議) 。 您無法將其與 <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":"Named","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":"Named","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"CollectionName","defaultValue":"None","description":"<p>指定要查詢的集合名稱。 例如，<code>&quot;All Users&quot;</code>。</p>\n","isRequired":true,"name":"Name","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>取得集合的相依關聯性。</p>\n","syntaxes":["Get-CMCollectionDependent -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling]\n [<CommonParameters>]","Get-CMCollectionDependent -Id <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]","Get-CMCollectionDependent -InputObject <IResultObject> [-DisableWildcardHandling] [-ForceWildcardHandling]\n [<CommonParameters>]"],"uid":"ConfigurationManager.Get-CMCollectionDependent","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-CMCollectionDependent.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/get-cmcollectiondependent","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Get-CMCollectionDependent","schemaType":"PowershellCmdlet","summary":"<p>取得集合的相依關聯性。</p>\n","uid":"ConfigurationManager.Get-CMCollectionDependent"}],"canonical_url":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/get-cmcollectiondependent?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/get-cmcollectiondependent?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>此 Cmdlet 會取得目標集合的相依關聯性。 目標集合是一或多個其他集合的限制集合。</p>\n<p>如需詳細資訊，請 <a href=&quot;/mem/configmgr/core/clients/manage/collections/manage-collections#view-collection-relationships&quot;>參閱檢視集合關聯性</a>。</p>\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-CMCollectionDependent.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-CMCollectionDependent\" />\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-CMCollectionDependent -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling]\n [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Get-CMCollectionDependent -Id <String> [-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Get-CMCollectionDependent -InputObject <IResultObject> [-DisableWildcardHandling] [-ForceWildcardHandling]\n [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.Get-CMCollectionDependent\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}