Skip to content

Latest commit

 

History

History
111 lines (80 loc) · 2.18 KB

Set-PnPMinimalDownloadStrategy.md

File metadata and controls

111 lines (80 loc) · 2.18 KB
Module Name title schema applicable external help file online version
PnP.PowerShell
Set-PnPMinimalDownloadStrategy
2.0.0
SharePoint Online
PnP.PowerShell.dll-Help.xml

Set-PnPMinimalDownloadStrategy

SYNOPSIS

Activates or deactivates the minimal downloading strategy.

SYNTAX

On

Set-PnPMinimalDownloadStrategy [-On] [-Force] [-Connection <PnPConnection>]
 

Off

Set-PnPMinimalDownloadStrategy [-Off] [-Force] [-Connection <PnPConnection>]
 

DESCRIPTION

Activates or deactivates the minimal download strategy feature of a site.

EXAMPLES

EXAMPLE 1

Set-PnPMinimalDownloadStrategy -Off

Will deactivate minimal download strategy (MDS) for the current web.

EXAMPLE 2

Set-PnPMinimalDownloadStrategy -On

Will activate minimal download strategy (MDS) for the current web.

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

Specifies whether to overwrite (when activating) or continue (when deactivating) an existing feature with the same feature identifier. This parameter is ignored if there are no errors.

Type: SwitchParameter
Parameter Sets: (All)

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

-Off

Turn minimal download strategy off.

Type: SwitchParameter
Parameter Sets: Off

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

-On

Turn minimal download strategy on.

Type: SwitchParameter
Parameter Sets: On

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

RELATED LINKS

Microsoft 365 Patterns and Practices