#Set-SPOMinimalDownloadStrategy Topic automatically generated on: 2015-10-26
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.