2022-08-10 18:08:08 -04:00

2.6 KiB

title, description, ms.reviewer, manager, ms.author, ms.topic, ms.prod, ms.technology, author, ms.date
title description ms.reviewer manager ms.author ms.topic ms.prod ms.technology author ms.date
Reboot CSP Learn how the Reboot configuration service provider (CSP) is used to configure reboot settings. aaroncz vinpa article w10 windows vinaypamnani-msft 06/26/2017

Reboot CSP

The table below shows the applicability of Windows:

Edition Windows 10 Windows 11
Home No No
Pro Yes Yes
Windows SE No Yes
Business Yes Yes
Enterprise Yes Yes
Education Yes Yes

The Reboot configuration service provider is used to configure reboot settings.

The following shows the Reboot configuration service provider management objects in tree format as used by Open Mobile Alliance Device Management (OMA DM), OMA Client Provisioning, and Enterprise DM.

./Device/Vendor/MSFT
Reboot
----RebootNow
----Schedule
--------Single
--------DailyRecurrent

./Vendor/MSFT/Reboot

The root node for the Reboot configuration service provider.

The supported operation is Get.

RebootNow

This node executes a reboot of the device. RebootNow triggers a reboot within 5 minutes to allow the user to wrap up any active work.

Note

If this node is set to execute during a sync session, the device will reboot at the end of the sync session.

The supported operations are Execute and Get.

Schedule

The supported operation is Get.

Schedule/Single

This node will execute a reboot at a scheduled date and time. The date and time value is ISO 8601, and both the date and time are required.
Example to configure: 2018-10-25T18:00:00

Setting a null (empty) date will delete the existing schedule. In accordance with the ISO 8601 format, the date and time representation needs to be 0000-00-00T00:00:00.

  • The supported operations are Get, Add, Replace, and Delete.
  • The supported data type is "String".

Schedule/DailyRecurrent

This node will execute a reboot each day at a scheduled time starting at the configured starting time and date. Setting a null (empty) date will delete the existing schedule. The date and time value is ISO8601, and both the date and time are required. The CSP will return the date time in the following format: 2018-06-29T10:00:00+01:00.
Example to configure: 2018-10-25T18:00:00

  • The supported operations are Get, Add, Replace, and Delete.
  • The supported data type is "String".

Configuration service provider reference