Bas Wijdenes
Blogs, Articles, and Posts
How to create a maintenance mode in Azure Automation
(baswijdenes.com)
An emergency button to ensure that your runbooks stop running without disconnecting the schedule in
By: Bas Wijdenes submitted:Jan 5 2024
An emergency button to ensure that your runbooks stop running without disconnecting the schedule in
Azure Automation Disclaimer: This post can be seen as satire. There are probably better ways, but because we were so limited with the customer at the time, we opted for a hobby approach: 'Maintenance mode the creative way'. What if... ... Continue reading How to create a maintenance mode in Azure Automation
By: Bas Wijdenes submitted:Jan 5 2024
How to fix ‘CliXml’ in parameter input Azure Automation
(baswijdenes.com)
Azure Automation, Start-AutomationRunbook, parameters, & CliXml... I'm not going to explain what
By: Bas Wijdenes submitted:Nov 25 2022
Azure Automation, Start-AutomationRunbook, parameters, & CliXml... I'm not going to explain what
Clixml is, or what it means, nor am I going to explain exactly why this issue is happening (mainly because I don't have a clear answer for you). I'll give you the solution and a possible way to make this easier for you.
By: Bas Wijdenes submitted:Nov 25 2022
How to manage most Rest APIs with just a few PowerShell functions
(baswijdenes.com)
A cmdlet around the endpoint, or a cmdlet per method? Disclaimer: every REST API works different, so
By: Bas Wijdenes submitted:Mar 14 2025
A cmdlet around the endpoint, or a cmdlet per method? Disclaimer: every REST API works different, so
this script should be an example of how you can build a function for each REST API. Nowadays there are more and more Rest APIs that we can use instead of Cmdlets (which use the Rest API in ... Continue reading How to manage most Rest APIs with just a few PowerShell functions
By: Bas Wijdenes submitted:Mar 14 2025
How to optimize and speed up your PowerShell scripts
(baswijdenes.com)
My best practices, tips and tricks working with PowerShell This is a blog post that is not deeply
By: Bas Wijdenes submitted:Aug 11 2023
My best practices, tips and tricks working with PowerShell This is a blog post that is not deeply
technical. I will not go deep into the tips and tricks, because you will learn this automatically when you have more experience & when you are ready. I have a seperate blog post about best practices, tips ... Continue reading How to optimize and speed up your PowerShell scripts
By: Bas Wijdenes submitted:Aug 11 2023
How to stringify nested Json in PowerShell and back to a PSObject
(baswijdenes.com)
Stringify dynamic child properties in Json with PowerShell I had a fun one yesterday that I want to
By: Bas Wijdenes submitted:Feb 28 2025
Stringify dynamic child properties in Json with PowerShell I had a fun one yesterday that I want to
share here. We have a database at work (new job at InSpark), in the database we have a table in which we can create a row ourselves by making a request via a put method. The row ... Continue reading How to stringify nested Json in PowerShell and back to a PSObject
By: Bas Wijdenes submitted:Feb 28 2025
Projects, Scripts, and Modules
Microsoft.Graph.API Module
(github.com)
I have created a module around Microsoft Graph REST API. I've been using the Graph API for awhile
By: Bas Wijdenes submitted:Jun 16 2022
I have created a module around Microsoft Graph REST API. I've been using the Graph API for awhile
now, but always in separate functions.
By: Bas Wijdenes submitted:Jun 16 2022