#dscv3 search results

Two days ago, I posted a Python DSC v3 resource that I developed. Having asked the question to blog about it, I spend some of my free time building a series on it. I hadn't expected it to be already 30+ minutes in read time. It's coming... #dsc #dscv3 #teaching #blog #python

GijsReijn's tweet image. Two days ago, I posted a Python DSC v3 resource that I developed.

Having asked the question to blog about it, I spend some of my free time building a series on it. I hadn't expected it to be already 30+ minutes in read time.

It's coming...

#dsc #dscv3 #teaching #blog #python

I finally did it! This is my very first DSC v3 resource built in Python. Yes, if you weren't aware, you can write any DSC v3 resource using the programming language you're familiar with. In this case, I wanted to challenge myself and learn Python. #dsc #dscv3 #python

GijsReijn's tweet image. I finally did it!

This is my very first DSC v3 resource built in Python. Yes, if you weren't aware, you can write any DSC v3 resource using the programming language you're familiar with. In this case, I wanted to challenge myself and learn Python. 

#dsc #dscv3 #python

I've just written my first two course lessons for free on my blog site: idontlikeai.dev/courses/ Planning to build more course content as I go! #learningcourse #dsc #dscv3


I'm thrilled to bring a significant update to my DSC v3 handbook! DSC v3 is evolving at a rapid pace, and since March 2025, several incredible features have been added. That's why I wanted to add it to the book. To grab a copy, check out: leanpub.com/thedscv3handbo… #dsc #dscv3


I have been dealing with secrets in older versions of PowerShell DSC, and I'm curious to see how Microsoft DSC v3 handles it differently. After diving deep, I discovered that you can build your own custom secret extension. Check out my new blog: gijsreijn.medium.com/how-to-manage-… #dscv3

gijsreijn.medium.com

How to Manage Secrets in Microsoft DSC v3: Building Your Own Custom Secret Extension

Retrieving secrets made easy


🚀 PowerShell DSC v3.1.0-preview.7 is out now! The release primarily included several bug fixes for the adapter, as well as a new feature for the CLI. Check out the release notes and try it out: github.com/PowerShell/DSC… #dsc #dscv3 #configmanagement


Ever wondered how Microsoft DSC can detect and manage Store apps like they're regular apps? 🤔 You can now include your own capabilities to configure your app through Microsoft DSC. No need to ship it separately from your app installation. gijsreijn.medium.com/how-microsoft-… #dscv3 #dsc

gijsreijn.medium.com

How Microsoft DSC Discovers Store Apps with appx-discover

Wait —  Microsoft DSC can see store apps now?!


The first part is online on building a Microsoft DSC v3 resource using Python: gijsreijn.medium.com/building-micro… This series will be part of nine series and will guide you through the process of building your very own command-based DSC resource. #python #dsc #dscv3

gijsreijn.medium.com

Building Microsoft DSC v3 Resources with Python

Create your own command-based DSC resource with Python


It's up! Anatomy of Microsoft DSC v3 Resource in Python has been published and covers: - The anatomy of Microsoft DSC v3 - Building a mocked Python function to return JSON data Check it out: gijsreijn.medium.com/anatomy-of-mic… #python #dsc #dscv3 #tutorial #series

gijsreijn.medium.com

Anatomy of Microsoft DSC v3 Resource in Python

Understanding the structure of Microsoft DSC v3


The second-to-last part on building a Python DSC v3 resource has just been published. In this part, I'm covering how you can integrate the developed CLI into DSC's engine and talk about the resource manifest: gijsreijn.medium.com/integrate-micr… #dsc #dscv3 #python #configmanagement


Had to put on the final touches, but part three is here of the series: gijsreijn.medium.com/implementing-d… In this part, you learn to actually query data from the Service Control Manager and start writing the three capabilities: * Get * Set * Delete #dsc #dscv3 #series #python

gijsreijn.medium.com

Implementing DSC v3 Capabilities in Python

The get, set and delete capabilities


🚀 New Blog Post — Part 9 is Live! 🧵 In this post, I walk you through localizing messages in your DSC v3 Python resource — so your configurations can speak the right language to the right audience. 🔗 Read it here: gijsreijn.medium.com/localizing-mes… #dsc #dscv3 #python #series

gijsreijn.medium.com

Localizing Messages in DSC v3 Python Resource

Change the utility to display the language of your choice


