-
Notifications
You must be signed in to change notification settings - Fork 1
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.
|
@{} |
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. |
DiskSpaceCheckThresholdMBconfigured with one GUID, and the threshold is somewhere in the middle of what's allowed.DiskSpaceCheckThresholdMBconfigured with two GUIDs, and one threshold is set to zero (the minimum allowed) and the other is somewhere in the middle of what's allowed.DiskSpaceCheckThresholdMBconfigured with two GUIDs, and one threshold is set to 4294967295 MB (the maximum allowed) and the other is somewhere in the middle of what's allowed.DiskSpaceCheckThresholdMBconfigured to ensure this setting is disabled; allow users to decide.