Title : Report List of all user accounts with passwords that are set to never expire in windows server 2012
link : Report List of all user accounts with passwords that are set to never expire in windows server 2012
Report List of all user accounts with passwords that are set to never expire in windows server 2012
1. Open PowerShell ISE → Run the following PowerShell script:
Import-Module ActiveDirectory
Search-ADAccount -PasswordNeverExpires | Select-Object Name,ObjectClass,PasswordNeverExpires | Export-Csv c:\temp\
users_password_expiration_false.csv
2. Choose a location to save a .csv file.
Declares Article Report List of all user accounts with passwords that are set to never expire in windows server 2012
That its all Report List of all user accounts with passwords that are set to never expire in windows server 2012 This time, hopefully can provide benefits to all of you. Okay, see you in another article posting.
You now read the article Report List of all user accounts with passwords that are set to never expire in windows server 2012 with the link address https://trik-outside.blogspot.com/2016/09/report-list-of-all-user-accounts-with.html
0 Response to "Report List of all user accounts with passwords that are set to never expire in windows server 2012"
Post a Comment