일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- Windows Server 2016 Hyper-v Cluster
- 인문고전
- iSCSI target
- windbg
- FTP7.5
- SQL Server 2008
- Nested VM
- windows media service
- windows debugging tool
- Local TempDB
- cluster node as Domain controller
- Windows Server 2008
- Windows Server 2016
- Xperf
- nonpaged pool
- MSCS on VMWare
- SQL Server 2012R2 FCI
- Session space
- failover cluster
- dsquery
- 안철수
- paged pool
- 작업관리자
- 터키여행
- ftp7.5 장애조치 클러스터
- 클러스터
- windows update
- 프로세스 CPU 사용량
- LiveKD
- Hyper-V
- Today
- Total
류짱:Beyond MySelf
Windows Server 2000 Group policy command 본문
Windows NT와 Windows Server 2000은 시대가 지나고 세월이 흘러 2010년이 다가 오고 있지만 여전히 사용 중인 곳이 많네요..
Windows server 2000에서 Group policy를 적용하는 명령어 입니다.
To trigger Group Policy application for the local computer, type the following line at a command prompt:
secedit /refreshpolicy machine_policy
To trigger Group Policy application for the currently logged on user, type the following line at a command prompt:
secedit /refreshpolicy user_policy
Normally, if the GPOs that define the environment for the user have not changed from the last time Group Policy was applied, the GPO is skipped and not applied again. In either case, specifying /enforce on the command line re-applies the policy even if the GPOs that apply to the computer or user have not changed. An example of the command line in this case is:
secedit /refreshpolicy machine_policy /enforce
After Windows 2000 has accepted the request, the following text should be displayed to the user:
적용 후 Event viewer에서 확인 하는 센스^^