Skip to content

Powershell

vLog on PowerShell automation on Microsoft Azure

Hi everyone,

The next part of my vLog series on using Powershell to do automation with Microsoft Azure is now online. In this part, I will transform the three simple commands that created the resource groups into a small script that uses a JSON file to store the configuration in. The great thing about this approach is you keep your code separated from your configuration which means that you can use the same code to create a lot of different environments. If you are a service provider or just want to create multiple environments, this will make your life a lot easier.

vLog on automation on Microsoft Azure

Hello everyone,

This will be a short blog post, but it will contain two videos from youtube that I just published. The videos are part of the new vLog I am doing where I will be showing how I tackle the task of doing automation on Microsoft Azure using PowerShell. The series is meant to show you everything I am going through doing this so it will be recorded on the fly and not edited that much afterward. The only editing I will be doing is making sure sound volume is as good as I can get it and putting in an intro and outro. Mistakes I will be making during the automation work will remain in the video since I am learning from those mistakes and maybe so will you.

Setting up Visual Studio Code, GitHub and code signing certificate

Hi all,

As many of you probably know I do a lot of PowerShell scripting when time allows it, and after scripting, for many years I finally saw the need for source control. Source control not only ensures that I can revert back to a previous version of my code, but it also provides me with a single place to find all my code. I am using source control for both my personal work (like Citrixlab.dk and helping others out) and also for my professional work where I use a shared repository with my colleagues.

Looking back at 2018 and into 2019

Hi all,

I just came back to my blog after a really busy second half of 2018 at work and in my private life. I can’t believe that I haven’t posted anything on my own blog since March 🙁 I have held a webinar and posted some on mycugc.org instead, but I really want 2019 to also be the year where this blog will become more active. I will make sure that any blogs I post on other sites will be posted here as well after a few weeks on the primary site of the blog post.