mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-26 15:53:40 +00:00
Merge pull request #6401 from MicrosoftDocs/sheshachary-5859198
sheshachary-5859198
This commit is contained in:
@ -19510,6 +19510,16 @@
|
||||
"redirect_url": "/windows/security/threat-protection/windows-security-configuration-framework/security-compliance-toolkit-10",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
"source_path": "windows-docs-pr/windows/client-management/mdm/remotering-csp.md",
|
||||
"redirect_url": "/windows/client-management/mdm/configuration-service-provider-reference",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
"source_path": "windows/client-management/mdm/remotering-ddf-file.md",
|
||||
"redirect_url": "/windows/client-management/mdm/configuration-service-provider-reference",
|
||||
"redirect_document_id": false
|
||||
},
|
||||
{
|
||||
"source_path": "windows/education/developers.yml",
|
||||
"redirect_url": "/education/",
|
||||
|
@ -748,18 +748,6 @@ Additional lists:
|
||||
<!--EndSKU-->
|
||||
<!--EndCSP-->
|
||||
|
||||
<!--StartCSP-->
|
||||
[RemoteRing CSP](remotering-csp.md)
|
||||
|
||||
<!--StartSKU-->
|
||||
|
||||
|Home|Pro|Business|Enterprise|Education|
|
||||
|--- |--- |--- |--- |--- |
|
||||
|No|No|No|No|No|
|
||||
|
||||
<!--EndSKU-->
|
||||
<!--EndCSP-->
|
||||
|
||||
<!--StartCSP-->
|
||||
[RemoteWipe CSP](remotewipe-csp.md)
|
||||
|
||||
@ -856,18 +844,6 @@ Additional lists:
|
||||
<!--EndSKU-->
|
||||
<!--EndCSP-->
|
||||
|
||||
<!--StartCSP-->
|
||||
[SurfaceHub](surfacehub-csp.md)
|
||||
|
||||
<!--StartSKU-->
|
||||
|
||||
|Home|Pro|Business|Enterprise|Education|
|
||||
|--- |--- |--- |--- |--- |
|
||||
||||||
|
||||
|
||||
<!--EndSKU-->
|
||||
<!--EndCSP-->
|
||||
|
||||
<!--StartCSP-->
|
||||
[TenantLockdown CSP](tenantlockdown-csp.md)
|
||||
|
||||
@ -952,18 +928,6 @@ Additional lists:
|
||||
<!--EndSKU-->
|
||||
<!--EndCSP-->
|
||||
|
||||
<!--StartCSP-->
|
||||
[W4 Application CSP](w4-application-csp.md)
|
||||
|
||||
<!--StartSKU-->
|
||||
|
||||
|Home|Pro|Business|Enterprise|Education|
|
||||
|--- |--- |--- |--- |--- |
|
||||
||||||
|
||||
|
||||
<!--EndSKU-->
|
||||
<!--EndCSP-->
|
||||
|
||||
<!--StartCSP-->
|
||||
[WiFi CSP](wifi-csp.md)
|
||||
|
||||
@ -1049,18 +1013,6 @@ Additional lists:
|
||||
<!--EndSKU-->
|
||||
<!--EndCSP-->
|
||||
|
||||
<!--StartCSP-->
|
||||
[w7 Application CSP](w7-application-csp.md)
|
||||
|
||||
<!--StartSKU-->
|
||||
|
||||
|Home|Pro|Business|Enterprise|Education|
|
||||
|--- |--- |--- |--- |--- |
|
||||
||||||
|
||||
|
||||
<!--EndSKU-->
|
||||
<!--EndCSP-->
|
||||
|
||||
<hr/>
|
||||
<!--EndCSPs-->
|
||||
|
||||
@ -1078,7 +1030,6 @@ You can download the DDF files for various CSPs from the links below:
|
||||
|
||||
## <a href="" id="hololens"></a>CSPs supported in HoloLens devices
|
||||
|
||||
|
||||
The following list shows the CSPs supported in HoloLens devices:
|
||||
|
||||
| Configuration service provider | HoloLens (1st gen) Development Edition | HoloLens (1st gen) Commercial Suite | HoloLens 2 |
|
||||
|
@ -14,10 +14,20 @@ ms.date: 06/26/2017
|
||||
|
||||
# Reboot CSP
|
||||
|
||||
The table below shows the applicability of Windows:
|
||||
|
||||
|Edition|Windows 10|Windows 11|
|
||||
|--- |--- |--- |
|
||||
|Home|No|No|
|
||||
|Pro|Yes|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
|
||||
@ -26,41 +36,44 @@ Reboot
|
||||
--------Single
|
||||
--------DailyRecurrent
|
||||
```
|
||||
<a href="" id="--vendor-msft-reboot"></a>**./Vendor/MSFT/Reboot**
|
||||
<p>The root node for the Reboot configuration service provider.</p>
|
||||
|
||||
<p>The supported operation is Get.</p>
|
||||
<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**
|
||||
<p>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.</p>
|
||||
|
||||
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.
|
||||
|
||||
<p>The supported operations are Execute and Get.</p>
|
||||
The supported operations are Execute and Get.
|
||||
|
||||
<a href="" id="schedule"></a>**Schedule**
|
||||
<p>The supported operation is Get.</p>
|
||||
|
||||
The supported operation is Get.
|
||||
|
||||
<a href="" id="schedule-single"></a>**Schedule/Single**
|
||||
<p>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. </br>
|
||||
Example to configure: 2018-10-25T18:00:00</p>
|
||||
|
||||
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.
|
||||
|
||||
<p>The supported operations are Get, Add, Replace, and Delete.</p>
|
||||
|
||||
<p>The supported data type is "String".</p>
|
||||
- The supported operations are Get, Add, Replace, and Delete.
|
||||
- The supported data type is "String".
|
||||
|
||||
<a href="" id="schedule-dailyrecurrent"></a>**Schedule/DailyRecurrent**
|
||||
<p>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. </br>
|
||||
Example to configure: 2018-10-25T18:00:00</p>
|
||||
|
||||
<p>The supported operations are Get, Add, Replace, and Delete.</p>
|
||||
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
|
||||
|
||||
<p>The supported data type is "String".</p>
|
||||
- The supported operations are Get, Add, Replace, and Delete.
|
||||
- The supported data type is "String".
|
||||
|
||||
## Related topics
|
||||
|
||||
|
||||
[Configuration service provider reference](configuration-service-provider-reference.md)
|
||||
|
@ -14,7 +14,6 @@ ms.date: 12/05/2017
|
||||
|
||||
# Reboot DDF file
|
||||
|
||||
|
||||
This topic shows the OMA DM device description framework (DDF) for the **Reboot** configuration service provider. DDF files are used only with OMA DM provisioning XML.
|
||||
|
||||
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).
|
||||
@ -147,8 +146,7 @@ The XML below is the current version for this CSP.
|
||||
|
||||
## Related topics
|
||||
|
||||
|
||||
[Reboot configuration service provider](reboot-csp.md)
|
||||
[Reboot CSP](reboot-csp.md)
|
||||
|
||||
|
||||
|
||||
|
@ -14,6 +14,15 @@ ms.date: 06/26/2017
|
||||
|
||||
# RemoteFind CSP
|
||||
|
||||
The table below shows the applicability of Windows:
|
||||
|
||||
|Edition|Windows 10|Windows 11|
|
||||
|--- |--- |--- |
|
||||
|Home|No|No|
|
||||
|Pro|Yes|Yes|
|
||||
|Business|Yes|Yes|
|
||||
|Enterprise|Yes|Yes|
|
||||
|Education|Yes|Yes|
|
||||
|
||||
The RemoteFind configuration service provider retrieves the location information for a particular device.
|
||||
|
||||
@ -37,21 +46,24 @@ Optional. The node accepts the requested radius value in meters. Valid values fo
|
||||
|
||||
The default value is 50. Replacing this value only replaces it for the current session. The value isn't retained.
|
||||
|
||||
Supported operations are Replace and Get. The Add command isn't supported.
|
||||
- Supported operations are Replace and Get.
|
||||
- The Add command isn't supported.
|
||||
|
||||
<a href="" id="timeout"></a>**Timeout**
|
||||
Optional. Value is DWORD in seconds.
|
||||
|
||||
The default value is 7, and the range is 0 to 1800 seconds. Replacing this value only replaces it for the current session. The value isn't retained.
|
||||
|
||||
Supported operations are Replace and Get. The Add command isn't supported.
|
||||
- Supported operations are Replace and Get.
|
||||
- The Add command isn't supported.
|
||||
|
||||
<a href="" id="maximumage"></a>**MaximumAge**
|
||||
Optional. The value represents the desired time window in minutes that the server will accept a successful location retrieval. The node enables the server to set the requested age value in 100 nanoseconds. Valid values for accuracy include any integer value between 0 and 1440 minutes.
|
||||
|
||||
The default value is 60. Replacing this value only replaces it for the current session. The value isn't retained.
|
||||
|
||||
Supported operations are Replace and Get. The Add command isn't supported.
|
||||
- Supported operations are Replace and Get.
|
||||
- The Add command isn't supported.
|
||||
|
||||
<a href="" id="location"></a>**Location**
|
||||
Required. Nodes under this path must be queried atomically in order to succeed. This condition is to prevent servers from querying incomplete sets of data.
|
||||
@ -102,7 +114,7 @@ The default value is 0.
|
||||
Supported operation is Get.
|
||||
|
||||
<a href="" id="age"></a>**Age**
|
||||
Required. Provides the age in 100 nanoseconds for current location data.
|
||||
Required. Provides the age in 100 nanoseconds for the current location data.
|
||||
|
||||
The value returned is an integer.
|
||||
|
||||
@ -176,7 +188,6 @@ Supported operation is Get.
|
||||
|
||||
## Related topics
|
||||
|
||||
|
||||
[Configuration service provider reference](configuration-service-provider-reference.md)
|
||||
|
||||
|
||||
|
@ -14,7 +14,6 @@ ms.date: 12/05/2017
|
||||
|
||||
# RemoteFind DDF file
|
||||
|
||||
|
||||
This topic shows the OMA DM device description framework (DDF) for the **RemoteFind** configuration service provider. DDF files are used only with OMA DM provisioning XML.
|
||||
|
||||
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).
|
||||
@ -298,7 +297,9 @@ The XML below is the current version for this CSP.
|
||||
</MgmtTree>
|
||||
```
|
||||
|
||||
|
||||
## Related topics
|
||||
|
||||
[RemoteFind CSP](remotefind-csp.md)
|
||||
|
||||
|
||||
|
||||
|
@ -1,65 +0,0 @@
|
||||
---
|
||||
title: RemoteRing CSP
|
||||
description: The RemoteRing CSP can be used to remotely trigger a device to produce an audible ringing sound regardless of the volume that's set on the device.
|
||||
ms.assetid: 70015243-c07f-46cb-a0f9-4b4ad13a5609
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
ms.topic: article
|
||||
ms.prod: w10
|
||||
ms.technology: windows
|
||||
author: dansimp
|
||||
ms.date: 06/26/2017
|
||||
---
|
||||
|
||||
# RemoteRing CSP
|
||||
|
||||
|
||||
You can use the RemoteRing configuration service provider to remotely trigger a device to produce an audible ringing sound, regardless of the volume that is set on the device.
|
||||
|
||||
The following DDF format shows the RemoteRing configuration service provider in tree format.
|
||||
```
|
||||
./User/Vendor/MSFT
|
||||
RemoteRing
|
||||
----Ring
|
||||
|
||||
|
||||
./Device/Vendor/MSFT
|
||||
Root
|
||||
|
||||
|
||||
./User/Vendor/MSFT
|
||||
./Device/Vendor/MSFT
|
||||
RemoteRing
|
||||
----Ring
|
||||
```
|
||||
<a href="" id="ring"></a>**Ring**
|
||||
Required. The node accepts requests to ring the device.
|
||||
|
||||
The supported operation is Exec.
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
The following sample shows how to initiate a remote ring on the device.
|
||||
|
||||
```xml
|
||||
<Exec>
|
||||
<CmdID>5</CmdID>
|
||||
<Item>
|
||||
<Target>
|
||||
<LocURI>./Vendor/MSFT/RemoteRing/Ring </LocURI>
|
||||
</Target>
|
||||
</Item>
|
||||
</Exec>
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,105 +0,0 @@
|
||||
---
|
||||
title: RemoteRing DDF file
|
||||
description: This topic shows the OMA DM device description framework (DDF) for the RemoteRing configuration service provider. DDF files are used only with OMA DM provisioning XML.
|
||||
ms.assetid: 6815267F-212B-4370-8B72-A457E8000F7B
|
||||
ms.reviewer:
|
||||
manager: dansimp
|
||||
ms.author: dansimp
|
||||
ms.topic: article
|
||||
ms.prod: w10
|
||||
ms.technology: windows
|
||||
author: dansimp
|
||||
ms.date: 12/05/2017
|
||||
---
|
||||
|
||||
# RemoteRing DDF file
|
||||
|
||||
|
||||
This topic shows the OMA DM device description framework (DDF) for the **RemoteRing** configuration service provider. DDF files are used only with OMA DM provisioning XML.
|
||||
|
||||
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).
|
||||
|
||||
The XML below is the current version for this CSP.
|
||||
|
||||
```xml
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE MgmtTree PUBLIC " -//OMA//DTD-DM-DDF 1.2//EN"
|
||||
"http://www.openmobilealliance.org/tech/DTD/DM_DDF-V1_2.dtd"
|
||||
[<?oma-dm-ddf-ver supported-versions="1.2"?>]>
|
||||
<MgmtTree xmlns:MSFT="http://schemas.microsoft.com/MobileDevice/DM">
|
||||
<VerDTD>1.2</VerDTD>
|
||||
<Node>
|
||||
<NodeName>RemoteRing</NodeName>
|
||||
<Path>./User/Vendor/MSFT</Path>
|
||||
<DFProperties>
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<DFFormat>
|
||||
<node />
|
||||
</DFFormat>
|
||||
<Occurrence>
|
||||
<One />
|
||||
</Occurrence>
|
||||
<Scope>
|
||||
<Permanent />
|
||||
</Scope>
|
||||
<DFType>
|
||||
<DDFName></DDFName>
|
||||
</DFType>
|
||||
</DFProperties>
|
||||
<Node>
|
||||
<NodeName>Ring</NodeName>
|
||||
<DFProperties>
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Required. The node accepts requests to ring the device. The supported operation is Exec</Description>
|
||||
<DFFormat>
|
||||
<null />
|
||||
</DFFormat>
|
||||
<Occurrence>
|
||||
<One />
|
||||
</Occurrence>
|
||||
<Scope>
|
||||
<Permanent />
|
||||
</Scope>
|
||||
<DFType>
|
||||
<MIME>text/plain</MIME>
|
||||
</DFType>
|
||||
</DFProperties>
|
||||
</Node>
|
||||
</Node>
|
||||
<Node>
|
||||
<NodeName>Root</NodeName>
|
||||
<Path>./Device/Vendor/MSFT</Path>
|
||||
<DFProperties>
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<DFFormat>
|
||||
<node />
|
||||
</DFFormat>
|
||||
<Occurrence>
|
||||
<One />
|
||||
</Occurrence>
|
||||
<Scope>
|
||||
<Permanent />
|
||||
</Scope>
|
||||
<DFType>
|
||||
<DDFName></DDFName>
|
||||
</DFType>
|
||||
</DFProperties>
|
||||
</Node>
|
||||
</MgmtTree>
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -14,6 +14,15 @@ ms.date: 08/13/2018
|
||||
|
||||
# RemoteWipe CSP
|
||||
|
||||
The table below shows the applicability of Windows:
|
||||
|
||||
|Edition|Windows 10|Windows 11|
|
||||
|--- |--- |--- |
|
||||
|Home|Yes|Yes|
|
||||
|Pro|Yes|Yes|
|
||||
|Business|Yes|Yes|
|
||||
|Enterprise|Yes|Yes|
|
||||
|Education|Yes|Yes|
|
||||
|
||||
The RemoteWipe configuration service provider can be used by mobile operators DM server or enterprise management server to remotely wipe a device. The RemoteWipe configuration service provider can make the data stored in memory and hard disks difficult to recover if the device is remotely wiped after being lost or stolen.
|
||||
|
||||
@ -40,10 +49,10 @@ Supported operation is Exec.
|
||||
<a href="" id="dowipepersistprovisioneddata"></a>**doWipePersistProvisionedData**
|
||||
Specifies that provisioning data should be backed up to a persistent location, and then a remote wipe of the device should be performed.
|
||||
|
||||
Supported operation is Exec.
|
||||
|
||||
When used with OMA Client Provisioning, a dummy value of "1" should be included for this element.
|
||||
|
||||
Supported operation is Exec.
|
||||
|
||||
The information that was backed up will be restored and applied to the device when it resumes. The return status code shows whether the device accepted the Exec command.
|
||||
|
||||
<a href="" id="doWipeProtected"></a>**doWipeProtected**
|
||||
@ -54,7 +63,7 @@ The doWipeProtected is functionally similar to doWipe. But unlike doWipe, which
|
||||
Supported operation is Exec.
|
||||
|
||||
<a href="" id="doWipePersistUserData"></a>**doWipePersistUserData**
|
||||
Added in Windows 10, version 1709. Exec on this node will perform a remote reset on the device and persist user accounts and data. The return status code shows whether the device accepted the Exec command.
|
||||
Added in Windows 10, version 1709. Exec on this node will perform a remote reset on the device, and persist user accounts and data. The return status code shows whether the device accepted the Exec command.
|
||||
|
||||
<a href="" id="automaticredeployment"></a>**AutomaticRedeployment**
|
||||
Added in Windows 10, version 1809. Node for the Autopilot Reset operation.
|
||||
@ -71,7 +80,7 @@ Added in Windows 10, version 1809. Status value indicating current state of an A
|
||||
Supported values:
|
||||
|
||||
- 0: Never run (not started). The default state.
|
||||
- 1: Complete.
|
||||
- 1: Complete.
|
||||
- 10: Reset has been scheduled.
|
||||
- 20: Reset is scheduled and waiting for a reboot.
|
||||
- 30: Failed during CSP Execute ("Exec" in SyncML).
|
||||
@ -80,7 +89,6 @@ Supported values:
|
||||
|
||||
## Related topics
|
||||
|
||||
|
||||
[Configuration service provider reference](configuration-service-provider-reference.md)
|
||||
|
||||
|
||||
|
@ -14,7 +14,6 @@ ms.date: 08/13/2018
|
||||
|
||||
# RemoteWipe DDF file
|
||||
|
||||
|
||||
This topic shows the OMA DM device description framework (DDF) for the **RemoteWipe** configuration service provider. DDF files are used only with OMA DM provisioning XML.
|
||||
|
||||
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).
|
||||
@ -109,7 +108,7 @@ The XML below is the DDF for Windows 10, version 1809.
|
||||
<DFType>
|
||||
<MIME>text/plain</MIME>
|
||||
</DFType>
|
||||
<Description>Exec on this node will perform a remote wipe on the device and fully clean the internal drive. In some device configurations, this command may leave the device unable to boot. The return status code shows whether the device accepted the Exec command.</Description>
|
||||
<Description>Exec on this node will perform a remote wipe on the device, and fully clean the internal drive. In some device configurations, this command may leave the device unable to boot. The return status code shows whether the device accepted the Exec command.</Description>
|
||||
</DFProperties>
|
||||
</Node>
|
||||
<Node>
|
||||
@ -221,3 +220,7 @@ The XML below is the DDF for Windows 10, version 1809.
|
||||
</Node>
|
||||
</MgmtTree>
|
||||
```
|
||||
|
||||
## Related topics
|
||||
|
||||
[RemoteWipe CSP](remotewipe-csp.md)
|
@ -14,6 +14,15 @@ ms.date: 06/26/2017
|
||||
|
||||
# Reporting CSP
|
||||
|
||||
The table below shows the applicability of Windows:
|
||||
|
||||
|Edition|Windows 10|Windows 11|
|
||||
|--- |--- |--- |
|
||||
|Home|Yes|Yes|
|
||||
|Pro|Yes|Yes|
|
||||
|Business|Yes|Yes|
|
||||
|Enterprise|Yes|Yes|
|
||||
|Education|Yes|Yes|
|
||||
|
||||
The Reporting configuration service provider is used to retrieve Windows Information Protection (formerly known as Enterprise Data Protection) and security auditing logs. This CSP was added in Windows 10, version 1511.
|
||||
|
||||
@ -36,7 +45,7 @@ Reporting
|
||||
```
|
||||
|
||||
<a href="" id="reporting"></a>**Reporting**
|
||||
Root node.
|
||||
The root node for the reporting configuration service provider.
|
||||
|
||||
<a href="" id="reporting-enterprisedataprotection"></a>**Reporting/EnterpriseDataProtection**
|
||||
Interior node for retrieving the Windows Information Protection (formerly known as Enterprise Data Protection) logs.
|
||||
@ -62,37 +71,32 @@ Interior node for retrieving a specified number of logs from the StartTime. The
|
||||
<a href="" id="logs"></a>**Logs**
|
||||
Contains the reporting logs.
|
||||
|
||||
Value type is XML.
|
||||
|
||||
Supported operation is Get.
|
||||
- Value type is XML.
|
||||
- Supported operation is Get.
|
||||
|
||||
<a href="" id="starttime"></a>**StartTime**
|
||||
Specifies the starting time for retrieving logs.
|
||||
|
||||
Value type is string. Use ISO 8601 format.
|
||||
|
||||
Supported operations are Get and Replace.
|
||||
- Value type is string. Use ISO 8601 format.
|
||||
- Supported operations are Get and Replace.
|
||||
|
||||
<a href="" id="stoptime"></a>**StopTime**
|
||||
Specifies the ending time for retrieving logs.
|
||||
|
||||
Value type is string. Use ISO 8601 format.
|
||||
|
||||
Supported operations are Get and Replace.
|
||||
- Value type is string. Use ISO 8601 format.
|
||||
- Supported operations are Get and Replace.
|
||||
|
||||
<a href="" id="type"></a>**Type**
|
||||
Added in Windows 10, version 1703. Specifies the type of logs to retrieve. You can use this policy to retrieve the WIP learning logs.
|
||||
|
||||
Value type is integer.
|
||||
|
||||
Supported operations are Get and Replace.
|
||||
- Value type is integer.
|
||||
- Supported operations are Get and Replace.
|
||||
|
||||
<a href="" id="logcount"></a>**LogCount**
|
||||
Specifies the number of logs to retrieve from the StartTime.
|
||||
|
||||
Value type is int.
|
||||
|
||||
Supported operations are Get and Replace.
|
||||
- Value type is int.
|
||||
- Supported operations are Get and Replace.
|
||||
|
||||
## Example
|
||||
|
||||
@ -170,4 +174,8 @@ Retrieve a specified number of security auditing logs starting from the specifie
|
||||
</SyncBody>
|
||||
</SyncML>
|
||||
```
|
||||
-->
|
||||
-->
|
||||
|
||||
## Related topics
|
||||
|
||||
[Configuration service provider reference](configuration-service-provider-reference.md)
|
@ -14,7 +14,6 @@ ms.date: 12/05/2017
|
||||
|
||||
# Reporting DDF file
|
||||
|
||||
|
||||
This topic shows the OMA DM device description framework (DDF) for the Reporting configuration service provider. This CSP was added in Windows 10, version 1511. Support for desktop security auditing was added for the desktop in Windows 10, version 1607.
|
||||
|
||||
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).
|
||||
@ -73,7 +72,7 @@ The XML below is the current version for the desktop CSP.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>A time range is supported by setting a start and stop time in ISO 8601 format. If the start/stop value is not preset and a GetValue is called to RetrieveByTimeRange then the missing values will be interpreted as either the first existing or the last existing. For example, not setting a start date and setting an end date will return all known logs that exist before the end date. Setting a start date but not an end date will return all the logs that exist from the start date. Not setting a start and end date will return all logs.</Description>
|
||||
<Description>A time range is supported by setting a start and stop time in ISO 8601 format. If the start/stop value is not preset and a GetValue is called to RetrieveByTimeRange, then the missing values will be interpreted as either the first existing or the last existing. For example, not setting a start date, and setting an end date will return all known logs that exist before the end date. Setting a start date but not an end date will return all the logs that exist from the start date. Not setting a start and end date will return all logs.</Description>
|
||||
<DFFormat>
|
||||
<node />
|
||||
</DFFormat>
|
||||
@ -159,7 +158,7 @@ The XML below is the current version for the desktop CSP.
|
||||
<Replace />
|
||||
</AccessType>
|
||||
<DefaultValue>0</DefaultValue>
|
||||
<Description>Specifies the type of logs to retrieve</Description>
|
||||
<Description>Specifies the type of logs to retrieve.</Description>
|
||||
<DFFormat>
|
||||
<int />
|
||||
</DFFormat>
|
||||
@ -181,7 +180,7 @@ The XML below is the current version for the desktop CSP.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>The count range will return the configured number of logs starting from the StartTime value. The start time is expressed in ISO8601 formt. The caller will configure the number of desired logs by calling set on the LogCount and StartTime, then retrieve the logs by calling get on Logs node. The call will return the number of desired logs or less if the total number of logs are less than the desired number of logs. The logs are returned from StartTime forward.</Description>
|
||||
<Description>The count range will return the configured number of logs starting from the StartTime value. The start time is expressed in ISO8601 format. The caller will configure the number of desired logs by calling set on the LogCount and StartTime, and then retrieve the logs by calling get on Logs node. The call will return the number of desired logs or less, if the total number of logs are less than the desired number of logs. The logs are returned from StartTime forward.</Description>
|
||||
<DFFormat>
|
||||
<node />
|
||||
</DFFormat>
|
||||
@ -266,7 +265,7 @@ The XML below is the current version for the desktop CSP.
|
||||
<Replace />
|
||||
</AccessType>
|
||||
<DefaultValue>0</DefaultValue>
|
||||
<Description>Specifies the type of logs to retrieve</Description>
|
||||
<Description>Specifies the type of logs to retrieve.</Description>
|
||||
<DFFormat>
|
||||
<int />
|
||||
</DFFormat>
|
||||
@ -286,13 +285,8 @@ The XML below is the current version for the desktop CSP.
|
||||
</Node>
|
||||
</MgmtTree>
|
||||
```
|
||||
|
||||
|
||||
## Related topics
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[Reporting CSP](reporting-csp.md)
|
||||
|
@ -14,13 +14,21 @@ ms.date: 03/06/2018
|
||||
|
||||
# RootCATrustedCertificates CSP
|
||||
|
||||
The table below shows the applicability of Windows:
|
||||
|
||||
|Edition|Windows 10|Windows 11|
|
||||
|--- |--- |--- |
|
||||
|Home|Yes|Yes|
|
||||
|Pro|Yes|Yes|
|
||||
|Business|Yes|Yes|
|
||||
|Enterprise|Yes|Yes|
|
||||
|Education|Yes|Yes|
|
||||
|
||||
The RootCATrustedCertificates configuration service provider enables the enterprise to set the Root Certificate Authority (CA) certificates.
|
||||
|
||||
> [!Note]
|
||||
> The **./User/** configuration is not supported for **RootCATrustedCertificates/Root/**.
|
||||
|
||||
|
||||
The following example shows the RootCATrustedCertificates configuration service provider in tree format.
|
||||
|
||||
Detailed specification of the principal root nodes:
|
||||
@ -61,13 +69,13 @@ RootCATrustedCertificates
|
||||
------------TemplateName
|
||||
```
|
||||
<a href="" id="device-or-user"></a>**Device or User**
|
||||
For device certificates, use **./Device/Vendor/MSFT** path and for user certificates use **./User/Vendor/MSFT** path.
|
||||
For device certificates, use **./Device/Vendor/MSFT** path, and for user certificates use **./User/Vendor/MSFT** path.
|
||||
|
||||
<a href="" id="rootcatrustedcertificates"></a>**RootCATrustedCertificates**
|
||||
The root node for the RootCATrustedCertificates configuration service provider.
|
||||
|
||||
<a href="" id="rootcatrustedcertificates-root-"></a>**RootCATrustedCertificates/Root/**
|
||||
Defines the certificate store that contains root, or self-signed certificates, in this case, the computer store.
|
||||
Defines the certificate store that contains root or self-signed certificates, in this case, the computer store.
|
||||
|
||||
> [!Note]
|
||||
> The **./User/** configuration is not supported for **RootCATrustedCertificates/Root/**.
|
||||
@ -89,34 +97,24 @@ Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certifi
|
||||
|
||||
The following nodes are all common to the **_CertHash_** node:
|
||||
|
||||
<a href="" id="-encodedcertificate"></a>**/EncodedCertificate**
|
||||
Specifies the X.509 certificate as a Base64-encoded string. The Base-64 string value can't include extra formatting characters such as embedded linefeeds, etc. The supported operations are Add, Get, and Replace.
|
||||
- <a href="" id="-encodedcertificate"></a>**/EncodedCertificate**
|
||||
Specifies the X.509 certificate as a Base64-encoded string. The Base-64 string value cannot include extra formatting characters such as embedded linefeeds, etc. The supported operations are Add, Get, and Replace.
|
||||
|
||||
<a href="" id="-issuedby"></a>**/IssuedBy**
|
||||
- <a href="" id="-issuedby"></a>**/IssuedBy**
|
||||
Returns the name of the certificate issuer. This name is equivalent to the **Issuer** member in the CERT\_INFO data structure. The only supported operation is Get.
|
||||
|
||||
<a href="" id="-issuedto"></a>**/IssuedTo**
|
||||
- <a href="" id="-issuedto"></a>**/IssuedTo**
|
||||
Returns the name of the certificate subject. This name is equivalent to the **Subject** member in the CERT\_INFO data structure. The only supported operation is Get.
|
||||
|
||||
<a href="" id="-validfrom"></a>**/ValidFrom**
|
||||
- <a href="" id="-validfrom"></a>**/ValidFrom**
|
||||
Returns the starting date of the certificate's validity. This date is equivalent to the **NotBefore** member in the CERT\_INFO data structure. The only supported operation is Get.
|
||||
|
||||
<a href="" id="-validto"></a>**/ValidTo**
|
||||
- <a href="" id="-validto"></a>**/ValidTo**
|
||||
Returns the expiration date of the certificate. This date is equivalent to the **NotAfter** member in the CERT\_INFO data structure. The only supported operation is Get.
|
||||
|
||||
<a href="" id="-templatename"></a>**/TemplateName**
|
||||
- <a href="" id="-templatename"></a>**/TemplateName**
|
||||
Returns the certificate template name. The only supported operation is Get.
|
||||
|
||||
## Related topics
|
||||
|
||||
[Configuration service provider reference](configuration-service-provider-reference.md)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -14,7 +14,6 @@ ms.date: 03/07/2018
|
||||
|
||||
# RootCATrustedCertificates DDF file
|
||||
|
||||
|
||||
This topic shows the OMA DM device description framework (DDF) for the **RootCACertificates** configuration service provider. DDF files are used only with OMA DM provisioning XML.
|
||||
|
||||
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).
|
||||
@ -77,7 +76,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<Delete />
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value</Description>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value.</Description>
|
||||
<DFFormat>
|
||||
<node />
|
||||
</DFFormat>
|
||||
@ -127,7 +126,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -199,7 +198,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure</Description>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -272,7 +271,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<Delete />
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value</Description>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value.</Description>
|
||||
<DFFormat>
|
||||
<node />
|
||||
</DFFormat>
|
||||
@ -319,7 +318,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -382,7 +381,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure</Description>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -449,7 +448,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<Delete />
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value</Description>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value.</Description>
|
||||
<DFFormat>
|
||||
<node />
|
||||
</DFFormat>
|
||||
@ -499,7 +498,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -571,7 +570,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure</Description>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -644,7 +643,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<Delete />
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value</Description>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value.</Description>
|
||||
<DFFormat>
|
||||
<node />
|
||||
</DFFormat>
|
||||
@ -694,7 +693,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -766,7 +765,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure</Description>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -839,7 +838,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<Get />
|
||||
<Delete />
|
||||
</AccessType>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value</Description>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value.</Description>
|
||||
<DFFormat>
|
||||
<node />
|
||||
</DFFormat>
|
||||
@ -889,7 +888,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -961,7 +960,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure</Description>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -1055,7 +1054,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<Delete />
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value</Description>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value.</Description>
|
||||
<DFFormat>
|
||||
<node />
|
||||
</DFFormat>
|
||||
@ -1105,7 +1104,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -1177,7 +1176,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure</Description>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -1250,7 +1249,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<Delete />
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value</Description>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value.</Description>
|
||||
<DFFormat>
|
||||
<node />
|
||||
</DFFormat>
|
||||
@ -1297,7 +1296,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -1360,7 +1359,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure</Description>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -1427,7 +1426,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<Delete />
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value</Description>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value.</Description>
|
||||
<DFFormat>
|
||||
<node />
|
||||
</DFFormat>
|
||||
@ -1477,7 +1476,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -1549,7 +1548,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure</Description>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -1622,7 +1621,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<Delete />
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value</Description>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value.</Description>
|
||||
<DFFormat>
|
||||
<node />
|
||||
</DFFormat>
|
||||
@ -1672,7 +1671,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -1744,7 +1743,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure</Description>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -1817,7 +1816,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<Get />
|
||||
<Delete />
|
||||
</AccessType>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value</Description>
|
||||
<Description>Defines the SHA1 hash for the certificate. The 20-byte value of the SHA1 certificate hash is specified as a hexadecimal string value.</Description>
|
||||
<DFFormat>
|
||||
<node />
|
||||
</DFFormat>
|
||||
@ -1867,7 +1866,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<Description>Returns the name of the certificate issuer. This is equivalent to the Issuer member in the CERT_INFO data structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -1939,7 +1938,7 @@ The XML below is for Windows 10, version 1803.
|
||||
<AccessType>
|
||||
<Get />
|
||||
</AccessType>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure</Description>
|
||||
<Description>Returns the expiration date of the certificate. Supported operation is Get. This is equivalent to the NotAfter member in the CERT_INFO structure.</Description>
|
||||
<DFFormat>
|
||||
<chr />
|
||||
</DFFormat>
|
||||
@ -1986,3 +1985,7 @@ The XML below is for Windows 10, version 1803.
|
||||
</Node>
|
||||
</MgmtTree>
|
||||
```
|
||||
|
||||
## Related topics
|
||||
|
||||
[RootCATrustedCertificates CSP](rootcacertificates-csp.md)
|
@ -14,6 +14,16 @@ ms.date: 06/26/2017
|
||||
|
||||
# SecureAssessment CSP
|
||||
|
||||
The table below shows the applicability of Windows:
|
||||
|
||||
|Edition|Windows 10|Windows 11|
|
||||
|--- |--- |--- |
|
||||
|Home|No|No|
|
||||
|Pro|Yes|Yes|
|
||||
|Business|Yes|Yes|
|
||||
|Enterprise|Yes|Yes|
|
||||
|Education|Yes|Yes|
|
||||
|
||||
The SecureAssessment configuration service provider is used to provide configuration information for the secure assessment browser.
|
||||
|
||||
The following example shows the SecureAssessment configuration service provider management objects in tree format as used by Open Mobile Alliance Device Management (OMA DM), OMA Client Provisioning, and Enterprise DM.
|
||||
@ -29,7 +39,7 @@ The root node for the SecureAssessment configuration service provider.
|
||||
The supported operation is Get.
|
||||
|
||||
<a href="" id="launchuri"></a>**LaunchURI**
|
||||
URI Link to an assessment that's automatically loaded when the secure assessment browser is launched.
|
||||
URI link to an assessment that's automatically loaded when the secure assessment browser is launched.
|
||||
|
||||
The supported operations are Add, Delete, Get, and Replace.
|
||||
|
||||
|
@ -184,12 +184,6 @@ The XML below is the current version for this CSP.
|
||||
</MgmtTree>
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Related topics
|
||||
|
||||
[SecureAssessment CSP](secureassessment-csp.md)
|
||||
|
@ -14,15 +14,22 @@ ms.date: 06/26/2017
|
||||
|
||||
# SecurityPolicy CSP
|
||||
|
||||
The table below shows the applicability of Windows:
|
||||
|
||||
|Edition|Windows 10|Windows 11|
|
||||
|--- |--- |--- |
|
||||
|Home|Yes|Yes|
|
||||
|Pro|Yes|Yes|
|
||||
|Business|Yes|Yes|
|
||||
|Enterprise|Yes|Yes|
|
||||
|Education|Yes|Yes|
|
||||
|
||||
The SecurityPolicy configuration service provider is used to configure security policy settings for WAP push, OMA Client Provisioning, OMA DM, Service Indication (SI), Service Loading (SL), and MMS.
|
||||
|
||||
> [!NOTE]
|
||||
> This configuration service provider requires the ID\_CAP\_CSP\_FOUNDATION and ID\_CAP\_DEVICE\_MANAGEMENT\_SECURITY\_POLICIES capabilities to be accessed from a network configuration application.
|
||||
|
||||
|
||||
|
||||
For the SecurityPolicy CSP, you can't use the Replace command unless the node already exists.
|
||||
For the SecurityPolicy CSP, you cannot use the Replace command unless the node already exists.
|
||||
|
||||
The following example shows the SecurityPolicy configuration service provider management object in tree format as used by both OMA DM and OMA Client Provisioning.
|
||||
|
||||
@ -112,7 +119,6 @@ The following security policies are supported.
|
||||
|
||||
## Remarks
|
||||
|
||||
|
||||
Security roles allow or restrict access to device resources. The security role is based on the message origin and how the message is signed. You can assign multiple roles to a message in the security policy XML document by combining the decimal values of the roles that you want to assign. For example, to assign both the SECROLE\_KNOWN\_PPG and SECROLE\_OPERATOR\_TPS roles, use the decimal value 384 (256+128).
|
||||
|
||||
The following security roles are supported.
|
||||
@ -123,11 +129,8 @@ The following security roles are supported.
|
||||
|SECROLE_KNOWN_PPG|256|Known Push Proxy Gateway.<br>Messages assigned this role indicate that the device knows the address to the Push Proxy Gateway.|
|
||||
|SECROLE_ANY_PUSH_SOURCE|4096|Push Router.<br>Messages received by the push router will be assigned to this role.|
|
||||
|
||||
|
||||
|
||||
## OMA Client Provisioning examples
|
||||
|
||||
|
||||
Setting a security policy:
|
||||
|
||||
```xml
|
||||
@ -150,7 +153,6 @@ Querying a security policy:
|
||||
|
||||
## OMA DM examples
|
||||
|
||||
|
||||
Setting a security policy:
|
||||
|
||||
```xml
|
||||
@ -195,7 +197,6 @@ Querying a security policy:
|
||||
|
||||
## Microsoft Custom Elements
|
||||
|
||||
|
||||
The following table shows the Microsoft custom elements that this Configuration Service Provider supports for OMA Client Provisioning.
|
||||
|
||||
|Elements|Available|
|
||||
@ -203,9 +204,6 @@ The following table shows the Microsoft custom elements that this Configuration
|
||||
|parm-query|Yes|
|
||||
|noparm|Yes. If this element is used, then the policy is set to 0 by default (corresponding to the most restrictive of policy values).|
|
||||
|
||||
|
||||
|
||||
## Related topics
|
||||
|
||||
|
||||
[Configuration service provider reference](configuration-service-provider-reference.md)
|
||||
|
@ -14,6 +14,15 @@ ms.date: 01/16/2019
|
||||
|
||||
# SharedPC CSP
|
||||
|
||||
The table below shows the applicability of Windows:
|
||||
|
||||
|Edition|Windows 10|Windows 11|
|
||||
|--- |--- |--- |
|
||||
|Home|No|No|
|
||||
|Pro|Yes|Yes|
|
||||
|Business|Yes|Yes|
|
||||
|Enterprise|Yes|Yes|
|
||||
|Education|Yes|Yes|
|
||||
|
||||
The SharedPC configuration service provider is used to configure settings for Shared PC usage.
|
||||
|
||||
@ -57,7 +66,9 @@ A boolean value that specifies whether the policies for education environment ar
|
||||
|
||||
The supported operations are Add, Get, Replace, and Delete.
|
||||
|
||||
The default value changed to false in Windows 10, version 1703. The default value is Not Configured and this node needs to be configured independent of EnableSharedPCMode. In Windows 10, version 1607, the value is set to True and the education environment is automatically configured when SharedPC mode is configured.
|
||||
The default value changed to false in Windows 10, version 1703. The default value is Not Configured and this node needs to be configured independent of EnableSharedPCMode.
|
||||
|
||||
In Windows 10, version 1607, the value is set to True and the education environment is automatically configured when SharedPC mode is configured.
|
||||
|
||||
<a href="" id="setpowerpolicies"></a>**SetPowerPolicies**
|
||||
Optional. A boolean value that specifies that the power policies should be set when configuring SharedPC mode.
|
||||
@ -140,9 +151,9 @@ For Windows 10, version 1607, here's the list shows the supported values:
|
||||
|
||||
For Windows 10, version 1703, here's the list of supported values:
|
||||
|
||||
- 0 - Delete immediately
|
||||
- 1 - Delete at disk space threshold
|
||||
- 2 - Delete at disk space threshold and inactive threshold
|
||||
- 0 - Delete immediately.
|
||||
- 1 - Delete at disk space threshold.
|
||||
- 2 - Delete at disk space threshold and inactive threshold.
|
||||
|
||||
The default value is Not Configured. Its value in the SharedPC provisioning package is 1 or 2.
|
||||
|
||||
@ -181,7 +192,8 @@ The default value is Not Configured and behavior is no such restriction applied.
|
||||
<a href="" id="kioskmodeaumid"></a>**KioskModeAUMID**
|
||||
Added in Windows 10, version 1703. Specifies the AUMID of the app to use with assigned access. This node is optional.
|
||||
|
||||
Value type is string. Supported operations are Add, Get, Replace, and Delete.
|
||||
- Value type is string.
|
||||
- Supported operations are Add, Get, Replace, and Delete.
|
||||
|
||||
> [!NOTE]
|
||||
> If used, this value must set before the action on the **EnableSharedPCMode** node is taken.
|
||||
@ -197,7 +209,9 @@ Value type is string. Supported operations are Add, Get, Replace, and Delete.
|
||||
<a href="" id="inactivethreshold"></a>**InactiveThreshold**
|
||||
Added in Windows 10, version 1703. Accounts will start being deleted when they haven't been logged on during the specified period, given as number of days.
|
||||
|
||||
The default value is Not Configured. Value type is integer. Supported operations are Add, Get, Replace, and Delete.
|
||||
- The default value is Not Configured.
|
||||
- Value type is integer.
|
||||
- Supported operations are Add, Get, Replace, and Delete.
|
||||
|
||||
The default in the SharedPC provisioning package is 30.
|
||||
|
||||
@ -207,13 +221,14 @@ Added in Windows 10, version 1703. Maximum size of the paging file in MB. Applie
|
||||
> [!NOTE]
|
||||
> If used, this value must set before the action on the **EnableSharedPCMode** node is taken.
|
||||
|
||||
Default value is Not Configured. Value type is integer. Supported operations are Add, Get, Replace, and Delete.
|
||||
- Default value is Not Configured.
|
||||
- Value type is integer.
|
||||
- Supported operations are Add, Get, Replace, and Delete.
|
||||
|
||||
The default in the SharedPC provisioning package is 1024.
|
||||
|
||||
## Related topics
|
||||
|
||||
|
||||
[Configuration service provider reference](configuration-service-provider-reference.md)
|
||||
|
||||
|
||||
|
@ -14,7 +14,6 @@ ms.date: 12/05/2017
|
||||
|
||||
# SharedPC DDF file
|
||||
|
||||
|
||||
This topic shows the OMA DM device description framework (DDF) for the **SharedPC** configuration service provider. DDF files are used only with OMA DM provisioning XML.
|
||||
|
||||
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).
|
||||
@ -176,7 +175,7 @@ The XML below is the DDF for Windows 10, version 1703.
|
||||
<Replace />
|
||||
</AccessType>
|
||||
<DefaultValue>300</DefaultValue>
|
||||
<Description>The amount of time before the PC sleeps, giving in seconds. 0 means the PC never sleeps. Default is 5 minutes. This node is optional. If used, it needs to be set before the action on "EnableSharedPCMode" node is taken.</Description>
|
||||
<Description>The amount of time before the PC sleeps, given in seconds. 0 means the PC never sleeps. Default is 5 minutes. This node is optional. If used, it needs to be set before the action on "EnableSharedPCMode" node is taken.</Description>
|
||||
<DFFormat>
|
||||
<int />
|
||||
</DFFormat>
|
||||
@ -436,7 +435,6 @@ The XML below is the DDF for Windows 10, version 1703.
|
||||
|
||||
## Related topics
|
||||
|
||||
|
||||
[SharedPC configuration service provider](sharedpc-csp.md)
|
||||
|
||||
|
||||
|
@ -17,6 +17,7 @@ ms.date: 07/28/2017
|
||||
The SurfaceHub configuration service provider (CSP) is used to configure Microsoft Surface Hub settings. This CSP was added in Windows 10, version 1511.
|
||||
|
||||
The following example shows the SurfaceHub CSP management objects in tree format.
|
||||
|
||||
```
|
||||
./Vendor/MSFT
|
||||
SurfaceHub
|
||||
@ -72,13 +73,14 @@ SurfaceHub
|
||||
--------WorkspaceID
|
||||
--------WorkspaceKey
|
||||
```
|
||||
|
||||
<a href="" id="--vendor-msft-surfacehub"></a>**./Vendor/MSFT/SurfaceHub**
|
||||
<p>The root node for the Surface Hub configuration service provider.
|
||||
The root node for the Surface Hub configuration service provider.
|
||||
|
||||
<a href="" id="deviceaccount"></a>**DeviceAccount**
|
||||
<p>Node for setting device account information. A device account is a Microsoft Exchange account that is connected with Skype for Business, which allows people to join scheduled meetings, make Skype for Business calls, and share content from the device. See the Surface Hub administrator guide for more information about setting up a device account.
|
||||
Node for setting device account information. A device account is a Microsoft Exchange account that is connected with Skype for Business, which allows people to join scheduled meetings, make Skype for Business calls, and share content from the device. See the Surface Hub administrator guide for more information about setting up a device account.
|
||||
|
||||
<p>To use a device account from Azure Active Directory
|
||||
To use a device account from Azure Active Directory
|
||||
|
||||
1. Set the UserPrincipalName (for Azure AD).
|
||||
2. Set a valid Password.
|
||||
@ -89,7 +91,7 @@ SurfaceHub
|
||||
> If the device cannot auto-discover the Exchange server and Session Initiation Protocol (SIP) address from this information, you should specify the ExchangeServer and SipAddress.
|
||||
|
||||
|
||||
<p>Here's a SyncML example.
|
||||
Here's a SyncML example.
|
||||
|
||||
```xml
|
||||
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||
@ -139,7 +141,7 @@ SurfaceHub
|
||||
</SyncML>
|
||||
```
|
||||
|
||||
<p>To use a device account from Active Directory
|
||||
To use a device account from Active Directory:
|
||||
|
||||
1. Set the DomainName.
|
||||
2. Set the UserName.
|
||||
@ -147,207 +149,268 @@ SurfaceHub
|
||||
4. Execute the ValidateAndCommit node.
|
||||
|
||||
<a href="" id="deviceaccount-domainname"></a>**DeviceAccount/DomainName**
|
||||
<p>Domain of the device account when you're using Active Directory. To use a device account from Active Directory, you should specify both DomainName and UserName for the device account.
|
||||
|
||||
<p>The data type is string. Supported operation is Get and Replace.
|
||||
Domain of the device account when you're using Active Directory. To use a device account from Active Directory, you should specify both DomainName and UserName for the device account.
|
||||
|
||||
- The data type is string.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="deviceaccount-username"></a>**DeviceAccount/UserName**
|
||||
<p>Username of the device account when you're using Active Directory. To use a device account from Active Directory, you should specify both DomainName and UserName for the device account.
|
||||
|
||||
<p>The data type is string. Supported operation is Get and Replace.
|
||||
Username of the device account when you're using Active Directory. To use a device account from Active Directory, you should specify both DomainName and UserName for the device account.
|
||||
|
||||
- The data type is string.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="deviceaccount-userprincipalname"></a>**DeviceAccount/UserPrincipalName**
|
||||
<p>User principal name (UPN) of the device account. To use a device account from Azure Active Directory or a hybrid deployment, you should specify the UPN of the device account.
|
||||
|
||||
<p>The data type is string. Supported operation is Get and Replace.
|
||||
User principal name (UPN) of the device account. To use a device account from Azure Active Directory or a hybrid deployment, you should specify the UPN of the device account.
|
||||
|
||||
- The data type is string.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="deviceaccount-sipaddress"></a>**DeviceAccount/SipAddress**
|
||||
<p>Session Initiation Protocol (SIP) address of the device account. Normally, the device will try to auto-discover the SIP. This field is only required if auto-discovery fails.
|
||||
|
||||
<p>The data type is string. Supported operation is Get and Replace.
|
||||
Session Initiation Protocol (SIP) address of the device account. Normally, the device will try to auto-discover the SIP. This field is only required if auto-discovery fails.
|
||||
|
||||
- The data type is string.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="deviceaccount-password"></a>**DeviceAccount/Password**
|
||||
<p>Password for the device account.
|
||||
|
||||
<p>The data type is string. Supported operation is Get and Replace. The operation Get is allowed, but it will always return a blank.
|
||||
Password for the device account.
|
||||
|
||||
- The data type is string.
|
||||
- Supported operation is Get and Replace. The operation Get is allowed, but it will always return a blank.
|
||||
|
||||
<a href="" id="deviceaccount-validateandcommit"></a>**DeviceAccount/ValidateAndCommit**
|
||||
<p>This method validates the data provided and then commits the changes.
|
||||
|
||||
<p>The data type is string. Supported operation is Execute.
|
||||
This method validates the data provided and then commits the changes.
|
||||
|
||||
- The data type is string.
|
||||
- Supported operation is Execute.
|
||||
|
||||
<a href="" id="deviceaccount-email"></a>**DeviceAccount/Email**
|
||||
<p>Email address of the device account.
|
||||
|
||||
<p>The data type is string.
|
||||
Email address of the device account. The data type is string.
|
||||
|
||||
<a href="" id="deviceaccount-passwordrotationenabled"></a>**DeviceAccount/PasswordRotationEnabled**
|
||||
<p>Specifies whether automatic password rotation is enabled. If you enforce a password expiration policy on the device account, use this setting to allow the device to manage its own password by changing it frequently, without requiring you to manually update the account information when the password expires. You can reset the password at any time using Active Directory (or Azure AD).
|
||||
<a href="" id="deviceaccount-passwordrotationenabled"></a>**DeviceAccount/
|
||||
PasswordRotationEnabled**
|
||||
|
||||
<p>Valid values:
|
||||
Specifies whether automatic password rotation is enabled. If you enforce a password expiration policy on the device account, use this setting to allow the device to manage its own password by changing it frequently, without requiring you to manually update the account information when the password expires. You can reset the password at any time using Active Directory (or Azure AD).
|
||||
|
||||
Valid values:
|
||||
|
||||
- 0 - password rotation enabled
|
||||
- 1 - disabled
|
||||
|
||||
<p>The data type is integer. Supported operation is Get and Replace.
|
||||
It performs the following:
|
||||
- The data type is integer.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="deviceaccount-exchangeserver"></a>**DeviceAccount/ExchangeServer**
|
||||
<p>Exchange server of the device account. Normally, the device will try to auto-discover the Exchange server. This field is only required if auto-discovery fails.
|
||||
|
||||
<p>The data type is string. Supported operation is Get and Replace.
|
||||
Exchange server of the device account. Normally, the device will try to auto-discover the Exchange server. This field is only required if auto-discovery fails.
|
||||
|
||||
- The data type is string.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="deviceaccount-exchangemodernauthenabled"></a>**DeviceAccount/ExchangeModernAuthEnabled**
|
||||
<p>Added in <a href="https://support.microsoft.com/help/4598291" data-raw-source="[KB4598291](https://support.microsoft.com/help/4598291)">KB4598291</a> for Windows 10, version 20H2. Specifies whether Device Account calendar sync will attempt to use token-based Modern Authentication to connect to the Exchange Server. Default value is True.
|
||||
|
||||
<p>The data type is boolean. Supported operation is Get and Replace.
|
||||
Added in <a href="https://support.microsoft.com/help/4598291" data-raw-source="[KB4598291](https://support.microsoft.com/help/4598291)">KB4598291</a> for Windows 10, version 20H2. Specifies, whether Device Account calendar sync will attempt to use token-based Modern Authentication to connect to the Exchange Server. Default value is True.
|
||||
|
||||
- The data type is boolean.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="deviceaccount-calendarsyncenabled"></a>**DeviceAccount/CalendarSyncEnabled**
|
||||
<p>Specifies whether calendar sync and other Exchange server services is enabled.
|
||||
|
||||
<p>The data type is boolean. Supported operation is Get and Replace.
|
||||
Specifies, whether calendar sync and other Exchange server services is enabled.
|
||||
|
||||
- The data type is boolean.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="deviceaccount-errorcontext"></a>**DeviceAccount/ErrorContext**
|
||||
|
||||
If there's an error calling ValidateAndCommit, there's another context for that error in this node. Here are the possible error values:
|
||||
|
||||
| ErrorContext value | Stage where error occurred | Description and suggestions |
|
||||
| **ErrorContext value** | **Stage where error occurred** | **Description and suggestions** |
|
||||
| --- | --- | --- |
|
||||
| 1 | Unknown | |
|
||||
| 2 | Populating account | Unable to retrieve account details using the username and password you provided.<br/><br/>-For Azure AD accounts, ensure that UserPrincipalName and Password are valid.<br/>-For AD accounts, ensure that DomainName, UserName, and Password are valid.<br/>-Ensure that the specified account has an Exchange server mailbox. |
|
||||
| 2 | Populating account | Unable to retrieve account details using the username and password you provided.<br/><br/> For Azure AD accounts, ensure that UserPrincipalName and Password are valid.<br/> For AD accounts, ensure that DomainName, UserName, and Password are valid.<br/> Ensure that the specified account has an Exchange server mailbox. |
|
||||
| 3 | Populating Exchange server address | Unable to auto-discover your Exchange server address. Try to manually specify the Exchange server address using the ExchangeServer field. |
|
||||
| 4 | Validating Exchange server address | Unable to validate the Exchange server address. Ensure that the ExchangeServer field is valid. |
|
||||
| 4 | Validating Exchange server address | Unable to validate the Exchange server address. Ensure the ExchangeServer field is valid. |
|
||||
| 5 | Saving account information | Unable to save account details to the system. |
|
||||
| 6 | Validating EAS policies | The device account uses an unsupported EAS policy. Make sure the EAS policy is configured correctly according to the admin guide. |
|
||||
|
||||
The data type is integer. Supported operation is Get.
|
||||
It performs the following:
|
||||
- The data type is integer.
|
||||
- Supported operation is Get.
|
||||
|
||||
<a href="" id="maintenancehourssimple-hours"></a>**MaintenanceHoursSimple/Hours**
|
||||
|
||||
<p>Node for maintenance schedule.
|
||||
Node for maintenance schedule.
|
||||
|
||||
<a href="" id="maintenancehourssimple-hours-starttime"></a>**MaintenanceHoursSimple/Hours/StartTime**
|
||||
<p>Specifies the start time for maintenance hours in minutes from midnight. For example, to set a 2:00 am start time, set this value to 120.
|
||||
|
||||
<p>The data type is integer. Supported operation is Get and Replace.
|
||||
Specifies the start time for maintenance hours in minutes from midnight. For example, to set a 2:00 am start time, set this value to 120.
|
||||
|
||||
- The data type is integer.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="maintenancehourssimple-hours-duration"></a>**MaintenanceHoursSimple/Hours/Duration**
|
||||
<p>Specifies the duration of maintenance window in minutes. For example, to set a 3-hour duration, set this value to 180.
|
||||
|
||||
<p>The data type is integer. Supported operation is Get and Replace.
|
||||
Specifies the duration of maintenance window in minutes. For example, to set a 3-hour duration, set this value to 180.
|
||||
|
||||
- The data type is integer.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="inboxapps"></a>**InBoxApps**
|
||||
<p>Node for the in-box app settings.
|
||||
|
||||
Node for the in-box app settings.
|
||||
|
||||
<a href="" id="inboxapps-skypeforbusiness"></a>**InBoxApps/SkypeForBusiness**
|
||||
<p>Added in Windows 10, version 1703. Node for the Skype for Business settings.
|
||||
|
||||
Added in Windows 10, version 1703. Node for the Skype for Business settings.
|
||||
|
||||
<a href="" id="inboxapps-skypeforbusiness-domainname"></a>**InBoxApps/SkypeForBusiness/DomainName**
|
||||
<p>Added in Windows 10, version 1703. Specifies the domain of the Skype for Business account when you're using Active Directory. For more information, see <a href="/SkypeForBusiness/set-up-skype-for-business-online" data-raw-source="[Set up Skype for Business Online](/SkypeForBusiness/set-up-skype-for-business-online)">Set up Skype for Business Online</a>.
|
||||
|
||||
<p>The data type is string. Supported operation is Get and Replace.
|
||||
Added in Windows 10, version 1703. Specifies the domain of the Skype for Business account when you're using Active Directory. For more information, see <a href="/SkypeForBusiness/set-up-skype-for-business-online" data-raw-source="[Set up Skype for Business Online](/SkypeForBusiness/set-up-skype-for-business-online)">Set up Skype for Business Online</a>.
|
||||
|
||||
- The data type is string.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="inboxapps-welcome"></a>**InBoxApps/Welcome**
|
||||
<p>Node for the welcome screen.
|
||||
Node for the welcome screen.
|
||||
|
||||
<a href="" id="inboxapps-welcome-autowakescreen"></a>**InBoxApps/Welcome/AutoWakeScreen**
|
||||
<p>Automatically turn on the screen using motion sensors.
|
||||
|
||||
<p>The data type is boolean. Supported operation is Get and Replace.
|
||||
Automatically turn on the screen using motion sensors.
|
||||
|
||||
- The data type is boolean.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="inboxapps-welcome-currentbackgroundpath"></a>**InBoxApps/Welcome/CurrentBackgroundPath**
|
||||
<p>Download location for image to be used as the background during user sessions and on the welcome screen. To set this location, specify an https URL to a 32-bit PNG file (only PNGs are supported for security reasons). If any certificate authorities need to be trusted in order to access the URL, ensure they're valid and installed on the Hub, otherwise it may not be able to load the image.
|
||||
|
||||
<p>The data type is string. Supported operation is Get and Replace.
|
||||
Download location for image, to be used as the background during user sessions and on the welcome screen. To set this location, specify an https URL to a 32-bit PNG file (only PNGs are supported for security reasons). If any certificate authorities need to be trusted in order to access the URL, ensure they're valid and installed on the Hub. Otherwise, it may not be able to load the image.
|
||||
|
||||
- The data type is string.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="inboxapps-welcome-meetinginfooption"></a>**InBoxApps/Welcome/MeetingInfoOption**
|
||||
<p>Meeting information displayed on the welcome screen.
|
||||
|
||||
<p>Valid values:
|
||||
Meeting information displayed on the welcome screen.
|
||||
|
||||
Valid values:
|
||||
|
||||
- 0 - Organizer and time only
|
||||
- 1 - Organizer, time, and subject. Subject is hidden in private meetings.
|
||||
|
||||
<p>The data type is integer. Supported operation is Get and Replace.
|
||||
It performs the following:
|
||||
- The data type is integer.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="inboxapps-whiteboard"></a>**InBoxApps/Whiteboard**
|
||||
<p>Node for the Whiteboard app settings.
|
||||
|
||||
Node for the Whiteboard app settings.
|
||||
|
||||
<a href="" id="inboxapps-whiteboard-sharingdisabled"></a>**InBoxApps/Whiteboard/SharingDisabled**
|
||||
<p>Invitations to collaborate from the Whiteboard app aren't allowed.
|
||||
|
||||
<p>The data type is boolean. Supported operation is Get and Replace.
|
||||
Invitations to collaborate from the Whiteboard app aren't allowed.
|
||||
|
||||
- The data type is boolean.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="inboxapps-whiteboard-signindisabled"></a>**InBoxApps/Whiteboard/SigninDisabled**
|
||||
<p>Sign-ins from the Whiteboard app aren't allowed.
|
||||
|
||||
<p>The data type is boolean. Supported operation is Get and Replace.
|
||||
Sign-in from the Whiteboard app aren't allowed.
|
||||
|
||||
- The data type is boolean.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="inboxapps-whiteboard-telemetrydisabled"></a>**InBoxApps/Whiteboard/TelemeteryDisabled**
|
||||
<p>Telemetry collection from the Whiteboard app isn't allowed.
|
||||
|
||||
<p>The data type is boolean. Supported operation is Get and Replace.
|
||||
Telemetry collection from the Whiteboard app isn't allowed.
|
||||
|
||||
- The data type is boolean.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="inboxapps-wirelessprojection"></a>**InBoxApps/WirelessProjection**
|
||||
<p>Node for the wireless projector app settings.
|
||||
|
||||
Node for the wireless projector app settings.
|
||||
|
||||
<a href="" id="inboxapps-wirelessprojection-pinrequired"></a>**InBoxApps/WirelessProjection/PINRequired**
|
||||
<p>Users must enter a PIN to wirelessly project to the device.
|
||||
|
||||
<p>The data type is boolean. Supported operation is Get and Replace.
|
||||
Users must enter a PIN to wireless project to the device.
|
||||
|
||||
- The data type is boolean.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="inboxapps-wirelessprojection-enabled"></a>**InBoxApps/WirelessProjection/Enabled**
|
||||
<p>Enables wireless projection to the device.
|
||||
|
||||
<p>The data type is boolean. Supported operation is Get and Replace.
|
||||
Enables wireless projection to the device.
|
||||
|
||||
- The data type is boolean.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="inboxapps-wirelessprojection-channel"></a>**InBoxApps/WirelessProjection/Channel**
|
||||
<p>Wireless channel to use for Miracast operation. The supported channels are defined by the Wi-Fi Alliance Wi-Fi Direct specification.
|
||||
|
||||
|Compatibility|Values|
|
||||
Wireless channel to use for Miracast operation. The supported channels are defined by the Wi-Fi Alliance Wi-Fi Direct specification.
|
||||
|
||||
|**Compatibility**|**Values**|
|
||||
|--- |--- |
|
||||
|Works with all Miracast senders in all regions|1, 3, 4, 5, 6, 7, 8, 9, 10, 11|
|
||||
|Works with all 5ghz band Miracast senders in all regions|36, 40, 44, 48|
|
||||
|Works with all 5ghz band Miracast senders in all regions except Japan|149, 153, 157, 161, 165|
|
||||
|
||||
The default value is 255. Outside of regulatory concerns, if the channel is configured incorrectly, the driver will either not boot or will broadcast on the wrong channel (which senders won't be looking for).
|
||||
|
||||
<p>The default value is 255. Outside of regulatory concerns, if the channel is configured incorrectly the driver will either not boot, or will broadcast on the wrong channel (which senders won't be looking for).
|
||||
|
||||
<p>The data type is integer. Supported operation is Get and Replace.
|
||||
- The data type is integer.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="inboxapps-connect"></a>**InBoxApps/Connect**
|
||||
<p>Added in Windows 10, version 1703. Node for the Connect app.
|
||||
|
||||
Added in Windows 10, version 1703. Node for the Connect app.
|
||||
|
||||
<a href="" id="inboxapps-welcome-autowakescreen"></a>**InBoxApps/Connect/AutoLaunch**
|
||||
<p>Added in Windows 10, version 1703. Specifies whether to automatically launch the Connect app whenever a projection is initiated.
|
||||
|
||||
<p>If this setting is true, the Connect app will be automatically launched. If false, the user will need to launch the Connect app manually from the Hub’s settings.
|
||||
Added in Windows 10, version 1703. Specifies, whether to automatically launch the Connect app whenever a projection is initiated.
|
||||
|
||||
<p>The data type is boolean. Supported operation is Get and Replace.
|
||||
If this setting is true, the Connect app will be automatically launched. If false, the user will need to launch the Connect app manually from the Hub’s settings.
|
||||
|
||||
- The data type is boolean.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="properties"></a>**Properties**
|
||||
<p>Node for the device properties.
|
||||
|
||||
Node for the device properties.
|
||||
|
||||
<a href="" id="properties-friendlyname"></a>**Properties/FriendlyName**
|
||||
<p>Friendly name of the device. Specifies the name that users see when they want to wirelessly project to the device.
|
||||
|
||||
<p>The data type is string. Supported operation is Get and Replace.
|
||||
Friendly name of the device. Specifies the name that users see when they want wireless project to the device.
|
||||
|
||||
- The data type is string.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="properties-defaultvolume"></a>**Properties/DefaultVolume**
|
||||
<p>Added in Windows 10, version 1703. Specifies the default volume value for a new session. Permitted values are 0-100. The default is 45.
|
||||
|
||||
<p>The data type is integer. Supported operation is Get and Replace.
|
||||
Added in Windows 10, version 1703. Specifies the default volume value for a new session. Permitted values are 0-100. The default is 45.
|
||||
|
||||
- The data type is integer.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="properties-defaultautomaticframing"></a>**Properties/DefaultAutomaticFraming**
|
||||
<p>Added in <a href="https://support.microsoft.com/help/5010415" data-raw-source="[KB5010415](https://support.microsoft.com/help/5010415)">KB5010415</a> for Windows 10, version 20H2. Specifies whether the Surface Hub 2 Smart Camera feature to automatically zoom and keep users centered in the video is enabled. Default value is True.
|
||||
|
||||
<p>The data type is boolean. Supported operation is Get and Replace.
|
||||
Added in <a href="https://support.microsoft.com/help/5010415" data-raw-source="[KB5010415](https://support.microsoft.com/help/5010415)">KB5010415</a> for Windows 10, version 20H2. Specifies whether the Surface Hub 2 Smart Camera feature to automatically zoom and keep users centered in the video is enabled. Default value is True.
|
||||
|
||||
- The data type is boolean.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="properties-screentimeout"></a>**Properties/ScreenTimeout**
|
||||
<p>Added in Windows 10, version 1703. Specifies the number of minutes until the Hub screen turns off.
|
||||
|
||||
<p>The following table shows the permitted values.
|
||||
Added in Windows 10, version 1703. Specifies the number of minutes until the Hub screen turns off.
|
||||
|
||||
|Value|Description|
|
||||
The following table shows the permitted values.
|
||||
|
||||
|**Value**|**Description**|
|
||||
|--- |--- |
|
||||
|0|Never time out|
|
||||
|1|1 minute|
|
||||
@ -361,14 +424,17 @@ The data type is integer. Supported operation is Get.
|
||||
|120|2 hours|
|
||||
|240|4 hours|
|
||||
|
||||
<p>The data type is integer. Supported operation is Get and Replace.
|
||||
It performs the following:
|
||||
- The data type is integer.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="properties-sessiontimeout"></a>**Properties/SessionTimeout**
|
||||
<p>Added in Windows 10, version 1703. Specifies the number of minutes until the session times out.
|
||||
|
||||
<p>The following table shows the permitted values.
|
||||
Added in Windows 10, version 1703. Specifies the number of minutes until the session times out.
|
||||
|
||||
|Value|Description|
|
||||
The following table shows the permitted values.
|
||||
|
||||
|**Value**|**Description**|
|
||||
|--- |--- |
|
||||
|0|Never time out|
|
||||
|1|1 minute (default)|
|
||||
@ -382,14 +448,17 @@ The data type is integer. Supported operation is Get.
|
||||
|120|2 hours|
|
||||
|240|4 hours|
|
||||
|
||||
<p>The data type is integer. Supported operation is Get and Replace.
|
||||
It performs the following:
|
||||
- The data type is integer.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="properties-sleeptimeout"></a>**Properties/SleepTimeout**
|
||||
<p>Added in Windows 10, version 1703. Specifies the number of minutes until the Hub enters sleep mode.
|
||||
|
||||
<p>The following table shows the permitted values.
|
||||
Added in Windows 10, version 1703. Specifies the number of minutes until the Hub enters sleep mode.
|
||||
|
||||
|Value|Description|
|
||||
The following table shows the permitted values.
|
||||
|
||||
|**Value**|**Description**|
|
||||
|--- |--- |
|
||||
|0|Never time out|
|
||||
|1|1 minute|
|
||||
@ -403,61 +472,80 @@ The data type is integer. Supported operation is Get.
|
||||
|120|2 hours|
|
||||
|240|4 hours|
|
||||
|
||||
<p>The data type is integer. Supported operation is Get and Replace.
|
||||
It performs the following:
|
||||
- The data type is integer.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="properties-sleepmode"></a>**Properties/SleepMode**
|
||||
<p>Added in Windows 10, version 20H2. Specifies the type of sleep mode for the Surface Hub.
|
||||
|
||||
<p>Valid values:
|
||||
Added in Windows 10, version 20H2. Specifies the type of sleep mode for the Surface Hub.
|
||||
|
||||
Valid values:
|
||||
|
||||
- 0 - Connected Standby (default)
|
||||
- 1 - Hibernate
|
||||
|
||||
<p>The data type is integer. Supported operation is Get and Replace.
|
||||
It performs the following:
|
||||
- The data type is integer.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="properties-allowsessionresume"></a>**Properties/AllowSessionResume**
|
||||
<p>Added in Windows 10, version 1703. Specifies whether to allow the ability to resume a session when the session times out.
|
||||
|
||||
<p>If this setting is true, the "Resume Session" feature will be available on the welcome screen when the screen is idle. If false, once the screen idles, the session will be automatically cleaned up as if the “End Session" feature was initiated.
|
||||
Added in Windows 10, version 1703. Specifies whether to allow the ability to resume a session when the session times out.
|
||||
|
||||
<p>The data type is boolean. Supported operation is Get and Replace.
|
||||
If this setting is true, the "Resume Session" feature will be available on the welcome screen when the screen is idle. If false, once the screen idles, the session will be automatically cleaned up as if the “End Session" feature was initiated.
|
||||
|
||||
- The data type is boolean.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="properties-allowautoproxyauth"></a>**Properties/AllowAutoProxyAuth**
|
||||
<p>Added in Windows 10, version 1703. Specifies whether to use the device account for proxy authentication.
|
||||
|
||||
<p>If this setting is true, the device account will be used for proxy authentication. If false, a separate account will be used.
|
||||
Added in Windows 10, version 1703. Specifies whether to use the device account for proxy authentication.
|
||||
|
||||
<p>The data type is boolean. Supported operation is Get and Replace.
|
||||
If this setting is true, the device account will be used for proxy authentication. If false, a separate account will be used.
|
||||
|
||||
- The data type is boolean.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="properties-proxyservers"></a>**Properties/ProxyServers**
|
||||
<p>Added in <a href="https://support.microsoft.com/help/4499162" data-raw-source="[KB4499162](https://support.microsoft.com/help/4499162)">KB4499162</a> for Windows 10, version 1703. Specifies FQDNs of proxy servers to provide device account credentials to before any user interaction (if AllowAutoProxyAuth is enabled). This FQDN is a semi-colon separated list of server names, without any extra prefixes (for example, https://).
|
||||
|
||||
<p>The data type is string. Supported operation is Get and Replace.
|
||||
Added in <a href="https://support.microsoft.com/help/4499162" data-raw-source="[KB4499162](https://support.microsoft.com/help/4499162)">KB4499162</a> for Windows 10, version 1703. Specifies FQDNs of proxy servers to provide device account credentials to before any user interaction (if AllowAutoProxyAuth is enabled). This FQDN is a semi-colon separated list of server names, without any extra prefixes (for example, https://).
|
||||
|
||||
- The data type is string.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="properties-disablesigninsuggestions"></a>**Properties/DisableSigninSuggestions**
|
||||
<p>Added in Windows 10, version 1703. Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings.
|
||||
|
||||
<p>If this setting is true, the sign-in dialog won't be populated. If false, the dialog will auto-populate.
|
||||
Added in Windows 10, version 1703. Specifies whether to disable auto-populating of the sign-in dialog with invitees from scheduled meetings.
|
||||
|
||||
<p>The data type is boolean. Supported operation is Get and Replace.
|
||||
If this setting is true, the sign-in dialog won't be populated. If false, the dialog will auto-populate.
|
||||
|
||||
- The data type is boolean.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="properties-donotshowmymeetingsandfiles"></a>**Properties/DoNotShowMyMeetingsAndFiles**
|
||||
<p>Added in Windows 10, version 1703. Specifies whether to disable the "My meetings and files" feature in the Start menu, which shows the signed-in user's meetings and files from Office 365.
|
||||
|
||||
<p>If this setting is true, the “My meetings and files” feature won't be shown. When false, the “My meetings and files” feature will be shown.
|
||||
Added in Windows 10, version 1703. Specifies whether to disable the "My meetings and files" feature in the Start menu, which shows the signed-in user's meetings and files from Office 365.
|
||||
|
||||
<p>The data type is boolean. Supported operation is Get and Replace.
|
||||
If this setting is true, the “My meetings and files” feature won't be shown. When false, the “My meetings and files” feature will be shown.
|
||||
|
||||
- The data type is boolean.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<a href="" id="momagent"></a>**MOMAgent**
|
||||
<p>Node for the Microsoft Operations Management Suite.
|
||||
|
||||
Node for the Microsoft Operations Management Suite.
|
||||
|
||||
<a href="" id="momagent-workspaceid"></a>**MOMAgent/WorkspaceID**
|
||||
<p>GUID identifying the Microsoft Operations Management Suite workspace ID to collect the data. Set this GUID to an empty string to disable the MOM agent.
|
||||
|
||||
<p>The data type is string. Supported operation is Get and Replace.
|
||||
GUID identifying the Microsoft Operations Management Suite workspace ID to collect the data. Set this GUID to an empty string to disable the MOM agent.
|
||||
|
||||
<a href="" id="momagent-workspacekey"></a>**MOMAgent/WorkspaceKey**
|
||||
<p>Primary key for authenticating with the workspace.
|
||||
- The data type is string.
|
||||
- Supported operation is Get and Replace.
|
||||
|
||||
<p>The data type is string. Supported operation is Get and Replace. The Get operation is allowed, but it will always return an empty string.
|
||||
<a href="" id="momagent-workspacekey"></a>**MOMAgent/WorkspaceKey**
|
||||
|
||||
Primary key for authenticating with the workspace.
|
||||
|
||||
- The data type is string.
|
||||
- Supported operation is Get and Replace. The Get operation is allowed, but it will always return an empty string.
|
@ -13,6 +13,16 @@ manager: dansimp
|
||||
|
||||
# TenantLockdown CSP
|
||||
|
||||
The table below shows the applicability of Windows:
|
||||
|
||||
|Edition|Windows 10|Windows 11|
|
||||
|--- |--- |--- |
|
||||
|Home|No|No|
|
||||
|Pro|Yes|Yes|
|
||||
|Business|Yes|Yes|
|
||||
|Enterprise|Yes|Yes|
|
||||
|Education|Yes|Yes|
|
||||
|
||||
> [!WARNING]
|
||||
> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here. This CSP was added in Windows 10, version 1809.
|
||||
|
||||
@ -28,16 +38,21 @@ TenantLockdown
|
||||
----RequireNetworkInOOBE
|
||||
```
|
||||
<a href="" id="tenantlockdown"></a>**./Vendor/MSFT/TenantLockdown**
|
||||
The root node.
|
||||
The root node for the TenantLockdown configuration service provider.
|
||||
|
||||
<a href="" id="requirenetworkinoobe"></a>**RequireNetworkInOOBE**
|
||||
Specifies whether to require a network connection during the out-of-box experience (OOBE) at first sign in.
|
||||
Specifies whether a network connection is required during the out-of-box experience (OOBE) at first logon.
|
||||
|
||||
When RequireNetworkInOOBE is true, when the device goes through OOBE at first sign in or after a reset, the user is required to choose a network before proceeding. There's no "skip for now" option.
|
||||
|
||||
Value type is bool. Supported operations are Get and Replace.
|
||||
- Value type is bool.
|
||||
- Supported operations are Get and Replace.
|
||||
|
||||
- True - Require network in OOBE
|
||||
- False - No network connection requirement in OOBE
|
||||
- True - Require network in OOBE.
|
||||
- False - No network connection requirement in OOBE.
|
||||
|
||||
Example scenario: Henry is the IT admin at Contoso. He deploys 1000 devices successfully with RequireNetworkInOOBE set to true. When users accidentally or intentionally reset their device, they're required to connect to a network before they can proceed. Upon successful connection, users see the Contoso branded sign-in experience where they must use their Azure AD credentials. There's no option to skip the network connection and create a local account.
|
||||
Example scenario: Henry is the IT admin at Contoso. He deploys 1000 devices successfully with RequireNetworkInOOBE set to true. When users accidentally or intentionally reset their device, they are required to connect to a network before they can proceed. Upon successful connection, users see the Contoso branded sign-in experience where they must use their Azure AD credentials. There is no option to skip the network connection and create a local account.
|
||||
|
||||
## Related topics
|
||||
|
||||
[Configuration service provider reference](configuration-service-provider-reference.md)
|
||||
|
@ -75,3 +75,7 @@ The XML below is for Windows 10, version 1809.
|
||||
</Node>
|
||||
</MgmtTree>
|
||||
```
|
||||
|
||||
## Related topics
|
||||
|
||||
[TenantLockdown CSP](tenantlockdown-csp.md)
|
@ -853,11 +853,6 @@ items:
|
||||
items:
|
||||
- name: RemoteFind DDF file
|
||||
href: remotefind-ddf-file.md
|
||||
- name: RemoteRing CSP
|
||||
href: remotering-csp.md
|
||||
items:
|
||||
- name: RemoteRing DDF file
|
||||
href: remotering-ddf-file.md
|
||||
- name: RemoteWipe CSP
|
||||
href: remotewipe-csp.md
|
||||
items:
|
||||
|
@ -13,6 +13,16 @@ manager: dansimp
|
||||
|
||||
# WiredNetwork CSP
|
||||
|
||||
The table below shows the applicability of Windows:
|
||||
|
||||
|Edition|Windows 10|Windows 11|
|
||||
|--- |--- |--- |
|
||||
|Home|No|No|
|
||||
|Pro|Yes|Yes|
|
||||
|Business|Yes|Yes|
|
||||
|Enterprise|Yes|Yes|
|
||||
|Education|Yes|Yes|
|
||||
|
||||
> [!WARNING]
|
||||
> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
|
||||
|
||||
@ -39,17 +49,19 @@ WiredNetwork
|
||||
----EnableBlockPeriod
|
||||
```
|
||||
<a href="" id="wirednetwork"></a>**./Device/Vendor/MSFT/WiredNetwork**
|
||||
Root node.
|
||||
The root node for the wirednetwork configuration service provider.
|
||||
|
||||
<a href="" id="lanxml"></a>**LanXML**
|
||||
Optional. XML describing the wired network configuration and follows the LAN_profile schemas https://msdn.microsoft.com/library/windows/desktop/aa816366(v=vs.85).aspx.
|
||||
|
||||
Supported operations are Add, Get, Replace, and Delete. Value type is string.
|
||||
- Supported operations are Add, Get, Replace, and Delete.
|
||||
- Value type is string.
|
||||
|
||||
<a href="" id="enableblockperiod"></a>**EnableBlockPeriod**
|
||||
Optional. Enable block period (minutes), used to specify the duration for which automatic authentication attempts will be blocked from occurring after a failed authentication attempt.
|
||||
|
||||
Supported operations are Add, Get, Replace, and Delete. Value type is integer.
|
||||
- Supported operations are Add, Get, Replace, and Delete.
|
||||
- Value type is integer.
|
||||
|
||||
The following example shows how to add a wired network profile:
|
||||
```xml
|
||||
@ -70,3 +82,7 @@ The following example shows how to add a wired network profile:
|
||||
</SyncBody>
|
||||
</SyncML>
|
||||
```
|
||||
|
||||
## Related topics
|
||||
|
||||
[Configuration service provider reference](configuration-service-provider-reference.md)
|
@ -167,3 +167,7 @@ The XML below is the current version for this CSP.
|
||||
</Node>
|
||||
</MgmtTree>
|
||||
```
|
||||
|
||||
## Related topics
|
||||
|
||||
[WiredNetwork CSP](wirednetwork-csp.md)
|
||||
|
Reference in New Issue
Block a user