Skip to content

Instantly share code, notes, and snippets.

@iainbrighton
iainbrighton / GetDscResource.ps1
Created November 21, 2015 23:42
Enumerate local DSC Resources
function TestDscResourceModule {
<#
.SYNOPSIS
Tests whether the specified PowerShell module directory is a DSC resource.
#>
[CmdletBinding()]
[OutputType([System.Boolean])]
param (
[Parameter(Mandatory, ValueFromPipeline)] [System.String] $Path