mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-24 14:53:44 +00:00
Trim whitespaces
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Reboot CSP
|
||||
description: Learn how the Reboot configuration service provider (CSP) is used to configure reboot settings.
|
||||
ms.reviewer:
|
||||
ms.reviewer:
|
||||
manager: aaroncz
|
||||
ms.author: vinpa
|
||||
ms.topic: article
|
||||
@ -37,13 +37,13 @@ Reboot
|
||||
--------DailyRecurrent
|
||||
```
|
||||
|
||||
<a href="" id="--vendor-msft-reboot"></a>**./Vendor/MSFT/Reboot**
|
||||
<a href="" id="--vendor-msft-reboot"></a>**./Vendor/MSFT/Reboot**
|
||||
|
||||
The root node for the Reboot configuration service provider.
|
||||
|
||||
The supported operation is Get.
|
||||
|
||||
<a href="" id="rebootnow"></a>**RebootNow**
|
||||
<a href="" id="rebootnow"></a>**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.
|
||||
|
||||
@ -52,13 +52,13 @@ This node executes a reboot of the device. RebootNow triggers a reboot within 5
|
||||
|
||||
The supported operations are Execute and Get.
|
||||
|
||||
<a href="" id="schedule"></a>**Schedule**
|
||||
<a href="" id="schedule"></a>**Schedule**
|
||||
|
||||
The supported operation is Get.
|
||||
|
||||
<a href="" id="schedule-single"></a>**Schedule/Single**
|
||||
<a href="" id="schedule-single"></a>**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.
|
||||
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.
|
||||
@ -66,9 +66,9 @@ Setting a null (empty) date will delete the existing schedule. In accordance wit
|
||||
- The supported operations are Get, Add, Replace, and Delete.
|
||||
- The supported data type is "String".
|
||||
|
||||
<a href="" id="schedule-dailyrecurrent"></a>**Schedule/DailyRecurrent**
|
||||
<a href="" id="schedule-dailyrecurrent"></a>**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.
|
||||
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.
|
||||
|
Reference in New Issue
Block a user