Get-ADPermission
適用版本: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1
上次修改主題的時間: 2007-06-28
使用 Get-ADPermission 指令程式,可以取得 Active Directory 物件的權限。
語法
Get-ADPermission -Identity <ADRawEntryIdParameter> [-DomainController <Fqdn>] [-User <SecurityPrincipalIdParameter>]
Get-ADPermission -Identity <ADRawEntryIdParameter> [-DomainController <Fqdn>] [-Owner <SwitchParameter>]
詳細描述
此指令程式可讓您擷取 Active Directory 物件的權限集。
若要執行 Get-ADPermission 指令程式,則必須將下列項目委派給您使用的帳戶:
- Exchange 僅檢視管理角色
如需管理 Exchange Server 2007 所需之權限、委派角色以及權利的相關資訊,請參閱權限考量。
參數
參數 | 必要 | 類型 | 描述 |
---|---|---|---|
Identity |
必要 |
Microsoft.Exchange.Configuration.Tasks.ADRawEntryIdParameter |
使用此參數可指定您要取得權限之物件的識別碼。 |
DomainController |
選用 |
Microsoft.Exchange.Data.Fqdn |
若要指定從 Active Directory 擷取資料之網域控制站的網域全名,請在命令中加入 DomainController 參數。 |
Owner |
選用 |
System.Management.Automation.SwitchParameter |
此參數指定該 Active Directory 物件的擁有者。 |
User |
選用 |
Microsoft.Exchange.Configuration.Tasks.SecurityPrincipalIdParameter |
此參數指定要新增權限的使用者物件。 |
輸入類型
傳回類型
錯誤
錯誤 | 描述 |
---|---|
例外狀況
例外狀況 | 描述 |
---|---|
範例
此範例顯示用來取得 Ted 之權限的 Get-ADPermission 指令程式。
Get-ADpermission -Identity Ted | Format-List
若要確保您目前閱讀的是最新資訊,並尋找其他的 Exchange Server 2007 說明文件,請造訪 Exchange Server 技術資源中心.