here is how you show the last logon date for a computer account in powershell
Import-Module ActiveDirectory
Get-ADcomputer -Filter * -properties * | sort lastlogondate | FT name, Lastlogondate, Win32_operatingsystem
This is a blog where i post tech related stuff that is handy to me and other IT professionals
so recently i have been working more with linux and i discovered tmux. now i have heard of tmux ages ago but never really used it to is full...
No comments:
Post a Comment