码迷,mamicode.com
首页 > 其他好文 > 详细

导出指定OU中的用户

时间:2020-07-03 12:43:05      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:isa   arc   search   test   encoding   hba   lte   dom   get   

Get-ADUser -filter * -SearchBase ‘OU=test1,OU=test2,DC=domain,DC=cn‘ -Properties SamAccountName,DisplayName,DistinguishedName|export-csv E:\work\AD\disable\disable.csv –NoTypeInformation -encoding "utf8"

导出指定OU中的用户

标签:isa   arc   search   test   encoding   hba   lte   dom   get   

原文地址:https://www.cnblogs.com/victor0/p/13229559.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!