Guest User

Untitled

a guest
Feb 21st, 2018
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Get-ADUser -filter * -Properties LastLogonDate, userPrincipalName, initials, WhenCreated, whenChanged | Select-Object userPrincipalName, initials, whenCreated, whenChanged
  2.  
  3. userPrincipalName initials whenCreated whenChanged
  4. ----------------- -------- ----------- -----------
  5. 11/9/2017 2:06:29 PM 1/24/2018 4:26:48 PM
  6.  
  7.  
  8. 11/9/2017 2:07:47 PM 11/22/2017 4:12:52 PM
  9. mp@mycompany.local MP 11/14/2017 3:14:45 PM 2/14/2018 4:02:51 AM
  10. dg@mycompany.local DG 11/15/2017 12:51:25 PM 2/21/2018 2:12:52 PM
  11. ae@mycompany.local AE
  12. mm@mycompany.local MM
  13. rw@mycompany.local RW
  14. kk@mycompany.local KK
  15. ap@mycompany.local AP
  16. js@mycompany.local JS
  17. cb@mycompany.local CB 11/17/2017 12:21:32 PM 11/22/2017 4:41:35 PM
  18.  
  19.  
  20. aw@mycompany.local
  21. tt@mycompany.local TT
Add Comment
Please, Sign In to add comment