PowerEdge: 재부팅 후 Windows 방화벽 재설정을 공개로 재설정

Summary: Windows 방화벽 프로필은 서버를 다시 부팅할 때 'DomainAuthenticated'(즉, domain.com) 대신 'Public'으로 설정됩니다.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

Windows 방화벽 프로필이 수동으로 설정될 때까지 클라이언트는 서버에 액세스할 수 없습니다. 'DomainAuthenticated% 사용됨 Set-NetConnectionProfile 또는 Windows 방화벽이 완전히 꺼져 있습니다. 

네트워크 연결에는 네트워크 Xdomain.com.

Cause

Active Directory 도메인을 사용할 수 있게 되기 전에 네트워크 위치 인식 서비스가 시작됩니다.

Resolution

네트워크 위치 인식 서비스를 "자동(지연된 시작)"으로 설정한 다음 Active Directory 도메인을 사용할 수 있을 때까지 기다리도록 구성합니다.

 

CMD를 관리자로 사용합니다.

sc config NlaSvc start= delayed-auto
reg add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters" /v AlwaysExpectDomainController /t REG_DWORD /d 1 /f

 

PowerShell을 관리자로 사용합니다. 

Start-Process sc.exe -ArgumentList "config NlaSvc start= delayed-auto"
New-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters' -Name 'AlwaysExpectDomainController' -PropertyType DWord -Value 1 -Force

  

 

네트워크 위치 인식 서비스를 재시작하거나 서버를 재부팅합니다.

Affected Products

Microsoft Windows Server 2016, Microsoft Windows Server 2019, Microsoft Windows Server 2022, Microsoft Windows 2012 Server, Microsoft Windows 2012 Server R2, PowerEdge R440, PowerEdge R450, PowerEdge R540, PowerEdge R550, PowerEdge R570 , PowerEdge R640, PowerEdge R6415, PowerEdge R650, PowerEdge R650xs, PowerEdge R6515, PowerEdge R6525, PowerEdge R660, PowerEdge R660xs, PowerEdge R6615, PowerEdge R6625, PowerEdge R670, PowerEdge R740, PowerEdge R740XD, PowerEdge R740XD2, PowerEdge R7415, PowerEdge R7425, PowerEdge R750, PowerEdge R750XA, PowerEdge R750xs, PowerEdge R7515, PowerEdge R7525, PowerEdge R760, PowerEdge R760XA, PowerEdge R760xd2, PowerEdge R760xs, PowerEdge R7615, PowerEdge R7625, PowerEdge R770, PowerEdge R7715, PowerEdge R7725, PowerEdge R840, PowerEdge R860, PowerEdge R940, PowerEdge R940xa, PowerEdge R960, PowerEdge T340, PowerEdge T350, PowerEdge T360, PowerEdge T440, PowerEdge T550, PowerEdge T560, PowerEdge T640 ...
Article Properties
Article Number: 000207835
Article Type: Solution
Last Modified: 07 Aug 2026
Version:  6
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.