Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 799 Bytes

RemovePnPPublishingImageRendition.md

File metadata and controls

23 lines (19 loc) · 799 Bytes

#Remove-PnPPublishingImageRendition Removes an existing image rendition ##Syntax

Remove-PnPPublishingImageRendition -Identity <ImageRenditionPipeBind>
                                   [-Force [<SwitchParameter>]]
                                   [-Web <WebPipeBind>]

##Parameters

Parameter Type Required Description
Identity ImageRenditionPipeBind True The display name or id of the Image Rendition.
Force SwitchParameter False If provided, no confirmation will be asked to remove the Image Rendition.
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.
##Examples

###Example 1

PS:> Remove-PnPPublishingImageRendition -Name "MyImageRendition" -Width 800 -Height 600