共用方式為


Remove-AipServiceSuperUser

從 Azure 資訊保護移除進階使用者。

語法

Default (預設值)

Remove-AipServiceSuperUser
    -EmailAddress <String>
    [<CommonParameters>]

Description

Remove-AipServiceSuperUser Cmdlet 會從個別授與貴組織進階使用者許可權的使用者清單中移除使用者。

此 Cmdlet 不會使用 set-AipServiceSuperUserGroup Cmdlet,從指派進階用戶許可權的群組中移除該群組或使用者。

如需進階使用者的詳細資訊,請參閱 Get-AipServiceSuperUser Cmdlet。

您必須使用PowerShell來設定進階使用者;您無法使用管理入口網站來執行此設定。

範例

範例 1:移除進階使用者

PS C:\>Remove-AipServiceSuperUser -EmailAddress "EvanNarvaez@Contoso.com"

此命令會藉由指定該使用者的電子郵件位址,從 Azure 資訊保護移除個別指定的進階使用者。

參數

-EmailAddress

指定使用者或群組的電子郵件位址。

Cmdlet 會移除您所指定電子郵件地址所識別的使用者或群組。

參數屬性

類型:String
預設值:None
支援萬用字元:False
不要顯示:False

參數集

(All)
Position:Named
必要:True
來自管線的值:True
來自管線按屬性名稱的值:True
來自剩餘引數的值:False

CommonParameters

此 Cmdlet 支援一般參數:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 如需詳細資訊,請參閱 about_CommonParameters