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