The Deploy That Was Secretly Broken: A Backslash in Your Zip Can Corrupt Every Release
az webapp deploy kept throwing rsync warnings I’d learned to ignore as noise. They weren’t noise — Compress-Archive was writing backslash paths into …
6 articles tagged with Powershell
az webapp deploy kept throwing rsync warnings I’d learned to ignore as noise. They weren’t noise — Compress-Archive was writing backslash paths into …
Three bugs I hit building CET2, none of which showed up in the docs, and none of which threw the error you’d expect: a PowerShell type-coercion trap, a …
Microsoft is tightening PowerShell execution policy during Cloud PC provisioning, requiring downloaded scripts to be digitally signed. Here’s what it …
Windows 365 now sets the machine-scope execution policy to RemoteSigned during provisioning. Good for security — but if you enforce AllSigned via Intune or GPO, …
Federated credentials to Azure are supposed to be the easy, secure way to do CI/CD. They are — right up until the subject claim doesn’t match any …
I built a RealmJoin-style provisioning screen for Autopilot devices from scratch. Here’s what actually broke, and why almost none of it showed up until I …