Vinay Pamnani (from Dev Box) 29e044c903 MDM/CSP metadata changes
2024-01-18 12:26:53 -05:00

8.8 KiB

title, description, ms.date
title description ms.date
Reboot CSP Learn more about the Reboot CSP. 01/18/2024

Reboot CSP

[!INCLUDE Windows Insider tip]

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

The following list shows the Reboot configuration service provider nodes:

RebootNow

Scope Editions Applicable OS
Device
User
Pro
Enterprise
Education
Windows SE
IoT Enterprise / IoT Enterprise LTSC
Windows 10, version 1607 [10.0.14393] and later
./Device/Vendor/MSFT/Reboot/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. If this node is set to execute during a sync session, the device will reboot at the end of the sync session.

Description framework properties:

Property name Property value
Format null
Access Type Exec, Get

Schedule

Scope Editions Applicable OS
Device
User
Pro
Enterprise
Education
Windows SE
IoT Enterprise / IoT Enterprise LTSC
Windows 10, version 1607 [10.0.14393] and later
./Device/Vendor/MSFT/Reboot/Schedule

The supported operation is Get.

Description framework properties:

Property name Property value
Format node
Access Type Get

Schedule/DailyRecurrent

Scope Editions Applicable OS
Device
User
Pro
Enterprise
Education
Windows SE
IoT Enterprise / IoT Enterprise LTSC
Windows 10, version 1607 [10.0.14393] and later
./Device/Vendor/MSFT/Reboot/Schedule/DailyRecurrent

Value in ISO8601, time is required. Either setting DailyRecurrent or WeeklyRecurrent is supported but not both at same time. A reboot will be scheduled each day at the configured time starting at the date and time. Setting a null (empty) date will delete the existing schedule.

Description framework properties:

Property name Property value
Format chr (string)
Access Type Add, Delete, Get, Replace

Schedule/Single

Scope Editions Applicable OS
Device
User
Pro
Enterprise
Education
Windows SE
IoT Enterprise / IoT Enterprise LTSC
Windows 10, version 1607 [10.0.14393] and later
./Device/Vendor/MSFT/Reboot/Schedule/Single

Value in ISO8601, both the date and time are required. A reboot will be scheduled at the configured date time. Setting a null (empty) date will delete the existing schedule.

Description framework properties:

Property name Property value
Format chr (string)
Access Type Add, Delete, Get, Replace

Schedule/WeeklyRecurrent

Scope Editions Applicable OS
Device
User
Pro
Enterprise
Education
Windows SE
IoT Enterprise / IoT Enterprise LTSC
Windows Insider Preview
./Device/Vendor/MSFT/Reboot/Schedule/WeeklyRecurrent

Value in ISO8601, time is required. Either setting DailyRecurrent or WeeklyRecurrent is supported but not both at same time. A reboot will be scheduled every week at the configured time starting at the date and time. Setting a null (empty) date will delete the existing schedule.

Description framework properties:

Property name Property value
Format chr (string)
Access Type Add, Delete, Get, Replace

Configuration service provider reference