Get-RASImageOptimizationPredefined

NAME

Get-RASImageOptimizationPredefined

SYNOPSIS

Retrieves the List of Predefined Components/Services/Tasks.

SYNTAX

Get-RASImageOptimizationPredefined -Type {RDSHost | RDS | VDI} -WindowsComponent <SwitchParameter> [<CommonParameters>] Get-RASImageOptimizationPredefined -Type {RDSHost | RDS | VDI} -WindowsScheduledTask <SwitchParameter> [<CommonParameters>] Get-RASImageOptimizationPredefined -Type {RDSHost | RDS | VDI} -WindowsService <SwitchParameter> [<CommonParameters>]

DESCRIPTION

Retrieves the List of Predefined Components/Services/Tasks.

PARAMETERS

-Type <PredefinedServerObjType> Specifies the Server object type. Possible values: RDSHost, RDS, VDI

        Required?                    true
        Position?                    named
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

-WindowsComponent <SwitchParameter> Windows Component switch parameter.

-WindowsScheduledTask <SwitchParameter> Windows Scheduled Task switch parameter.

-WindowsService <SwitchParameter> Windows Service swtich parameter.

<CommonParameters>

INPUTS

-none-

OUTPUTS

PredefinedComponent[]

EXAMPLES

---------- EXAMPLE 1 ---------- Get-RASImageOptimizationPredefines -Id 30 -ObjType RDS Retrieves the List of Predefined Components/Services/Tasks.

Last updated