How to comment in PowerShell
In my research on questions people are searching for, I was surprised to find people asking about comments. I’m here to serve. Adding comments to your scripts helps people—including your later self—understand the purpose of your code, what each part of it is doing, and why. Or perhaps you want to temporarily disable some of…