DSCResources/xHelloWorld/xHelloWorld.schema.psm1
Configuration xHelloWorld { $localPath = "$env:SystemDrive\xHelloWorld" File CreateLocalPath { Type = 'Directory' DestinationPath = $localPath Ensure = "Present" } } |
Configuration xHelloWorld { $localPath = "$env:SystemDrive\xHelloWorld" File CreateLocalPath { Type = 'Directory' DestinationPath = $localPath Ensure = "Present" } } |