증상 : DHCP 서버 2식의 ip 설정파일들이 standby에는 일부 빠진게 있는 상황그래서 standby서버로 설정파일을 옮기는 작업을 진행합니다. DHCP 서버 (Act-Std)간 DHCP 설정 관련 파일 옮기기active->std 1] Active 서버에서 DHCP 설정 Export-DhcpServer -ComputerName "ActiveServerName" -File "C:\dhcp_export.xml" [2] 백업 파일 복사C:\dhcp_export.xml 파일을 USB, 공유 폴더, 또는 네트워크 통해 Standby 서버로 복사합니다. [3] Standby 서버에서 DHCP 설정 Import-DhcpServer -ComputerName "StandbyServerName" -Fi..