Table of Contents

Set-PnPAppSideLoading

SYNOPSIS

Enables the App SideLoading Feature on a site

SYNTAX

On

Set-PnPAppSideLoading [-On] [-Connection <PnPConnection>] 

Off

Set-PnPAppSideLoading [-Off] [-Connection <PnPConnection>] 

DESCRIPTION

This cmdlet enables or disables the app side loading feature on the site.

Allows to enable the App SideLoading Feature on a site.

EXAMPLES

EXAMPLE 1

Set-PnPAppSideLoading -On

This will turn on App side loading.

EXAMPLE 2

Set-PnPAppSideLoading -Off

This will turn off App side loading.

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

-Off

Turns the feature off.

Type: SwitchParameter
Parameter Sets: Off

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

-On

Turns the feature on.

Type: SwitchParameter
Parameter Sets: On

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

Microsoft 365 Patterns and Practices