Create a DSC Resource Skeleton Class

suggest change
[DscResource()]
class File {
}

This example demonstrates how to build the outer section of a PowerShell class, that declares a DSC Resource. You still need to fill in the contents of the class definition.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents