Tag: Staff Picks

Testing SSL and TLS with PowerShell
This is an excellent PowerShell script if you want to test which SSL and TLS protocols are enabled on your webserver. This is extremely important ...

Moving files up a folder level
In the past I’ve used this small snippet to move tons of files and folders up a level.
<#
.SYNOPSIS
Moves all subfolders in Source to same ...

Removing an installed Windows Update
I needed to do this recently when we had a problem with an installed Windows Update that was causing random BSOD on both Server 2008 and Server 2012, ...
Check Active Directory for Stale Computers
Several times I have need to generate a list of computers that are identified as stale, but as an extra measure I want to try pinging them. This s ...
4 / 4 POSTS