Add / Remove a domain user/group to the local Guests group remotely using csv file

由于IDC的日常运维外包给了vendor,所有就需要给他们一个账户,让他们至少能够远程登录到系统中去。IDC的Server又很多,只好写脚本实现了。Powershell的远程运行要比VBScript要好用得多,所以写了一个Powershell脚本,远程把用户加入到指定的计算机的本地组中。例如,我的域叫“svrcore.local”,需要处理的用户叫“vendor”,加入的组叫“Guests”。 #—————————————- #CSV Sample: #Server, #svr1.svrcore.local #svr2.svrcore.local #svr3.svrcore.local #————————————- #Usage: #import-csv d:\list.csv | d:\adduser.ps1 #—————————————- Process [...]

Active Directory Explorer v1.2

Active Directory Explorer (AD Explorer) is an advanced Active Directory (AD) viewer and editor. You can [...]

无觅相关文章插件,快速提升流量