Skip to content

DiskSpaceCheckThresholdMB

Raymond Piller edited this page Apr 11, 2018 · 2 revisions

This setting is used in conjunction with SilentAccountConfig. Any user who has a OneDrive for Business that is larger than the specified threshold (in MB) will be prompted to choose the folders they would like to sync before OneDrive downloads the files. More Info...

Supported on: At least Windows 7.

Expected Value [hashtable]:

Setting Description
@{TenantGUID = 1234; ...} This will set Ensure = 'Present', and OneDrive will force this setting to be applied.
  • TenantGUID: Tenant guid must be a [string] in proper [guid] form; such as: 'd84f007b-51f6-4470-a50b-3ec6b2351977'
  • 1234: Is an [int] representing the threshold in MB. Valid values are from 0 to 4294967295 MB (inclusive).
@{} This will set Ensure = 'Absent', and OneDrive will not have this setting applied.
Not Set This will not be managed. This will not undo previously set settings; you may want to ensure absent for that.

Examples

Clone this wiki locally