Microsoft On-premise/Windows Server
Active Directory 도메인 서비스 설치후 PowerShell로 검증
안녕하세요! 이번 포스팅에서는 "Active Directory 도메인 서비스 설치후 PowerShell로 검증" 방법에 대해 알아보겠습니다. 검색박스에서 'windows powershell' 입력후 검색되는 'Windows PowerShell' 을 클릭하여 실행 합니다. 먼저 아래 서비스의 성공적인 설치를 확인해보겠습니다. (Active Directory Web Services, DNS Server, Kerberos Key Distribution Center, netlogon) 해당 서비스는 도메인 컨트롤러에서 실행중인 Active Directory 관련 서비스 입니다. Get-Service adws,kdc,netlogon,dns 다음으로 도메인 컨트롤러의 세부 구성 정보를 확인해보겠습니다. Get-AD..
2021. 2. 27. 23:28
최근댓글