Christian Hoejsager
Blogs, Articles, and Posts
How to deploy Azure Automation Runbooks with source control through Azure DevOps
(scriptingchris.tech)
I use Azure Automation for orchestrating alot of my Powershell automation. I use it for both my
By: Christian Hoejsager submitted:Jun 16 2022
I use Azure Automation for orchestrating alot of my Powershell automation. I use it for both my
Azure environment but also my on-premises environment. I find Azure automation to be a great solution for managing and running your automation, instead of having them run on a server with scheduled tasks.
By: Christian Hoejsager submitted:Jun 16 2022
How To Setup A Github Actions Pipeline For Publishing Your PowerShell Module
(scriptingchris.tech)
In this post, I will walk through how I set up a Github Actions Workflow Pipeline for publishing a
By: Christian Hoejsager submitted:Jun 16 2022
In this post, I will walk through how I set up a Github Actions Workflow Pipeline for publishing a
PowerShell module to the PowerShell Gallery.
By: Christian Hoejsager submitted:Jun 16 2022
How To Setup a Private PowerShell Repository
(scriptingchris.tech)
In this blog post, I will walk through the process of setting up a private Powershell repository
By: Christian Hoejsager submitted:Jun 16 2022
In this blog post, I will walk through the process of setting up a private Powershell repository
using Azure DevOps Nuget Feed. After this tutorial, you will be able to upload and download your Powershell modules and scripts from the repository over the internet securely.
By: Christian Hoejsager submitted:Jun 16 2022
Projects, Scripts, and Modules
Creating a PowerShell password generator for generating a single or entire lists of passwords
(scriptingchris.tech)
I created the blog post Creating a PowerShell password generator for generating a single or entire
By: Christian Hoejsager submitted:Jun 16 2022
I created the blog post Creating a PowerShell password generator for generating a single or entire
lists of passwords and then uploaded the code to Reddit. I received a lot of great critique on the code and even got some bugs pointed out. I decided to make it a challenge for myself and see if I could use the input from the good Reddit people and make the code better.
By: Christian Hoejsager submitted:Jun 16 2022