Did you know DSC v3 resources can implement what-if? I spent this weekend implementing it in the DSC v3 Python resource, extending the series to ten parts. I'll tell you everything about it in the following blog: gijsreijn.medium.com/adding-what-if… #python #dsc #dscv3

gijsreijn.medium.com

Adding What-If Capability to DSC v3 Python Resource

Return results without actually executing the command


I've just written my first two course lessons for free on my blog site: idontlikeai.dev/courses/ Planning to build more course content as I go! #learningcourse #dsc #dscv3


I have been dealing with secrets in older versions of PowerShell DSC, and I'm curious to see how Microsoft DSC v3 handles it differently. After diving deep, I discovered that you can build your own custom secret extension. Check out my new blog: gijsreijn.medium.com/how-to-manage-… #dscv3

gijsreijn.medium.com

How to Manage Secrets in Microsoft DSC v3: Building Your Own Custom Secret Extension

Retrieving secrets made easy


I'm thrilled to bring a significant update to my DSC v3 handbook! DSC v3 is evolving at a rapid pace, and since March 2025, several incredible features have been added. That's why I wanted to add it to the book. To grab a copy, check out: leanpub.com/thedscv3handbo… #dsc #dscv3


Ever wondered how Microsoft DSC can detect and manage Store apps like they're regular apps? 🤔 You can now include your own capabilities to configure your app through Microsoft DSC. No need to ship it separately from your app installation. gijsreijn.medium.com/how-microsoft-… #dscv3 #dsc

gijsreijn.medium.com

How Microsoft DSC Discovers Store Apps with appx-discover

Wait —  Microsoft DSC can see store apps now?!


🚀 PowerShell DSC v3.1.0-preview.7 is out now! The release primarily included several bug fixes for the adapter, as well as a new feature for the CLI. Check out the release notes and try it out: github.com/PowerShell/DSC… #dsc #dscv3 #configmanagement


🚀 New Blog Post — Part 9 is Live! 🧵 In this post, I walk you through localizing messages in your DSC v3 Python resource — so your configurations can speak the right language to the right audience. 🔗 Read it here: gijsreijn.medium.com/localizing-mes… #dsc #dscv3 #python #series

gijsreijn.medium.com

Localizing Messages in DSC v3 Python Resource

Change the utility to display the language of your choice


Did you know DSC v3 resources can implement what-if? I spent this weekend implementing it in the DSC v3 Python resource, extending the series to ten parts. I'll tell you everything about it in the following blog: gijsreijn.medium.com/adding-what-if… #python #dsc #dscv3

gijsreijn.medium.com

Adding What-If Capability to DSC v3 Python Resource

Return results without actually executing the command


The second-to-last part on building a Python DSC v3 resource has just been published. In this part, I'm covering how you can integrate the developed CLI into DSC's engine and talk about the resource manifest: gijsreijn.medium.com/integrate-micr… #dsc #dscv3 #python #configmanagement


Had to put on the final touches, but part three is here of the series: gijsreijn.medium.com/implementing-d… In this part, you learn to actually query data from the Service Control Manager and start writing the three capabilities: * Get * Set * Delete #dsc #dscv3 #series #python

gijsreijn.medium.com

Implementing DSC v3 Capabilities in Python

The get, set and delete capabilities


It's up! Anatomy of Microsoft DSC v3 Resource in Python has been published and covers: - The anatomy of Microsoft DSC v3 - Building a mocked Python function to return JSON data Check it out: gijsreijn.medium.com/anatomy-of-mic… #python #dsc #dscv3 #tutorial #series

gijsreijn.medium.com

Anatomy of Microsoft DSC v3 Resource in Python

Understanding the structure of Microsoft DSC v3


The first part is online on building a Microsoft DSC v3 resource using Python: gijsreijn.medium.com/building-micro… This series will be part of nine series and will guide you through the process of building your very own command-based DSC resource. #python #dsc #dscv3

gijsreijn.medium.com

Building Microsoft DSC v3 Resources with Python

Create your own command-based DSC resource with Python


Two days ago, I posted a Python DSC v3 resource that I developed. Having asked the question to blog about it, I spend some of my free time building a series on it. I hadn't expected it to be already 30+ minutes in read time. It's coming... #dsc #dscv3 #teaching #blog #python

GijsReijn's tweet image. Two days ago, I posted a Python DSC v3 resource that I developed.

Having asked the question to blog about it, I spend some of my free time building a series on it. I hadn't expected it to be already 30+ minutes in read time.

