Table of Contents

Remove-PnPPublishingImageRendition

SYNOPSIS

Removes an existing image rendition

SYNTAX

Remove-PnPPublishingImageRendition [-Identity] <ImageRenditionPipeBind> [-Force] 
 [-Connection <PnPConnection>] 

DESCRIPTION

Allows to remove an existing image rendition.

EXAMPLES

EXAMPLE 1

Remove-PnPPublishingImageRendition -Name "MyImageRendition" -Width 800 -Height 600

PARAMETERS

-Connection

Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

Type: PnPConnection
Parameter Sets: (All)

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Force

If provided, no confirmation will be asked to remove the Image Rendition.

Type: SwitchParameter
Parameter Sets: (All)

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Identity

The display name or id of the Image Rendition.

Type: ImageRenditionPipeBind
Parameter Sets: (All)

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

Microsoft 365 Patterns and Practices