Get-NMMWorkspace¶
Gets AVD workspaces for an account.
Syntax¶
Description¶
The Get-NMMWorkspace cmdlet retrieves Azure Virtual Desktop workspaces for an NMM account.
Parameters¶
-AccountId¶
The NMM account ID.
| Type | Int32 |
| Required | True |
| Pipeline Input | True (ByPropertyName) |
| Aliases | id |
Examples¶
Example 1: Get workspaces¶
Example 2: Pipeline from accounts¶
Outputs¶
PSCustomObject[]
| Property | Type | Description |
|---|---|---|
| id | String | Workspace resource ID |
| name | String | Workspace name |
| resourceGroup | String | Azure resource group |
| friendlyName | String | Display name |
| applicationGroups | String[] | Associated app groups |