PowerShell: Get-ADComputer to retrieve computer last logon date – part 1
I’ve written about Get-ADUser several times already to find out Active Directory user information, but in this post we’ll be using Get-ADComputer to find out the last logon date for the computers in...
View ArticleVendors’ response to Shellshock bug
The Shellshock vulnerability in Bash (a command line shell) hit the news last week and has the potential to be far more serious than the Heartbleed bug discovered earlier in the year. The Shellshock...
View ArticlePowerShell: Get-ADComputer to retrieve computer last logon date (and disable...
In this article we’ll look at using Get-ADComputer and Set-ADComputer to list computer accounts which haven’t logged in for xx days, and then automatically disable them. In part 1 we looked at how to...
View ArticlePowerShell: Get-ADComputer to retrieve computer last logon date – part 1
I’ve written about Get-ADUser several times already to find out Active Directory user information, but in this post we’ll be using Get-ADComputer to find out the last logon date for the computers in...
View ArticleVendors’ response to Shellshock bug
The Shellshock vulnerability in Bash (a command line shell) hit the news last week and has the potential to be far more serious than the Heartbleed bug discovered earlier in the year. The Shellshock...
View ArticlePowerShell: Get-ADComputer to retrieve computer last logon date (and disable...
In this article we’ll look at using Get-ADComputer and Set-ADComputer to list computer accounts which haven’t logged in for xx days, and then automatically disable them. In part 1 we looked at how to...
View Article