Skip to content

Instantly share code, notes, and snippets.

@Atalanta
Created September 4, 2014 12:25
Show Gist options
  • Save Atalanta/e798f5487f8746655d8b to your computer and use it in GitHub Desktop.
Save Atalanta/e798f5487f8746655d8b to your computer and use it in GitHub Desktop.
Configuration ScriptFolder
{
node 'Server1'
{
File ScriptFiles
{
SourcePath = "\\dc1\Share\"
DestinationPath = "C:\scripts"
Ensure = "Present"
Type = "Directory"
Recurse = $true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment