Invoke ADCUnsetFeoaction - j81blog/J81.ADCToolkit GitHub Wiki
Unset Front configuration Object.
Invoke-ADCUnsetFeoaction [[-Name] <String>] [[-pageextendcache] <Boolean>] [[-imgshrinktoattrib] <Boolean>]
[[-imggiftopng] <Boolean>] [[-imgtowebp] <Boolean>] [[-imgtojpegxr] <Boolean>] [[-imginline] <Boolean>]
[[-cssimginline] <Boolean>] [[-jpgoptimize] <Boolean>] [[-imglazyload] <Boolean>] [[-cssminify] <Boolean>]
[[-cssinline] <Boolean>] [[-csscombine] <Boolean>] [[-convertimporttolink] <Boolean>] [[-jsminify] <Boolean>]
[[-jsinline] <Boolean>] [[-htmlminify] <Boolean>] [[-cssmovetohead] <Boolean>] [[-jsmovetoend] <Boolean>]
[[-clientsidemeasurements] <Boolean>] [[-domainsharding] <Boolean>] [-WhatIf] [-Confirm] [<CommonParameters>]
Configuration for Front end optimization action resource.
Invoke-ADCUnsetFeoaction -name <string>
An example how to unset feoaction configuration Object(s).
The name of the front end optimization action.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseExtend the time period during which the browser can use the cached resource.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseShrink image dimensions as per the height and width attributes specified in the <img> tag.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseConvert GIF image formats to PNG formats.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseConvert JPEG, GIF, PNG image formats to WEBP format.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 6
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseConvert JPEG, GIF, PNG image formats to JXR format.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 7
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseInline images whose size is less than 2KB.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 8
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseInline small images (less than 2KB) referred within CSS files as background-URLs.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 9
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseRemove non-image data such as comments from JPEG images.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 10
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseDownload images, only when the user scrolls the page to view them.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 11
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseRemove comments and whitespaces from CSSs.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 12
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseInline CSS files, whose size is less than 2KB, within the main page.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 13
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseCombine one or more CSS files into one file.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 14
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseConvert CSS import statements to HTML link tags.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 15
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseRemove comments and whitespaces from JavaScript.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 16
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseConvert linked JavaScript files (less than 2KB) to inline JavaScript files.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 17
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseRemove comments and whitespaces from an HTML page.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 18
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseMove any CSS file present within the body tag of an HTML page to the head tag.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 19
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseMove any JavaScript present in the body tag to the end of the body tag.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 20
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseSend AppFlow records about the web pages optimized by this action. The records provide FEO statistics, such as the number of HTTP requests that have been reduced for this page. You must enable the Appflow feature before enabling this parameter.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 21
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseDomain name of the server.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 22
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseShows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalsePrompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
File Name : Invoke-ADCUnsetFeoaction Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/feo/feoaction Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.