sheshachary-5859198

Updated articles with grammar, headings, bullets, and lists.
This commit is contained in:
Shesh
2022-03-30 19:43:00 +05:30
parent 301f0f5bd6
commit 99715d53ce
2 changed files with 9 additions and 6 deletions

View File

@ -31,13 +31,14 @@ TenantLockdown
The root node.
<a href="" id="requirenetworkinoobe"></a>**RequireNetworkInOOBE**
Specifies whether to require a network connection during the out-of-box experience (OOBE) at first logon.
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 logon or after a reset, the user is required to choose a network before proceeding. There is 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 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.

View File

@ -44,12 +44,14 @@ Root node.
<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