Over the last few years, I have created a vast library of PowerShell scripts that I use to keep my servers healthy. These scripts do everything from monitoring disk health to helping me to reclaim ...
SysOps/ ├── Config/ # Configuration files │ └── settings.json ├── Modules/ # Shared PowerShell modules │ └── AdminTools.psm1 ├── ServiceMonitoring/ # Service health checks ├── WebMonitoring/ # Web app ...
Installs the Azure Connected Machine (Arc) Agent on a Windows server that is running SQL Server, connects it to Azure Arc, and enables the SQL Best Practices Assessment via the SQL Server – Azure Arc ...
When I (along with many other people) had a lot of trouble trying to install SQL Server Management Studio in an attempt to switch from the SQL Server 2008 R2 evaluation to the free Express version, I ...
Back in 2008, I wrote a piece called PowerShell Tips and Tricks, which covered the then-relatively new Windows scripting language and some cool things you could do with it. Although PowerShell has ...
PowerShell can save you a lot of time on Windows admin tasks, but to use it effectively you need to understand how it works. Here's a crash course in Windows PowerShell scripting basics to get you ...