Remove-AipServiceSuperUser
Removes a super user from Azure Information Protection.
语法
Default (默认值)
Remove-AipServiceSuperUser
-EmailAddress <String>
[<CommonParameters>]
说明
The Remove-AipServiceSuperUser cmdlet removes a user from the list of users who are individually granted super user privileges for your organization.
This cmdlet does not remove a group or a user from that a group that is assigned super user privileges by using the Set-AipServiceSuperUserGroup cmdlet.
For more information about super users, see the Get-AipServiceSuperUser cmdlet.
You must use PowerShell to configure super users; you cannot do this configuration by using a management portal.
示例
Example 1: Remove a super user
PS C:\>Remove-AipServiceSuperUser -EmailAddress "EvanNarvaez@Contoso.com"
This command removes an individually specified super user from Azure Information Protection by specifying that user's email address.
参数
-EmailAddress
Specifies the email address of a user or group.
The cmdlet removes the user or group identified by the email address that you specify.
参数属性
类型: | String |
默认值: | None |
支持通配符: | False |
不显示: | False |
参数集
(All)
Position: | Named |
必需: | True |
来自管道的值: | True |
来自管道的值(按属性名称): | True |
来自剩余参数的值: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.