会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
mfyang
首页
新随笔
联系
订阅
管理
06 2017 档案
powershell 统计AD中所有计算机及对应的操作系统信息
摘要:要想用powershell管理域,首先先加载activedirectory模块 PS C:\> import-module activedirectory 下面就可以利用get-adcomputer开干了 PS C:\Windows\system32> Get-ADComputer -SearchBase "ou=xxx,ou=xxx,dc=xxx,dc=com" -filter * -pro...
阅读全文
posted @
2017-06-20 21:19
mfyang
阅读(4173)
评论(0)
推荐(0)
centos7安装图形化界面
摘要:yum groups install -y "GNOME Desktop" "Graphical Administration Tools"
阅读全文
posted @
2017-06-17 16:36
mfyang
阅读(478)
评论(0)
推荐(0)