DH-windows-pr five fixed

This commit is contained in:
v-dihans
2021-07-12 11:12:52 -06:00
parent 58fdfa63a7
commit 62cfb3eb3b
5 changed files with 14 additions and 15 deletions

View File

@ -184,9 +184,9 @@ The following summarizes the PXE client boot process.
7. Windows PE loads, a command prompt opens and wpeinit.exe is run to initialize Windows PE.
8. The Windows PE client provides access to tools like imagex, diskpart, and bcdboot using the Windows PE command prompt. Using these tools together with a Windows 10 image file, the destination computer can be formatted properly to load a full Windows 10 operating system.
See Also
---------
## See Also
#### Concepts
### Concepts
[Windows PE Walkthroughs](/previous-versions/windows/it-pro/windows-vista/cc748899(v=ws.10))

View File

@ -290,6 +290,5 @@ We used the following methodology to derive these network endpoints:
| weus2watcab02.blob.core.windows.net | HTTPS | Used by Windows Error Reporting. |
| tsfe.trafficshaping.dsp.mp.microsoft.com | TLSv1.2 | Used for content regulation. |
| wallet.microsoft.com | HTTPS | Used by the Microsoft Wallet app. |
| wdcp.microsoft.akadns.net | TLSv1.2 | Used for Windows Defender when Cloud-based Protection is enabled. |
| www.bing.com | HTTPS | Used for updates for Cortana, apps, and Live Tiles. |

View File

@ -62,14 +62,14 @@ This less restrictive default allows for testing the impact of enabling restrict
## Policy and Registry Names
| | |
|----|---|
| Policy Name | Network access: Restrict clients allowed to make remote calls to SAM |
| Location | Computer Configuration\|Windows Settings\|Security Settings\|Local Policies\|Security Options |
| Possible values | <br>- Not defined <br>- Defined, along with the security descriptor for users and groups who are allowed or denied to use SAMRPC to remotely access either the local SAM or Active Directory. |
| Registry location | `HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa\RestrictRemoteSam` |
| Registry type | REG_SZ |
| Registry value | A string that will contain the SDDL of the security descriptor to be deployed. |
| | Description |
|:---|:---|
| **Policy Name** | Network access: Restrict clients allowed to make remote calls to SAM |
| **Location** | Computer Configuration\|Windows Settings\|Security Settings\|Local Policies\|Security Options |
| **Possible values** | <br>- Not defined <br>- Defined, along with the security descriptor for users and groups who are allowed or denied to use SAMRPC to remotely access either the local SAM or Active Directory. |
| **Registry location** | `HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Lsa\RestrictRemoteSam` |
| **Registry type** | REG_SZ |
| **Registry value** | A string that will contain the SDDL of the security descriptor to be deployed. |
The Group Policy setting is only available on computers that run Windows Server 2016 or Windows 10, version 1607 and later.
This is the only option to configure this setting by using a user interface (UI).