Skip to content

Instantly share code, notes, and snippets.

@shew01
Created November 26, 2016 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shew01/134f4f0919f5b517e2a803ed1c93f1dd to your computer and use it in GitHub Desktop.
Save shew01/134f4f0919f5b517e2a803ed1c93f1dd to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<?xml-stylesheet type='text/xsl' href='style.xsl'?>
<SourceCodeFiles>
<FileGroup Group="A">
<!--my_script_a.ps1 details-->
<SourceCodeFile>
<File_NME>my_script_a.ps1</File_NME>
<OverwriteFile_IND>Y</OverwriteFile_IND>
<SourceLocation_DIR>W:\DBA\DBA\my_dir_a\</SourceLocation_DIR>
<DestinationLocation_DIR>c:\cron\dba\dest_a\</DestinationLocation_DIR>
<DestinationComputers>
<DestinationComputer_NME>SERVER</DestinationComputer_NME>
<DestinationComputer_NME>MANAGEMENT</DestinationComputer_NME>
</DestinationComputers>
<Comment_DSC>Comment A</Comment_DSC>
</SourceCodeFile>
<!--my_script_b.ps1 details-->
<SourceCodeFile>
<File_NME>my_script_b.ps1</File_NME>
<OverwriteFile_IND>N</OverwriteFile_IND>
<SourceLocation_DIR>W:\DBA\DBA\my_dir_b\</SourceLocation_DIR>
<DestinationLocation_DIR>c:\cron\dba\dest_b\</DestinationLocation_DIR>
<DestinationComputers>
<DestinationComputer_NME>SERVER</DestinationComputer_NME>
<DestinationComputer_NME>MANAGEMENT</DestinationComputer_NME>
</DestinationComputers>
<Comment_DSC>Comment B</Comment_DSC>
</SourceCodeFile>
</FileGroup>
<FileGroup Group="B">
<!--my_script_c.ps1 details-->
<SourceCodeFile>
<File_NME>my_script_c.ps1</File_NME>
<OverwriteFile_IND>Y</OverwriteFile_IND>
<SourceLocation_DIR>W:\DBA\DBA\my_dir_c\</SourceLocation_DIR>
<DestinationLocation_DIR>c:\cron\dba\dest_c\</DestinationLocation_DIR>
<DestinationComputers>
<DestinationComputer_NME>REPORTING</DestinationComputer_NME>
</DestinationComputers>
<Comment_DSC>Comment C</Comment_DSC>
</SourceCodeFile>
</FileGroup>
<FileGroup Group="C">
<!--my_script_d.ps1 details-->
<SourceCodeFile>
<File_NME>my_script_d.ps1</File_NME>
<OverwriteFile_IND>Y</OverwriteFile_IND>
<SourceLocation_DIR>W:\DBA\DBA\my_dir_d\</SourceLocation_DIR>
<DestinationLocation_DIR>c:\cron\dba\dest_d\</DestinationLocation_DIR>
<DestinationComputers>
<DestinationComputer_NME>WORKSTATIONA</DestinationComputer_NME>
<DestinationComputer_NME>WORKSTATIONB</DestinationComputer_NME>
</DestinationComputers>
<Comment_DSC>Comment D</Comment_DSC>
</SourceCodeFile>
<!--my_script_e.ps1 details-->
<SourceCodeFile>
<File_NME>my_script_e.ps1</File_NME>
<OverwriteFile_IND>Y</OverwriteFile_IND>
<SourceLocation_DIR>W:\DBA\DBA\my_dir_e\</SourceLocation_DIR>
<DestinationLocation_DIR>c:\cron\dba\dest_e\</DestinationLocation_DIR>
<DestinationComputers>
<DestinationComputer_NME>WORKSTATIONA</DestinationComputer_NME>
<DestinationComputer_NME>WORKSTATIONB</DestinationComputer_NME>
</DestinationComputers>
<Comment_DSC>Comment E</Comment_DSC>
</SourceCodeFile>
</FileGroup>
</SourceCodeFiles>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment