Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- hardening
- centos 8
- ELASTIC
- G-suite
- Kibana
- GitLab
- 로그인불가
- elastic stack
- bash
- XCP-ng
- proxycfg
- freebsd
- application security
- Elasticsearch
- endpoint security
- x-pack
- Windows
- PlayBook
- docker
- Kibana server is not ready yet
- Proxy
- ssh key 배포
- xe guest utilities
- pfsense
- 보안양파
- macos
- miniconda
- ansible
- 한글가이드
Archives
- Today
- Total
선 밖에 선 자유인
Windows Server 시간 동기화 설정 본문
1. 시간동기화
C:\>w32tm /resync
2. 설정된 시간 동기화 정보확인
C:\>w32tm /query /configuration
3. 시간동기화 서버 변경
C:\>w32tm /config /manualpeerlist:"time.windows.com,0x9" /syncfromflags:MANUAL
4. 시간동기화 서비스 중지
C:\>net stop w32time
5. 시간동기화 서비스 시작
C:\>net start w32time
Comments