scripting
-
Solved: Is anyone using AI to write blogs?
AI can write DevOps scripts in seconds, but it can also cause catastrophic failures. Learn to use AI as a smart co-pilot with proper guardrails and re Continue reading
-
Solved: Help with automation!
Automation hanging on an SSH host key prompt? Learn why it happens and discover three solutions to fix host key verification in your Ansible playbooks Continue reading
-
Solved: Your existing Exchange Online PowerShell scripts might fail
Exchange Online PowerShell scripts failing? Microsoft is killing Basic Auth. Learn why your scripts break and find three solutions, from a quick fix t Continue reading
-
Solved: Hating Powershell (Help needed to connect to Exchange Online)
Struggling with PowerShell errors connecting to Exchange Online? Learn why it fails and discover three real-world methods to fix it for good. Continue reading
-
Solved: Is there a command equivalent to the command palette’s Export Text?
Looking for the Azure CLI’s ‘Export Text’ command? Learn the command-line equivalents to easily format `az` command JSON output into clean, readable t Continue reading
-
Solved: Does anyone know if this behavior is documented? A weird interaction between string interpolation, the sub-expression operator, and a method call if using a string literal with double closing parentheses
Fix PowerShell string interpolation errors with double closing parentheses. Learn why the parser fails and get 3 proven strategies to resolve it. Continue reading
-
Solved: Aged care workers in Australia — what are the most frustrating parts of your job?
Escape the toil of manual DevOps tasks. Learn how to automate away the paperwork with bash scripts and CI/CD pipelines so you can focus on engineering Continue reading
-
Solved: Complete Guide to Building a CLI
Transform your script into a robust CLI. This complete guide walks you through building a safe, maintainable, and full-featured command-line tool. Continue reading
-
Solved: How do I determine what in my script is writing to the pipeline?
Stop guessing which line is polluting your PowerShell return data. Learn to isolate invisible output and debug pipeline noise effectively. Continue reading
-
Solved: Advice on Controlled Access to Secure Scripts?
Securely grant staff access to run sensitive scripts without full permissions. Learn 3 solutions, from simple sudoers edits to secret management. Continue reading