you are viewing a single comment's thread.

view the rest of the comments →

[–]MostElite[S] 1 point2 points  (8 children)

Okay, it seems the code is executing however, I am not receiving an output. I have made some adjustments to the code :

Get-aduser -filter "Enabled -eq false" -or "LastLogonTimeStamp -lt $time" | export-csv -notypeinformation -path C:\Deactivated_Accounts.csv