Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 776 Bytes

File metadata and controls

27 lines (22 loc) · 776 Bytes

#Set-SPOMinimalDownloadStrategy Activates or deactivates the minimal downloading strategy. ##Syntax

Set-SPOMinimalDownloadStrategy -Off [<SwitchParameter>] [-Force [<SwitchParameter>]] [-Web <WebPipeBind>]
Set-SPOMinimalDownloadStrategy -On [<SwitchParameter>] [-Force [<SwitchParameter>]] [-Web <WebPipeBind>]

##Parameters

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

###Example 1

PS:> Set-SPOMinimalDownloadStrategy -Off

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