get-aduser -filter * -Properties whencreated, Enabled | Where-Object {($_.Enabled -eq $False)} | Select-Object name, whencreated, Enabled
Here is the script I have,I would also like to add a column to it that has the date of the last password change. Is this possible
Here is the script I have,I would also like to add a column to it that has the date of the last password change. Is this possible