Get-ADPermission

 

适用于: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1

上一次修改主题: 2007-06-28

使用 Get-ADPermission cmdlet 来获得 Active Directory 对象的权限。

语法

Get-ADPermission -Identity <ADRawEntryIdParameter> [-DomainController <Fqdn>] [-User <SecurityPrincipalIdParameter>]

Get-ADPermission -Identity <ADRawEntryIdParameter> [-DomainController <Fqdn>] [-Owner <SwitchParameter>]

详细说明

该 cmdlet 允许您为 Active Directory 对象检索权限设置。

若要运行 Get-ADPermission cmdlet,必须为您使用的帐户委派以下角色:

  • 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 cmdlet。

Get-ADpermission -Identity  Ted | Format-List