Tue, October 1, 2024 1 min read Script to copy Key Vault secrets between Key Vaults #Azure #PowerShell #Key Vault #Utility Scripts A PowerShell script to efficiently copy secrets between Azure Key Vaults, even across different subscriptions. read more →
Mon, September 2, 2024 2 min read PowerShell - Move Azure resources between resource groups in bulk #Azure #PowerShell #Resource Management This PowerShell script helps you move Azure resources between resource groups and different subscriptions. Resources will stay online during the operation. read more →
Mon, February 17, 2025 1 min read Run PowerShell loops in parallel #PowerShell #Tutorial Speed up PowerShell scripts by running loop iterations in parallel with ForEach-Object -Parallel. read more →
Thu, October 31, 2024 1 min read Stop multiple pipeline runs in Azure DevOps #Azure DevOps #PowerShell Learn how to stop multiple pipeline runs in Azure DevOps using REST API when the CLI doesn't provide a bulk option. read more →