This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Synopsis | |
Robocopy wrapper with standard 0 (success) and 1 (failure) exit codes. | |
.Parameter source | |
Defines the source folder | |
.Parameter target | |
Defines the target folder | |
.Parameter include | |
Defines the files to include. Accepts wildcards. Eg: -include *.dll,*.pdb | |
Optional, Default value is $null and will include all files from source. |