{"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"},{"display_name":"Dan Mabee","id":"40476441","name":"damabe","profile_url":"https://github.com/damabe"},{"display_name":"sankethka","id":"16908144","name":"sankethka","profile_url":"https://github.com/sankethka"}],"update_at":"2026/6/25","updated_at_date_time":"2026-06-25T22:47:54.9281292Z"},"_path":"module/configurationmanager/get-cmadministrativeuser.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-cmadministrativeuser?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/Get-CMAdministrativeUser.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"718f9d0e-a899-6ef0-d678-e6ec7bf79344","document_version_independent_id":"693d54df-cbb7-dbb3-46f6-11ef003c5adb","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":"0eebe140da8d33091d6703e03cf0d5da3ec90ad8","gitcommit":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/0eebe140da8d33091d6703e03cf0d5da3ec90ad8/sccm-ps/ConfigurationManager/Get-CMAdministrativeUser.md","github_contributors":["aczechowski","damabe","sankethka"],"locale":"zh-tw","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"12/21/2021","ms.service":"configuration-manager","ms.subservice":"other","ms.topic":"reference","open_to_public_contributors":true,"original_content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/live/sccm-ps/ConfigurationManager/Get-CMAdministrativeUser.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/Get-CMAdministrativeUser.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/f1499c3b-793f-48c3-a9ce-20285bcc6541"],"site_name":"Docs","title":"Get-CMAdministrativeUser","titleSuffix":"Configuration Manager","uhfHeaderId":"MSDocsHeader-Powershell","updated_at":"2026-06-25 10:47 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/get-cmadministrativeuser","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Get-CMAdministrativeUser","schemaType":"PowershellCmdlet","summary":"<p>取得系統管理使用者。</p>\n","uid":"ConfigurationManager.Get-CMAdministrativeUser"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.Get-CMAdministrativeUser":{"href":"get-cmadministrativeuser","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Get-CMAdministrativeUser","schemaType":"PowershellCmdlet","summary":"<p>取得系統管理使用者。</p>\n","uid":"ConfigurationManager.Get-CMAdministrativeUser"}},"description":"<p>使用此 Cmdlet 在 Configuration Manager 中取得一或多個系統管理使用者。 系統管理使用者具有一組已定義的許可權，而且可以是一或多個範圍或角色的成員。 Configuration Manager 中的 <em>系統管理用戶</em> 會定義本機或網域使用者或群組。 如需安全性角色的詳細資訊，請參閱 Configuration <a href=\"/mem/configmgr/core/understand/fundamentals-of-role-based-administration\">Manager 中以角色為基礎的系統管理基本概念</a>。</p>\n<div class=\"NOTE\">\n<p>注意事項</p>\n<p>從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet，例如 <code>PS XYZ:\\&gt;</code>。 如需詳細資訊，請 <a href=\"/powershell/sccm/overview\">參閱開始使用</a>。</p>\n</div>\n","examples":[{"code":"Get-CMAdministrativeUser | Select-Object LogonName, RoleNames, CategoryNames, CollectionNames","description":"","summary":"<p>此命令會取得所有系統管理使用者。 它會將輸出顯示為數據表，其中顯示 <strong>LogonName</strong>)  (帳戶名稱、 <strong>RoleNames</strong>)  (安全性角色、 <strong>CategoryNames</strong>)  (安全性範圍，以及 <strong>CollectionNames</strong>)  (集合。</p>\n","title":"範例 1：取得所有系統管理使用者"},{"code":"Get-CMAdministrativeUser -Name \"Contoso\\jqpublic\"","description":"","summary":"<p>此命令會取得名為 <strong>jqpublic 的</strong>系統管理使用者。</p>\n","title":"範例 2：依名稱取得系統管理使用者"},{"code":"Get-CMAdministrativeUser | Where-Object { $_.CategoryNames -contains \"Default\" } | Select-Object LogonName","description":"","summary":"<p>此命令會取得具有 <strong>預設</strong> 範圍的所有系統管理使用者，並顯示帳戶名稱。</p>\n","title":"範例 3：取得具有特定範圍的所有使用者"},{"code":"Get-CMAdministrativeUser -RoleName \"Full Administrator\" | Select-Object LogonName","description":"","summary":"<p>此命令會取得具有 <strong>系統高許可權管理員</strong> 角色的所有系統管理使用者，並顯示帳戶名稱。</p>\n","title":"範例 4：取得具有特定角色的所有使用者"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">None</span>\n"}],"links":[{"href":"new-cmadministrativeuser","text":"New-CMAdministrativeUser"},{"href":"remove-cmadministrativeuser","text":"Remove-CMAdministrativeUser"},{"href":"new-cmadministrativeuserpermission","text":"New-CMAdministrativeUserPermission"},{"href":"/mem/configmgr/core/servers/deploy/configure/configure-role-based-administration#automate-with-windows-power-shell","text":"使用 Windows PowerShell 自動化角色型管理"}],"module":"ConfigurationManager","name":"Get-CMAdministrativeUser","notes":"<p>如需此傳回物件及其屬性的詳細資訊，請 <a href=\"/mem/configmgr/develop/reference/core/servers/configure/sms_admin-server-wmi-class\">參閱SMS_Admin伺服器 WMI 類別</a>。</p>\n","outputs":[{"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>此參數會處理通配符，並可能導致非預期的行為 (不建議) 。 您無法將其與 <strong>DisableWildcardHandling</strong> 結合。</p>\n","name":"ForceWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"AdminId","defaultValue":"None","description":"<p>指定要取得之系統管理用戶的識別碼。 這個值是 <code>AdminID</code> 屬性。 它是整數值，例如 <code>16777234</code>。</p>\n","isRequired":true,"name":"Id","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"acceptWildcardCharacters":true,"aliases":"DisplayName, LogonName, UserName","defaultValue":"None","description":"<p>指定要取得的系統管理用戶名稱。 例如， <code>domain\\username</code> 或 <code>domain\\groupname</code></p>\n<p>您可以使用通配符：</p>\n<ul>\n<li>\n              <code>*</code>：多個字元</li>\n<li>\n              <code>?</code>：單一字元</li>\n</ul>\n","name":"Name","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"RoleNames","defaultValue":"None","description":"<p>指定安全性角色名稱的陣列。 此名稱可以是內建或自定義角色。 若要查看內建安全性角色的清單，請參閱 <a href=\"/mem/configmgr/core/understand/fundamentals-of-role-based-administration#security-roles\">安全性角色</a>。</p>\n","name":"RoleName","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"}],"schema":"PowershellCmdlet","summary":"<p>取得系統管理使用者。</p>\n","syntaxes":["Get-CMAdministrativeUser [-Name <String>] [-RoleName <String[]>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [<CommonParameters>]","Get-CMAdministrativeUser -Id <String> [-RoleName <String[]>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [<CommonParameters>]"],"uid":"ConfigurationManager.Get-CMAdministrativeUser","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-CMAdministrativeUser.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/get-cmadministrativeuser","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Get-CMAdministrativeUser","schemaType":"PowershellCmdlet","summary":"<p>取得系統管理使用者。</p>\n","uid":"ConfigurationManager.Get-CMAdministrativeUser"}],"canonical_url":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/get-cmadministrativeuser?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/get-cmadministrativeuser?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>使用此 Cmdlet 在 Configuration Manager 中取得一或多個系統管理使用者。 系統管理使用者具有一組已定義的許可權，而且可以是一或多個範圍或角色的成員。 Configuration Manager 中的 <em>系統管理用戶</em> 會定義本機或網域使用者或群組。 如需安全性角色的詳細資訊，請參閱 Configuration <a href=&quot;/mem/configmgr/core/understand/fundamentals-of-role-based-administration&quot;>Manager 中以角色為基礎的系統管理基本概念</a>。</p>\n<div class=&quot;NOTE&quot;>\n<p>注意事項</p>\n<p>從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet，例如 <code>PS XYZ:\\&amp;gt;</code>。 如需詳細資訊，請 <a href=&quot;/powershell/sccm/overview&quot;>參閱開始使用</a>。</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-CMAdministrativeUser.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-CMAdministrativeUser\" />\r\n<meta name=\"notes\" content=\"<p>如需此傳回物件及其屬性的詳細資訊，請 <a href=&quot;/mem/configmgr/develop/reference/core/servers/configure/sms_admin-server-wmi-class&quot;>參閱SMS_Admin伺服器 WMI 類別</a>。</p>\n\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>取得系統管理使用者。</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"Get-CMAdministrativeUser [-Name <String>] [-RoleName <String[]>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Get-CMAdministrativeUser -Id <String> [-RoleName <String[]>] [-DisableWildcardHandling]\n [-ForceWildcardHandling] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.Get-CMAdministrativeUser\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}