Get-AzLabServicesUser
Returns the properties of a lab user.
Syntax
Get-AzLabServicesUser
[-SubscriptionId <String[]>]
-ResourceId <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzLabServicesUser
-LabName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-Filter <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzLabServicesUser
-LabName <String>
-Name <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzLabServicesUser
[-Name <String>]
[-SubscriptionId <String[]>]
-Lab <Lab>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Returns the properties of a lab user.
Examples
Example 1: Get all users for a lab.
Get-AzLabServicesUser -LabName "Lab Name" -ResourceGroupName "Group Name"
Name
----
testuser
Gets all the users for a lab.
Example 2: Get user using name
Get-AzLabServicesUser -LabName "Lab Name" -ResourceGroupName "Group Name" -Name "testuser"
Name
----
testuser
Gets a specific user from the lab.
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Filter
The filter to apply to the operation.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Lab
To construct, see NOTES section for LAB properties and create a hash table.
Type: | Lab |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-LabName
The name of the lab that uniquely identifies it within containing lab account. Used in resource URIs.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
The name of the user that uniquely identifies it within containing lab. Used in resource URIs.
Type: | String |
Aliases: | UserName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
The name of the resource group. The name is case insensitive.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceId
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The ID of the target subscription.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Outputs
Azure PowerShell