By defining Microsoft PowerShell functions within PowerShell modules, you can organize your scripts, avoid duplicating code, ...
On the current v5 docs page for Endpoints, two sections conflict: Body states the request body is exposed as $Body (string) and JSON should be parsed with ConvertFrom ...
In the last paragraph of my column "How To Debug a PowerShell Script," I mentioned that punctuation can be problematic in PowerShell strings. I often catch myself omitting apostrophes, for example, ...