上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: 检查系统版本号,系统补丁是否完全一致 阅读全文
posted @ 2020-10-14 16:30 会飞的老虎 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-10-14 14:25 会飞的老虎 阅读(628) 评论(0) 推荐(0) 编辑
摘要: 检查IIS有没有绑定80和443端口,以及IIS服务是否启动 阅读全文
posted @ 2020-10-12 15:21 会飞的老虎 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 使用WindowsUpdateDiagnostic.diagcab修复更新失败 阅读全文
posted @ 2020-09-27 11:04 会飞的老虎 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 第一步,判断Windows Time服务是否正在运行,如果没有,则开启它。第二步,强制同步,不知为何,往往第一次会失败,那么就多运行几次好了。 Get-Service w32time | Where {$_.status –eq 'Stopped'} | Start-Service W32tm /r 阅读全文
posted @ 2020-09-25 08:31 会飞的老虎 阅读(890) 评论(0) 推荐(0) 编辑
摘要: $File = "\\10.10.10.1\test\Password.txt"[Byte[]] $key = (1..16)$Password = "123456" | ConvertTo-SecureString -AsPlainText -Force$Password | ConvertFro 阅读全文
posted @ 2020-09-24 11:29 会飞的老虎 阅读(269) 评论(0) 推荐(0) 编辑
摘要: get-service -computerName 计算机名或者IP 需要有远程计算机权限 阅读全文
posted @ 2020-09-23 17:14 会飞的老虎 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 1.windows的graylog客户端服务状态,监听5044和9000端口,关闭或者放行5044 2.服务端,检查如下服务状态 sudo systemctl status nginx.service sudo systemctl status mongod.service sudo systemc 阅读全文
posted @ 2020-09-09 11:50 会飞的老虎 阅读(837) 评论(0) 推荐(0) 编辑
摘要: powershell help Set-ADUser cmd ping /? shell man ls 阅读全文
posted @ 2020-09-08 09:00 会飞的老虎 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 1.LDAP配置 LDAP host:ldap服务器地址,可以填写IP或者对应的域名 port:端口,默认是389 Base DN:基础dn,存放用户的dn位置。比如OU=users,DC=test,DC=com,表示zabbix将会在该位置下搜索用户来认证。 Search attribute:如果 阅读全文
posted @ 2020-09-05 23:53 会飞的老虎 阅读(2460) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页