Export AD Groups and Last Password Change
hi guys,
i need on how export ad groups in specific ou. thing how can extract last password change
for users?
thank you,
totoybeebo
hi,
export ad groups in specific ou.
https://gallery.technet.microsoft.com/scriptcenter/list-all-groups-in-the-a80e2b6c
extract last password change
get-aduser -filter * -properties *|select name,samaccountname,passwordexpired,passwordlastset,lastlogondate,enabled,displayname,givenname,surname|export-csv c:\output.csv
Windows Server > Directory Services
Comments
Post a Comment