-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit b34d95f
Showing
37 changed files
with
5,425 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto |
Empty file.
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,217 @@ | ||
<Labs> | ||
<Lab LabName="FooBar" > | ||
<Network NetName="net1"> | ||
<Subnet>10.202.1.0/24</Subnet> | ||
<GW>10.202.1.1</GW> | ||
</Network> | ||
<Network NetName="net2"> | ||
<Subnet>10.202.2.0/24</Subnet> | ||
<GW>10.202.2.1</GW> | ||
</Network> | ||
<ADDS ADDSName="BreakMe.local"> | ||
<ParentDomain>.</ParentDomain> | ||
<PDC>server1</PDC> | ||
<SafeModeAdminPass>Outflank123</SafeModeAdminPass> | ||
</ADDS> | ||
<System Hostname="server1"> | ||
<OS>windows2012R2x64</OS> | ||
<UnattendFile>unattend\unattend.win2012R2.xml</UnattendFile> | ||
<LocalCreds>ted:Outflank123</LocalCreds> | ||
<ParentDisk>parent-en_windows_server_2012_r2_essentials_with_update_x64_dvd_6052824-updated201704</ParentDisk> | ||
<Net1_Name>net1</Net1_Name> | ||
<Net1_IP>10.202.1.11/24</Net1_IP> | ||
<Domain>BreakMe.local</Domain> | ||
<RDP_Allow>True</RDP_Allow> | ||
<SW_Install>Chrome\googlechromestandaloneenterprise.msi</SW_Install> | ||
<SW_Install>7z\7z1801-x86.msi</SW_Install> | ||
<SW_Install>npp\npp.7.5.0.installer.x86.msi</SW_Install> | ||
</System> | ||
<System Hostname="server2"> | ||
<OS>windows2016x64</OS> | ||
<UnattendFile>unattend\unattend.win2016.xml</UnattendFile> | ||
<Mem>4GB</Mem> | ||
<LocalCreds>ted:Outflank123</LocalCreds> | ||
<ParentDisk>parent-en_windows_server_2016_x64_dvd_9718492-updated201801</ParentDisk> | ||
<Net1_Name>net1</Net1_Name> | ||
<Net1_IP>10.202.1.12/24</Net1_IP> | ||
<Win_Update>True</Win_Update> | ||
<SW_JustCopy>mu_advanced_threat_analytics_ata_version_1.8_x64_dvd_10911683.iso</SW_JustCopy> | ||
<RDP_Allow>True</RDP_Allow> | ||
<SW_Install>Chrome\googlechromestandaloneenterprise.msi</SW_Install> | ||
<SW_Install>7z\7z1801-x86.msi</SW_Install> | ||
<SW_Install>npp\npp.7.5.0.installer.x86.msi</SW_Install> | ||
</System> | ||
<System Hostname="server3"> | ||
<SkipDeploy>True</SkipDeploy> | ||
<OS>windows2016x64</OS> | ||
<UnattendFile>unattend\unattend.win2016.xml</UnattendFile> | ||
<LocalCreds>ted:Outflank123</LocalCreds> | ||
<ParentDisk>parent-en_windows_server_2016_x64_dvd_9718492-updated201801</ParentDisk> | ||
<Net1_Name>net1</Net1_Name> | ||
<Net1_IP>10.202.1.13/24</Net1_IP> | ||
<Win_Update>True</Win_Update> | ||
<Domain>BreakMe.local</Domain> | ||
<RDP_Allow>True</RDP_Allow> | ||
<SW_Install>Chrome\googlechromestandaloneenterprise.msi</SW_Install> | ||
<SW_Install>7z\7z1801-x86.msi</SW_Install> | ||
<SW_Install>npp\npp.7.5.0.installer.x86.msi</SW_Install> | ||
</System> | ||
<System Hostname="server4"> | ||
<OS>windows2008R2x64</OS> | ||
<UnattendFile>unattend\unattend.win2008R2.xml</UnattendFile> | ||
<LocalCreds>ted:Outflank123</LocalCreds> | ||
<ParentDisk>parent-en_windows_server_2008_r2_with_sp1_vl_build_x64_dvd_617403-updated201801</ParentDisk> | ||
<Net1_Name>net1</Net1_Name> | ||
<Net1_IP>10.202.1.14/24</Net1_IP> | ||
<Win_Update>True</Win_Update> | ||
<Domain>BreakMe.local</Domain> | ||
<RDP_Allow>True</RDP_Allow> | ||
<SW_Install>Chrome\googlechromestandaloneenterprise.msi</SW_Install> | ||
<SW_Install>7z\7z1801-x86.msi</SW_Install> | ||
<SW_Install>npp\npp.7.5.0.installer.x86.msi</SW_Install> | ||
</System> | ||
<System Hostname="server5"> | ||
<OS>windows2012R2x64</OS> | ||
<UnattendFile>unattend\unattend.win2012R2.xml</UnattendFile> | ||
<LocalCreds>ted:Outflank123</LocalCreds> | ||
<ParentDisk>parent-en_windows_server_2012_r2_essentials_with_update_x64_dvd_6052824-updated201704</ParentDisk> | ||
<Net1_Name>net1</Net1_Name> | ||
<Net1_IP>10.202.1.15/24</Net1_IP> | ||
<Win_Update>True</Win_Update> | ||
<Domain>BreakMe.local</Domain> | ||
<RDP_Allow>True</RDP_Allow> | ||
<SW_Install>Chrome\googlechromestandaloneenterprise.msi</SW_Install> | ||
<SW_Install>7z\7z1801-x86.msi</SW_Install> | ||
<SW_Install>npp\npp.7.5.0.installer.x86.msi</SW_Install> | ||
</System> | ||
<System Hostname="client1"> | ||
<OS>windows10x86</OS> | ||
<UnattendFile>unattend\unattend.win10.xml</UnattendFile> | ||
<LocalCreds>ted:Outflank123</LocalCreds> | ||
<ParentDisk>parent-en_windows_10_enterprise_version_1709_updated_dec_2017_x86_dvd_100406182-updated201801</ParentDisk> | ||
<Net1_Name>net2</Net1_Name> | ||
<Net1_IP>10.202.2.11/24</Net1_IP> | ||
<Win_Update>True</Win_Update> | ||
<Domain>BreakMe.local</Domain> | ||
<RDP_Allow>True</RDP_Allow> | ||
<OfficeInstaller>Office16x86\setup.exe</OfficeInstaller> | ||
<OfficeConfig>Office16x86\config.xml</OfficeConfig> | ||
<SW_Install>Chrome\googlechromestandaloneenterprise.msi</SW_Install> | ||
<SW_Install>7z\7z1801-x86.msi</SW_Install> | ||
<SW_Install>npp\npp.7.5.0.installer.x86.msi</SW_Install> | ||
</System> | ||
<System Hostname="client2"> | ||
<OS>windows10x64</OS> | ||
<UnattendFile>unattend\unattend.win10.xml</UnattendFile> | ||
<LocalCreds>ted:Outflank123</LocalCreds> | ||
<ParentDisk>parent-en_windows_10_enterprise_version_1709_updated_dec_2017_x64_dvd_100406172-updated201801</ParentDisk> | ||
<Net1_Name>net2</Net1_Name> | ||
<Net1_IP>10.202.2.12/24</Net1_IP> | ||
<Win_Update>True</Win_Update> | ||
<Domain>BreakMe.local</Domain> | ||
<RDP_Allow>True</RDP_Allow> | ||
<OfficeInstaller>Office16x64\setup.exe</OfficeInstaller> | ||
<OfficeConfig>Office16x64\config.xml</OfficeConfig> | ||
<SW_Install>Chrome\googlechromestandaloneenterprise.msi</SW_Install> | ||
<SW_Install>7z\7z1801-x86.msi</SW_Install> | ||
<SW_Install>npp\npp.7.5.0.installer.x86.msi</SW_Install> | ||
</System> | ||
<System Hostname="client3"> | ||
<OS>windows10x86</OS> | ||
<UnattendFile>unattend\unattend.win10.xml</UnattendFile> | ||
<LocalCreds>ted:Outflank123</LocalCreds> | ||
<ParentDisk>parent-en_windows_10_enterprise_2016_ltsb_n_x86_dvd_9058202-updated201704</ParentDisk> | ||
<Net1_Name>net2</Net1_Name> | ||
<Net1_IP>10.202.2.13/24</Net1_IP> | ||
<Net1_DNS>10.202.1.11</Net1_DNS> | ||
<Win_Update>True</Win_Update> | ||
<Domain>BreakMe.local</Domain> | ||
<RDP_Allow>True</RDP_Allow> | ||
<OfficeInstaller>Office16x86\setup.exe</OfficeInstaller> | ||
<OfficeConfig>Office16x86\config.xml</OfficeConfig> | ||
<SW_Install>Chrome\googlechromestandaloneenterprise.msi</SW_Install> | ||
<SW_Install>7z\7z1801-x86.msi</SW_Install> | ||
<SW_Install>npp\npp.7.5.0.installer.x86.msi</SW_Install> | ||
</System> | ||
<System Hostname="client4"> | ||
<OS>windows10x64</OS> | ||
<UnattendFile>unattend\unattend.win10.xml</UnattendFile> | ||
<LocalCreds>ted:Outflank123</LocalCreds> | ||
<ParentDisk>parent-en_windows_10_enterprise_2016_ltsb_n_x64_dvd_9057894-updated201801</ParentDisk> | ||
<Net1_Name>net2</Net1_Name> | ||
<Net1_IP>10.202.2.14/24</Net1_IP> | ||
<Win_Update>True</Win_Update> | ||
<Domain>BreakMe.local</Domain> | ||
<RDP_Allow>True</RDP_Allow> | ||
<OfficeInstaller>Office16x64\setup.exe</OfficeInstaller> | ||
<OfficeConfig>Office16x64\config.xml</OfficeConfig> | ||
<SW_Install>Chrome\googlechromestandaloneenterprise.msi</SW_Install> | ||
<SW_Install>7z\7z1801-x86.msi</SW_Install> | ||
<SW_Install>npp\npp.7.5.0.installer.x86.msi</SW_Install> | ||
</System> | ||
<System Hostname="client5"> | ||
<OS>windows7x64</OS> | ||
<UnattendFile>unattend\unattend.win7.xml</UnattendFile> | ||
<LocalCreds>ted:Outflank123</LocalCreds> | ||
<ParentDisk>parent-en_windows_7_enterprise_n_with_sp1_x64_dvd_u_677704-updated201801</ParentDisk> | ||
<Net1_Name>net2</Net1_Name> | ||
<Net1_IP>10.202.2.15/24</Net1_IP> | ||
<Win_Update>True</Win_Update> | ||
<Domain>BreakMe.local</Domain> | ||
<RDP_Allow>True</RDP_Allow> | ||
<OfficeInstaller>Office16x64\setup.exe</OfficeInstaller> | ||
<OfficeConfig>Office16x64\config.xml</OfficeConfig> | ||
<SW_Install>Chrome\googlechromestandaloneenterprise.msi</SW_Install> | ||
<SW_Install>7z\7z1801-x86.msi</SW_Install> | ||
<SW_Install>npp\npp.7.5.0.installer.x86.msi</SW_Install> | ||
</System> | ||
<System Hostname="client6"> | ||
<OS>windows7x86</OS> | ||
<UnattendFile>unattend\unattend.win7.xml</UnattendFile> | ||
<LocalCreds>ted:Outflank123</LocalCreds> | ||
<ParentDisk>parent-en_windows_7_enterprise_n_with_sp1_x86_dvd_u_677703-updated201801</ParentDisk> | ||
<Net1_Name>net2</Net1_Name> | ||
<Net1_IP>10.202.2.16/24</Net1_IP> | ||
<Win_Update>True</Win_Update> | ||
<Domain>BreakMe.local</Domain> | ||
<RDP_Allow>True</RDP_Allow> | ||
<OfficeInstaller>Office14x86\setup.exe</OfficeInstaller> | ||
<OfficeConfig>Office14x86\config.xml</OfficeConfig> | ||
<SW_Install>Chrome\googlechromestandaloneenterprise.msi</SW_Install> | ||
<SW_Install>7z\7z1801-x86.msi</SW_Install> | ||
<SW_Install>npp\npp.7.5.0.installer.x86.msi</SW_Install> | ||
</System> | ||
<System Hostname="client7"> | ||
<OS>windows8.1x64</OS> | ||
<UnattendFile>unattend\unattend.win8.1.xml</UnattendFile> | ||
<LocalCreds>ted:Outflank123</LocalCreds> | ||
<ParentDisk>parent-en_windows_8.1_enterprise_n_with_update_x64_dvd_6050225-updated201801</ParentDisk> | ||
<Net1_Name>net2</Net1_Name> | ||
<Net1_IP>10.202.2.17/24</Net1_IP> | ||
<Win_Update>True</Win_Update> | ||
<Domain>BreakMe.local</Domain> | ||
<RDP_Allow>True</RDP_Allow> | ||
<OfficeInstaller>Office15x86\setup.exe</OfficeInstaller> | ||
<OfficeConfig>Office15x86\config.xml</OfficeConfig> | ||
<SW_Install>Chrome\googlechromestandaloneenterprise.msi</SW_Install> | ||
<SW_Install>7z\7z1801-x86.msi</SW_Install> | ||
<SW_Install>npp\npp.7.5.0.installer.x86.msi</SW_Install> | ||
</System> | ||
<System Hostname="client8"> | ||
<OS>windows8.1x86</OS> | ||
<UnattendFile>unattend\unattend.win8.1.xml</UnattendFile> | ||
<LocalCreds>ted:Outflank123</LocalCreds> | ||
<ParentDisk>parent-en_windows_8.1_enterprise_n_with_update_x86_dvd_6050217-updated201801</ParentDisk> | ||
<Net1_Name>net2</Net1_Name> | ||
<Net1_IP>10.202.2.18/24</Net1_IP> | ||
<Win_Update>True</Win_Update> | ||
<Domain>BreakMe.local</Domain> | ||
<RDP_Allow>True</RDP_Allow> | ||
<OfficeInstaller>Office15x86\setup.exe</OfficeInstaller> | ||
<OfficeConfig>Office15x86\config.xml</OfficeConfig> | ||
<SW_Install>Chrome\googlechromestandaloneenterprise.msi</SW_Install> | ||
<SW_Install>7z\7z1801-x86.msi</SW_Install> | ||
<SW_Install>npp\npp.7.5.0.installer.x86.msi</SW_Install> | ||
</System> | ||
</Lab> | ||
</Labs> |
Empty file.
Oops, something went wrong.