Difficulty: Beginner On a recent project, we ran into an issue that required us to enable a SQL Server Network Protocol – Named Pipes – for roughly 100+ servers that run Microsoft SQL Server 2008. Rather than tackle this manually, we decided to give a powershell a crack at it. After 10 minutes of tweaking [...]
Difficulty: Beginner So, do you have a site that group policy doesn’t seem to be applying to? Is Replmon not displaying any replication issues? Have you checked the server File Replication Logs and noticed an error about JOURNAL WRAP? Well, this powershell script may come in handy to detect this error on your other Domain [...]
Difficulty: Intermediate This guide will teach you how to take a powershell script, turn it into a scheduled task, and have the output of the script be emailed to you. The script I’m going to be demoing here is a simple disk space check that runs on a list of servers you define. For every [...]