https://gallery.technet.microsoft.com/Windows-Backup-wbadmin-2014479e
Author: Jiajie
Managing WSUS
Block 1: Connect to the WSUS server and set the configuration. We are first going to set the property “Download…
Delete Empty GPOs
This script will look for GPOs which have no settings at all and delete them.
Detecting GPOs that have either no computer or user settings
These policies generally are meant for just computer or user settings. This script will disable the empty settings (for example,…
Detecting Unlinked GPOs
Unlinked GPOs are just simply policies that aren’t applied to any OU or site. These policies aren’t
Multi-Factor Authentication for Securing RD Gateway Server
System Environment
Allowing RDP access to only certain IPs
A very simple fix can take care of this issue. In this repro, the following applies: I have a rule…
HYPER-V添加系统管理员账号
Mound the VHD,将 C:/Windows/System32/osk.exe 做个备份; 将同路径下的cmd.exe重命名为osk.exe; 重启,进入Windows登录界面,选择辅助功能,开启屏幕小键盘; 此时弹出来的是命令提示符,我们新增一个用户,输入 net user 用户名 密码 /add 再将刚才新增的用户添加到管理员组 net localgroup administrators 用户名 /add 重启,使用刚才新增的管理员账户登录吧。
zabbix数据库清理二
【起因】 zabbix 由于监控条目过多,模板套用不当导致历史数据过大, 因此导致磁盘空间暴涨, 现在准备清理数据库。
Zabbix历史数据清理
特别提醒: a、文中测试的Zabbix版本为 3.0.3 。 b、清理数据属于高危操作,请在测试环境中验证后再执行线上操作!!!