DSCResources/xHelloWorld/xHelloWorld.schema.psm1

Configuration xHelloWorld
{
    File CreateLocalPath
    {
        Type = 'Directory'
        DestinationPath = '$env:SystemDrive\xHelloWorld'
        Ensure = "Present"
    }
}