Get-NMMImageTemplate¶
Lists image templates for an account.
Syntax¶
Description¶
The Get-NMMImageTemplate cmdlet retrieves available image templates that can be used to create new desktop images.
Parameters¶
-AccountId¶
The NMM account ID.
| Type | Int32 |
| Required | True |
| Pipeline Input | True (ByPropertyName) |
| Aliases | id |
Examples¶
Example 1: Get image templates¶
Example 2: Pipeline usage¶
Outputs¶
PSCustomObject[]
| Property | Type | Description |
|---|---|---|
| id | Int32 | Template ID |
| name | String | Template name |
| osType | String | Windows 10, Windows 11 |
| publisher | String | Image publisher |
| sku | String | Image SKU |
| version | String | Image version |