Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 824 Bytes

SetSPOMinimalDownloadStrategy.md

File metadata and controls

29 lines (23 loc) · 824 Bytes

#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.