Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 507 Bytes

DisablePnPResponsiveUI.md

File metadata and controls

19 lines (16 loc) · 507 Bytes

#Disable-PnPResponsiveUI Disables the PnP Responsive UI implementation on a classic SharePoint Site ##Syntax

Disable-PnPResponsiveUI [-Web <WebPipeBind>]

##Parameters

Parameter Type Required Description
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.
##Examples

###Example 1

PS:> Disable-PnPResponsiveUI

If enabled previously, this will remove the PnP Responsive UI from a site.