I needed to find a way to automate the change of Mac Management profile of a logical NSX-T switch for a vRA project. This post describes how I did just that
Read MoreIn this post I'm going through some of the lessons and practices I've picked up over the years when it comes to working with Powershell
Read MoreRecently I've worked a bit with the HPE OneView Global Dashboard. I was surprised to see that HPE hadn't created a Powershell Module for it so I decided to create one my self
Read MoreAs a follow-up of my exploration of the HPE PDU REST API I wanted to create a Powershell module as a wrapper for the API. I've previously written a post on how to create a Powershell module as a wrapper for an API here. The PDU module will be built in the same way where there will be a private function that handles the actual API requests
Read MoreCreating a Powershell module as an API wrapper
We all love today's modern web with lots of API's available, both for retrieving information from various sources, gaining additional insights and for transform and enrich your data. Most API's today are RESTFUL, meaning that they should follow the REST principles. REST is not a standard, it's more a guideline for how …
Read MoreDifferences and bugs in Windows 2016 Task Scheduler
I'm using the Scheduled Tasks functionality in Windows Server quite extensively. I have tasks for importing stuff to a database with Powershell scripts, running some cleanup scripts etc Almost all of my scripts run on different intervals during the day. Some maybe just once a day and some might run every x minutes. …
Read More