Skip to content

Instantly share code, notes, and snippets.

@pcgeek86
Created March 17, 2015 03:54
Show Gist options
  • Select an option

  • Save pcgeek86/d7ab06c1ce813366da57 to your computer and use it in GitHub Desktop.

Select an option

Save pcgeek86/d7ab06c1ce813366da57 to your computer and use it in GitHub Desktop.
Find required properties for a PowerShell DSC Resource
### Find the required properties for a particular DSC resource
(Get-DscResource | Out-GridView -PassThru).Properties;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment