Reading Time: 2 minutes Use PowerShell formatting options to get the complete output of a really long string i.e. a token.
PowerShell snippet of the day #3
Reading Time: < 1 minute Get a list of your Azure VMs and respective VM sizes, for a specific Resource Group.
Add a rule to an existing Azure Load Balancer
Reading Time: 3 minutes Today morning I had to deploy some new rules on an existing production Azure Load Balancer. So, I spun up the VS Code and my JSON ARM Template library to make the appropriate changes. Little did I know that this would soon fail. I had to turn to PowerShell to get the job done efficiently.
PowerShell snippet of the day #2
Reading Time: < 1 minute Assign Application Security Group and Network Security Group to Azure VMs you want with PowerShell.
PowerShell snippet of the day #1
Reading Time: < 1 minute Today I had the pleasure working with a single host that had more than 50 Dynamics NAV NST instances. I needed to change the stop the instances while checking the status of the instances being brought down, so I wrote the below PowerShell script.