PowerShell : Why can't my user log on?

#PowerShell

If you want to know the reason why a users log on attempt failed, the information is there but its burried in a pile of events…

Mat Grumpy Tech

PowerShell : Identify unused GPO with ZZZ_

#PowerShell

A nice and quick one for you. This will find any group policy objects that you have in your domain that are not in use and…

Mat Grumpy Tech

PowerShell : Adding records to the hosts file

#PowerShell

This is always a pain. Its much easier to just open a PowerShell windows as an administrator and issue the following Add-Content C:\Windows\System32\drivers\…

Mat Grumpy Tech