SQL Server Alert Management: From Chaos to Clarity

Creating ISO Files

PowerShell can turn regular folders into ISO files. ISO files are binary files that can be mounted and then behave like a read-only CD-ROM drive. Create Your Own ISO Files In the past, ISO files were commonly used to mount installation media. Today, you can easily...

SQL Server Alert Management: From Chaos to Clarity

Determining Language Packs (Part 1)

Let’s assume you need to find the installed language packs for a Windows machine. In this three-part series, we use PowerShell’s features to tackle this problem. non-PowerShell command In part 1, we simply try and solve the issue by looking for a native non-PowerShell...