導出AD用戶的屬性值

爲了後續更好的使用AD用戶信息,如今須要導出域用的使用值ip

 

Get-ADUser -Filter {Enabled -eq "true"} -SearchBase "OU=寶尊,DC=baozun,DC=cn" -Properties * | select DisplayName,name,UserPrincipalName,samaccountname,mail,LastLogonDate | sort LastLogonDate -Descending | Export-Csv c:\AllUser.csv -Encoding utf8ci

相關文章
相關標籤/搜索