Get-RASTemplateStatus
Last updated
Last updated
Get-RASTemplateStatus
Retrieves the status of a RAS Template.
Get-RASTemplateStatus [[-]** (uint)] - {RDSTemplate | VDITemplate | AVDTemplate} [()]
Get-RASTemplateStatus [[-] ()] - {RDSTemplate | VDITemplate | AVDTemplate} [()]
Get-RASTemplateStatus [[-]** (string)] [[-] (uint)] - {RDSTemplate | VDITemplate | AVDTemplate} [()]
Retrieves the status of a RAS Template.
The name of the VDI Template for which to retrieve the information.
The ID of the VDI Template. To obtain the ID, use the Get-Template cmdlet.
Site ID from which to retrieve the specified VDI Template status information.
If the parameter is omitted, the site ID of the Licensing Server will be used.
An object of type Template representing the VDI Template.
To obtain the object, use the Get-Template cmdlet.
Template object type.
Possible values: RDSTemplate, VDITemplate, AVDTemplate
(CommonParameters)
**---------- EXAMPLE 1 ----------
Get-RASTemplateStatus -ObjType VDITemplate -Name "My Template" | Format-List
Retrieves the status of the RAS VDI Template specified by name.
The Format-List cmdlet formats the display output to include all available properties. **---------- EXAMPLE 2 ----------
Get-RASTemplateStatus -ObjType VDITemplate -Id 2 | Format-List
Retrieve the status of the RAS VDI Template with ID 2.
The Format-List cmdlet formats the display output to include the complete list of the returned properties.