For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-RASImageOptimizationPredefined

NAME

Get-RASImageOptimizationPredefined

SYNOPSIS

Retrieves the List of Predefined Components/Services/Tasks.

SYNTAX

Get-RASImageOptimizationPredefined -Type {RDSHost | VDI} -WindowsComponent (SwitchParameter) [(CommonParameters)] **

Get-RASImageOptimizationPredefined -Type {RDSHost | VDI} -WindowsScheduledTask (SwitchParameter) [(CommonParameters)] **

Get-RASImageOptimizationPredefined -Type {RDSHost | VDI} -WindowsService (SwitchParameter) [(CommonParameters)] **

DESCRIPTION

Retrieves the List of Predefined Components/Services/Tasks.

PARAMETERS

Specifies the Server object type.

Possible values: RDSHost, VDI

WindowsComponent (SwitchParameter)

Windows Component switch parameter.

WindowsScheduledTask (SwitchParameter)

Windows Scheduled Task switch parameter.

WindowsService (SwitchParameter)

Windows Service swtich parameter.

(CommonParameters)

INPUTS

-none-

OUTPUTS

PredefinedComponent

---------- EXAMPLE 1 ----------

Get-RASImageOptimizationPredefines -Id 30 -ObjType RDS

Retrieves the List of Predefined Components/Services/Tasks.

-none-

Last updated