일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- windbg
- Xperf
- Session space
- Windows Server 2016 Hyper-v Cluster
- Hyper-V
- SQL Server 2012R2 FCI
- 터키여행
- nonpaged pool
- windows update
- Local TempDB
- 클러스터
- Windows Server 2008
- SQL Server 2008
- windows media service
- 인문고전
- windows debugging tool
- LiveKD
- paged pool
- 프로세스 CPU 사용량
- cluster node as Domain controller
- dsquery
- failover cluster
- MSCS on VMWare
- Windows Server 2016
- iSCSI target
- Nested VM
- 작업관리자
- FTP7.5
- 안철수
- ftp7.5 장애조치 클러스터
- 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에서 확인 하는 센스^^