Remove-RASImageOptimizationWindowsComponent

NAME

Remove-RASImageOptimizationWindowsComponent

SYNOPSIS

Removes Windows Custom Component property from the list

SYNTAX

Remove-RASImageOptimizationWindowsComponent -DefObjTypearrow-up-right {RDSDef | VDIDef | AVDSingleSessionDefaultSettings | AVDMultiSessionDefaultSettings | VDIGuestDef} [-ComponentNamearrow-up-right <string>] [-SiteIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>] Remove-RASImageOptimizationWindowsComponent [-Idarrow-up-right] <uint> -ObjTypearrow-up-right {RDSHost | RDS | VDIHostPool | AVDHostPool | RDSTemplate | VDITemplate | AVDTemplate} [-ComponentNamearrow-up-right <string>] [<CommonParametersarrow-up-right>] Remove-RASImageOptimizationWindowsComponent [-InputObjectarrow-up-right] <RASSerilazableObjarrow-up-right> [-ComponentNamearrow-up-right <string>] [<CommonParametersarrow-up-right>] Remove-RASImageOptimizationWindowsComponent [-Namearrow-up-right] <string> [[-SiteIdarrow-up-right] <uint>] -ObjTypearrow-up-right {RDSHost | RDS | VDIHostPool | AVDHostPool | RDSTemplate | VDITemplate | AVDTemplate} [-ComponentNamearrow-up-right <string>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Removes Windows Custom Component property from the list

PARAMETERS

-ComponentName <string>

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

-Name <string> The name or server for which to modify the Image Optimization settings.

-SiteId <uint> Site ID from which to modify the Image Optimization settings. If the parameter is omitted, the Licensing Server site ID will be used.

-Id <uint> The ID of a server for which to modify the Image Optimization settings.

-InputObject <RASSerilazableObjarrow-up-right> An object of type RDS, VDITemplate or VDIDesktop for which to modify the Image Optimization settings.

-ObjType <OptimizationServerObjTypearrow-up-right> The Object Type for which to modify the Image Optimization settings. Possible values: RDSHost, RDS, VDIHostPool, AVDHostPool, RDSTemplate, VDITemplate, AVDTemplate

-DefObjType <ServerDefObjTypearrow-up-right> The Default Object Type for which to modify the Image Optimization settings. Possible values: RDSDef, VDIDef, AVDSingleSessionDefaultSettings, AVDMultiSessionDefaultSettings, VDIGuestDef

<CommonParameters>

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ---------- Remove-RASImageOptimizationWindowsComponent -Id 30 -ObjType RDS -DisplayName Name Removes the Windows Custom Component Task to the object type RDS.

Last updated