#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
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
Version 3.1.0-preview.5 of Microsoft DSC was just released with a ton of new ARM functionality in there and a bunch of updates on the PowerShell adapters: github.com/PowerShell/DSC… #dsc #dscv3
github.com
Release v3.1.0-preview.5 · PowerShell/DSC
What's Changed Add equals() function by @SteveL-MSFT in #770 Add check in PS Adapter in case property is $null by @SteveL-MSFT in #769 Fix adapter configuration set which returns result, but n...
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
🚀 A new release just landed in the DSC repo with some cool updates where I could also contribute. Check it out at: github.com/PowerShell/DSC… #dsc #dscv3 #release
github.com
Release v3.1.0-preview.6 · PowerShell/DSC
What's Changed Fix exporting an adapted resource by @SteveL-MSFT in #789 Add shebang to build.ps1 so it's runnable by @andyleejordan in #801 Allow workaround for class-based WinPS by @Gijs...
The series on developing a Microsoft DSC v3 using Python finally comes to an end. Yes, this is the true final part, as it had four optional ones: gijsreijn.medium.com/packing-and-pu… #python #dsc #dscv3 #configmanagement #series
gijsreijn.medium.com
Packing and Publishing Microsoft DSC v3 Python Resource
Build a release asset your users can download and install
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
The series on developing a Microsoft DSC v3 using Python finally comes to an end. Yes, this is the true final part, as it had four optional ones: gijsreijn.medium.com/packing-and-pu… #python #dsc #dscv3 #configmanagement #series
gijsreijn.medium.com
Packing and Publishing Microsoft DSC v3 Python Resource
Build a release asset your users can download and install
🚀 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
🚀 A new release just landed in the DSC repo with some cool updates where I could also contribute. Check it out at: github.com/PowerShell/DSC… #dsc #dscv3 #release
github.com
Release v3.1.0-preview.6 · PowerShell/DSC
What's Changed Fix exporting an adapted resource by @SteveL-MSFT in #789 Add shebang to build.ps1 so it's runnable by @andyleejordan in #801 Allow workaround for class-based WinPS by @Gijs...
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
Version 3.1.0-preview.5 of Microsoft DSC was just released with a ton of new ARM functionality in there and a bunch of updates on the PowerShell adapters: github.com/PowerShell/DSC… #dsc #dscv3
github.com
Release v3.1.0-preview.5 · PowerShell/DSC
What's Changed Add equals() function by @SteveL-MSFT in #770 Add check in PS Adapter in case property is $null by @SteveL-MSFT in #769 Fix adapter configuration set which returns result, but n...
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
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
Struggled with finding the right input properties for command-based and non-command-based DSC resources? In this short how-to article, you'll learn three methods: gijsreijn.medium.com/the-three-stra… #dsc #dscv3 #configurationmanagement
gijsreijn.medium.com
The Three Straightforward Ways To Get Microsoft’s DSC v3 Input Properties
How to easily call DSC resources by knowing the right properties to input
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
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
Another day, another easter Just finishing up by adding credential support on PowerShell adapters in Microsoft DSC's project #dsc #dscv3 #powershell
Something went wrong.
Something went wrong.
United States Trends
- 1. INCOGNITO 4,305 posts
- 2. Cynthia 92.5K posts
- 3. CarPlay 2,754 posts
- 4. Katie Couric 5,473 posts
- 5. #WorldKindnessDay 14.2K posts
- 6. Osimhen 28.6K posts
- 7. Gabon 94.5K posts
- 8. Black Mirror 3,749 posts
- 9. Massie 93.4K posts
- 10. #LoveDesignEP7 167K posts
- 11. Sheel N/A
- 12. RIN AOKBAB BEGIN AGAIN 166K posts
- 13. Megyn Kelly 13.9K posts
- 14. Bonhoeffer 2,959 posts
- 15. Pat Bev N/A
- 16. GRABFOOD LOVES LINGORM 1.06M posts
- 17. Seidler N/A
- 18. Tommy James N/A
- 19. Encyclopedia Galactica 6,648 posts
- 20. #NGAGAB 9,370 posts