Get-SCSPFTenantUserRole
取得一或多個租使用者使用者角色。
Syntax
Get-SCSpfTenantUserRole []
Get-SCSPFTenantUserRole
[-Tenant] <Tenant>
[[-Name] <String[]>]
[<CommonParameters>]
Get-SCSPFTenantUserRole
[-ID] <Guid[]>
[<CommonParameters>]
Description
Get-SCSPFTenantUserRole Cmdlet 會在 Service Provider Foundation 中取得一或多個租使用者使用者角色。 若要為租使用者建立新的使用者角色,請使用 New-SCSPFTenantUserRole Cmdlet。
範例
範例 1:取得所有租使用者使用者角色
PS C:\>Get-SCSPFTenantUserRole
此命令會取得所有租使用者使用者角色。
範例 2:依識別碼取得租使用者使用者角色
PS C:\>$TenantUserRoles = Get-SCSPFTenantUserRole -ID e6f9f901-2883-4478-a64e-00c58a423516
此命令會依其識別碼取得租使用者使用者角色。
範例 3:取得與租使用者相關聯的租使用者使用者角色
PS C:\>$Tenant = Get-SCSPFTenant -Name "Contoso"
PS C:\> $TenantUserRoles = Get-SCSPFTenantUserRole -Tenant $Tenant
第一個命令會取得租使用者。
第二個命令會取得與租使用者相關聯的租使用者使用者角色。
參數
-ID
指定特定物件的一或多個 GUID。
Type: | System.Guid[] |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
指定一或多個租使用者使用者角色的名稱。
Type: | System.String[] |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Tenant
指定此 Cmdlet 傳回相關聯租使用者使用者角色的租使用者。 若要取得租使用者,請使用 Get-SCSPFTenant Cmdlet。
Type: | Microsoft.SystemCenter.Foundation.SPFData.Types.Tenant |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
輸入
Microsoft.SystemCenter.Foundation.SPFData.Types.Tenant
System.String[]
System.Guid[]
輸出
System.Object