Answered by:
Script to obtain all last logon of a unique user

Question
-
Dear all,
I need obtain all lasts logons of a unique user, I search many script to generate this information but I can gnerate only for all users, can you help me with a script that generates this information?
MANY THANKS!
Thursday, December 24, 2015 12:37 PM
Answers
-
You might look around here.
https://gallery.technet.microsoft.com/scriptcenter
You can ask scripting questions over here.
https://social.technet.microsoft.com/Forums/scriptcenter/en-us/home?forum=ITCG
https://social.msdn.microsoft.com/Forums/en-US/home?forum=scripting
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.Thursday, December 24, 2015 1:38 PM
All replies
-
You might look around here.
https://gallery.technet.microsoft.com/scriptcenter
You can ask scripting questions over here.
https://social.technet.microsoft.com/Forums/scriptcenter/en-us/home?forum=ITCG
https://social.msdn.microsoft.com/Forums/en-US/home?forum=scripting
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.Thursday, December 24, 2015 1:38 PM -
Thanks Dave.Thursday, December 24, 2015 1:48 PM
-
You're welcome.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.Thursday, December 24, 2015 2:48 PM -
You can ask scripting questions over here.
https://social.technet.microsoft.com/Forums/scriptcenter/en-us/home?forum=ITCG
https://social.msdn.microsoft.com/Forums/en-US/home?forum=scripting
Just so you know, the scripting forums will not normally just write a script for you.
They will suggest the scriptcenter link that Dave suggests, and then ask you to return when and if you have a problem with a script.
IE, I did THIS, but THAT happened.
Karl
When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
My Blog: Unlock PowerShell
My Book: Windows PowerShell 2.0 Bible
My E-mail: -join('6D73646E5F6B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})Thursday, December 24, 2015 4:08 PM