Quantcast
Channel: Directory Services forum
Viewing all articles
Browse latest Browse all 31638

Active directory

$
0
0

Below is the command am using in AD power shell to pull information  on list of users, username, last logon date, account status, password last set, password expiration date, last modification date user ID, password never expires.

Get-ADUser –Filter* -Properties DisplayName, PasswordLastSet, LastLogon, WhenChanged| Select DisplayName, PasswordLastSet, LastLogon, WhenChanged |Export-CSV C:\new.csv

Whenever this is executed it only gives me error. Can someone help me with the right command or what could have been my issue?


Viewing all articles
Browse latest Browse all 31638

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>