生活在宁静的角落 terry
修改 WSL Ubuntu 18.04 默认源为阿里云镜像
Win10 Windows Store 中下载的 WSL Ubuntu 18.04 默认的源 apt install 下载速度异常缓慢,想替换成国内阿里云的镜像源。
确认默认源
首先查看默认的 …
powershell 批量更新用户账号属性
命令:
Import-Csv 'd:\phone.csv' | % { Set-ADUser -identity $_.'samaccountname' -mobilephone $_.'mobilephone' -OfficePhone $_.officephone }
phone.csv 内容如下:
samaccountname,MobilePhone,officephone
account,(86) 21 1234567 ,(86) 098765454331
Powershell 添加ad 组成员
Add-ADGroupMember -Identity <Groupname> -Members <useraccount>,<useraccount>,<useraccount>
参考地址:https://technet.microsoft.com/zh-cn/library/hh852331.aspx
点击查看更多…GLPI 启用AD LDAP认证
Centos7 安装第三方源
启用安装
yum install epel-release
安装相关的源
rpm -Uvh xxxx.rpm