Each of the tutorials in this section implements the same DSC Resource in a different language.
The DSC Resources manage the fictional TSToy application’s configuration files. While the TSToy application isn’t a real production application, managing configuration files is a common use-case for DSC Resources.
In these tutorials, you learn how to:
- Create a DSC Resource in your preferred programming language.
- Define the properties of the resource.
- Implement get and set commands for the resource.
- Write a manifest for the resource.
- Manually test the resource.