Get-SCUserRolePermission
取得使用者角色許可權實例。
語法
Get-SCUserRolePermission
[-VMMServer <ServerConnection>]
[[-UserRole] <SelfServiceUserRole>]
[-Cloud <Cloud>]
[-HostGroup <HostGroup>]
[-OnBehalfOfUser <String>]
[-OnBehalfOfUserRole <UserRole>]
[<CommonParameters>]
Description
Get-SCUserRolePermission Cmdlet 會取得使用者角色許可權實例。
參數
-Cloud
指定此 Cmdlet 取得使用者角色許可權物件的私人雲端物件。
類型: | Cloud |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-HostGroup
指定此 Cmdlet 取得使用者角色許可權物件的主機群組物件。
類型: | HostGroup |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-OnBehalfOfUser
指定用戶名稱。 這個 Cmdlet 代表此參數指定的用戶運作。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-OnBehalfOfUserRole
指定使用者角色。 若要取得使用者角色,請使用 Get-SCUserRole Cmdlet。 這個 Cmdlet 代表此參數指定的使用者角色運作。
類型: | UserRole |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-UserRole
指定使用者角色,此 Cmdlet 會取得許可權物件。
類型: | SelfServiceUserRole |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-VMMServer
指定這個 Cmdlet 取得使用者角色的 VMM 伺服器。
類型: | ServerConnection |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
輸出
UserRolePermission[]
此 Cmdlet 會傳回 UserRolePermission 物件的陣列。