It's coming...

#dsc #dscv3 #teaching #blog #python

I finally did it! This is my very first DSC v3 resource built in Python. Yes, if you weren't aware, you can write any DSC v3 resource using the programming language you're familiar with. In this case, I wanted to challenge myself and learn Python. #dsc #dscv3 #python

GijsReijn's tweet image. I finally did it!

This is my very first DSC v3 resource built in Python. Yes, if you weren't aware, you can write any DSC v3 resource using the programming language you're familiar with. In this case, I wanted to challenge myself and learn Python. 

#dsc #dscv3 #python

A new release of DSC has been released, this time bumping it up to v3.1.0-preview.4. Happy to see two of my PRs being added. For the release notes, check out the GitHub page: github.com/PowerShell/DSC… #dscv3 #dsc

github.com

Releases · PowerShell/DSC

This repo is for the DSC v3 project. Contribute to PowerShell/DSC development by creating an account on GitHub.


How can you migrate existing PSDSC v2 configurations towards the new Microsoft DSC v3? I wondered about this question and wrote a new article about it. Check it out: gijsreijn.medium.com/how-to-migrate… #psdsc #dsc #dscv3 #configmanagement #powershell

gijsreijn.medium.com

How to Migrate Your PSDSC Configurations to Microsoft DSC v3

And the things to take into consideration


Another day, another easter Just finishing up by adding credential support on PowerShell adapters in Microsoft DSC's project #dsc #dscv3 #powershell

GijsReijn's tweet image. Another day, another easter

Just finishing up by adding credential support on PowerShell adapters in Microsoft DSC's project

#dsc #dscv3 #powershell

No results for "#dscv3"

Two days ago, I posted a Python DSC v3 resource that I developed. Having asked the question to blog about it, I spend some of my free time building a series on it. I hadn't expected it to be already 30+ minutes in read time. It's coming... #dsc #dscv3 #teaching #blog #python

GijsReijn's tweet image. Two days ago, I posted a Python DSC v3 resource that I developed.

Having asked the question to blog about it, I spend some of my free time building a series on it. I hadn't expected it to be already 30+ minutes in read time.

It's coming...

#dsc #dscv3 #teaching #blog #python

Time to put my hands to work and add another chapter on "The DSC V3 Handbook" on LeanPub: #dsc #dscv3 #book #leanpub #powershell #csharp

GijsReijn's tweet image. Time to put my hands to work and add another chapter on "The DSC V3 Handbook" on LeanPub:

#dsc #dscv3 #book #leanpub #powershell #csharp

Mientras tanto yo en la azotea tomando un timelapse del atardecer :) #dscv3 #arduino

aldemarbernal's tweet image. Mientras tanto yo en la azotea tomando un timelapse del atardecer :) #dscv3 #arduino
aldemarbernal's tweet image. Mientras tanto yo en la azotea tomando un timelapse del atardecer :) #dscv3 #arduino
aldemarbernal's tweet image. Mientras tanto yo en la azotea tomando un timelapse del atardecer :) #dscv3 #arduino

I finally did it! This is my very first DSC v3 resource built in Python. Yes, if you weren't aware, you can write any DSC v3 resource using the programming language you're familiar with. In this case, I wanted to challenge myself and learn Python. #dsc #dscv3 #python

GijsReijn's tweet image. I finally did it!

This is my very first DSC v3 resource built in Python. Yes, if you weren't aware, you can write any DSC v3 resource using the programming language you're familiar with. In this case, I wanted to challenge myself and learn Python. 

#dsc #dscv3 #python

During the weekend, I had some time to play and fiddle with the new functionality Release Candidate 1 has brought in DSC v3. This time, it was the modularization and ARM functionality that you can use in includes. I added the content to my book. leanpub.com/thedscv3handbo… #dscv3

GijsReijn's tweet image. During the weekend, I had some time to play and fiddle with the new functionality Release Candidate 1 has brought in DSC v3.

This time, it was the modularization and ARM functionality that you can use in includes. I added the content to my book.

leanpub.com/thedscv3handbo…

#dscv3

Another day, another easter Just finishing up by adding credential support on PowerShell adapters in Microsoft DSC's project #dsc #dscv3 #powershell

GijsReijn's tweet image. Another day, another easter

Just finishing up by adding credential support on PowerShell adapters in Microsoft DSC's project

#dsc #dscv3 #powershell

Loading...

Something went wrong.


Something went wrong.


United States Trends