Skip to content

Commit fc2770e

Browse files
committed
Update system-admin-restrict-types-logon.md
1 parent 71ac6db commit fc2770e

1 file changed

Lines changed: 19 additions & 15 deletions

File tree

support/windows-server/remote/system-admin-restrict-types-logon.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,31 +37,29 @@ This error might occur for the following reasons:
3737

3838
## Troubleshooting steps
3939

40-
1. Add the user to the **Remote Desktop Users** group by using the following cmdlet:
40+
1. Open **lusrmgr.msc** and ensure the user is a member of **Remote Desktop Users**. If not, add the user to the **Remote Desktop Users** group by using the following cmdlet:
4141

4242
```Powershell
4343
Add-LocalGroupMember -Group "Remote Desktop Users" -Member "DOMAIN\Username"
4444
```
4545
4646
2. Verify user rights and group membership.
4747
48-
- On the local machine (via **secpol.msc** and **lusrmgr.msc**):
48+
- On the local machine:
4949
50-
- In the Local Security Policy snap-in (**secpol.msc**), go to **Local Policies** > **User Rights Assignment**:
50+
In the Local Security Policy snap-in (**secpol.msc**), go to **Local Policies** > **User Rights Assignment**:
5151
52-
- Ensure the user or group is included in the following policies:
52+
- Ensure the user or group is included in the following policies:
5353
54-
- **Access this computer from the network**
55-
- **Allow log on locally**
56-
- **Allow log on through Remote Desktop Services**
54+
- **Access this computer from the network**
55+
- **Allow log on locally**
56+
- **Allow log on through Remote Desktop Services**
5757
58-
- Ensure the user or group isn't included in the following policies:
58+
- Ensure the user or group isn't included in the following policies:
5959
60-
- **Deny access to this computer from the network**
61-
- **Deny log on locally**
62-
- **Deny log on through Remote Desktop Services**
63-
64-
- Open **lusrmgr.msc** and ensure the user is a member of **Remote Desktop Users**.
60+
- **Deny access to this computer from the network**
61+
- **Deny log on locally**
62+
- **Deny log on through Remote Desktop Services**
6563
6664
- On the domain controller (if the system is domain-joined):
6765
@@ -74,15 +72,21 @@ This error might occur for the following reasons:
7472
- Ensure the user or group is a member of **Remote Desktop Users**.
7573
- Confirm group policy inheritance applies as expected.
7674
77-
3. Check the effective Group Policy. Run the following command:
75+
3. Check the effective Group Policy. Run the following command to generate a report with the Resultant Set of Policy information:
7876
7977
```console
8078
gpresult /h report.html
8179
```
8280
8381
Open the report and verify the relevant logon rights under **Computer Details**.
8482
85-
4. Ensure NLA compatibility. You can temporarily disable NLA by using the following cmdlet if necessary:
83+
4. Ensure NLA compatibility:
84+
85+
- Use the latest version of the Remote Desktop client.
86+
- Enable NLA on the remote computer.
87+
- Configure user accounts with valid credentials, as NLA requires authentication before the session is established.
88+
89+
If necessary, temporarily disable NLA by using the following cmdlet:
8690
8791
```powershell
8892
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" -Name "UserAuthentication" -Value 0

0 commit comments

Comments
 (0)