Skip to content

Commit 4d843dd

Browse files
committed
some updates
1 parent ea8f11c commit 4d843dd

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

support/azure/virtual-machines/windows/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@
142142
href: azure-vm-nsi-not-starting.md
143143
- name: Cannot RDP into Azure VM because of a brute force attack
144144
href: cannot-rdp-azure-vm-brute-force.md
145+
- name: The system administrator has restricted the types of logon
146+
href: ../../../windows-server/remote/system-admin-restrict-types-logon.md?context=/troubleshoot/azure/virtual-machines/windows/context/context
145147
- name: Troubleshoot a failed trust relationship in an Azure Windows VM
146148
href: troubleshoot-broken-secure-channel.md
147149
- name: Troubleshoot RDP error because DHCP is disabled

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
22
title: The System Administrator Has Restricted the Types of Logon
3-
description: Helps resolve an error "The system administrator has restricted the types of logon (network or interactive) that you may use" when connecting to an Azure virtual machine (VM).
4-
ms.date: 05/22/2025
3+
description: Helps resolve an error "The system administrator has restricted the types of logon (network or interactive) that you may use" when connecting to a computer.
4+
ms.date: 05/26/2025
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
8-
ms.reviewer: kaushika, akastha, v-lianna
8+
ms.reviewer: kaushika, akastha, narafa, v-lianna
99
ms.custom:
1010
- sap:remote desktop services and terminal services\session connectivity
1111
- pcy:WinComm User Experience
1212
---
13-
# "The system administrator has restricted the types of logon" error when connecting to an Azure VM
13+
# "The system administrator has restricted the types of logon" error when connecting to a computer
1414

15-
This article helps resolve an error "The system administrator has restricted the types of logon (network or interactive) that you may use" when connecting to an Azure virtual machine (VM).
15+
This article helps resolve an error "The system administrator has restricted the types of logon (network or interactive) that you may use" when connecting to a computer.
1616

17-
When you use a Remote Desktop Protocol (RDP) connection to connect to an Azure VM, you're prompted for credentials. However, the session ends immediately after authentication, and you receive the following error message:
17+
When you use a Remote Desktop Protocol (RDP) connection to connect to a computer, you're prompted for credentials. However, the session ends immediately after authentication, and you receive the following error message:
1818

1919
> The system administrator has restricted the types of logon (network or interactive) that you may use.
2020
21-
This error indicates that an attempted RDP connection is blocked because of a restriction in the system's Local Security Policy or Group Policy settings related to the allowed logon type.
21+
This error indicates that an attempted RDP connection is blocked because of a restriction in the system's Local Security Policy or Group Policy settings related to the allowed logon type. The error is bound and mapped to the error SSL_ERR_LOGON_TYPE_NOT_GRANTED when the system receives the error STATUS_LOGON_TYPE_NOT_GRANTED (0xC000015B).
2222

2323
In addition, you also receive the following events or messages in Event Viewer logs:
2424

support/windows-server/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2324,7 +2324,7 @@ items:
23242324
href: ./remote/terminal-server-commands-msg.md
23252325
- name: Terminal Server User's Home Directory is not set correctly
23262326
href: ./remote/terminal-server-users-home-directory-not-set-correctly.md
2327-
- name: "The system administrator has restricted the types of logon"
2327+
- name: The system administrator has restricted the types of logon
23282328
href: ./remote/system-admin-restrict-types-logon.md
23292329
- name: Troubleshoot unexpected RDS session locks or disconnections
23302330
href: ./remote/troubleshoot-unexpected-rds-session-locks-or-disconnections.md

0 commit comments

Comments
 (0)