├── Changelog.docx ├── DSC └── Configuration.zip ├── IaaSBuilder.ps1 ├── Imgs ├── 1.3.JPG ├── 1.4.JPG ├── 1.6.JPG ├── 1.7.JPG ├── 2.0.JPG ├── 2.2.JPG ├── 2.3.JPG └── v1.5.2.JPG ├── README.md ├── STIG ├── GenerateStigChecklist.ps1 ├── InstallModules.ps1 ├── RequiredModules.ps1 ├── STIGDeployment.zip ├── Windows.ps1 └── localhost.mof ├── Templates ├── 3NIC_1Tier_HA │ ├── PAYGDeploy.json │ └── azureDeploy.json ├── 3NIC_3Tier_HA │ ├── PAYGDeploy.json │ └── azureDeploy.json ├── AzureTemplate.json ├── AzureTemplateSACA.json ├── AzureTemplateSpot.json ├── AzureWVD.json ├── Bastion.json ├── HostGroup.json ├── HostGroup.parameters.json ├── Networking.json ├── SACA │ ├── 1T_SACA_F5_Deploy.json │ ├── 1T_SACA_NetworkBuild.json │ ├── 3T_SACA_F5_Deploy.json │ ├── 3T_SACA_IPSDeploy.json │ ├── 3T_SACA_NetworkBuild.json │ └── Baseline │ │ └── byolscca.json └── mainTemplate.json ├── form.xml └── nested ├── AVDandHostPool.json ├── README.md ├── azureadds.json ├── bastion.json ├── keyvault.json ├── networking.json └── resourcegroup.json /Changelog.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Changelog.docx -------------------------------------------------------------------------------- /DSC/Configuration.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/DSC/Configuration.zip -------------------------------------------------------------------------------- /IaaSBuilder.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/IaaSBuilder.ps1 -------------------------------------------------------------------------------- /Imgs/1.3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Imgs/1.3.JPG -------------------------------------------------------------------------------- /Imgs/1.4.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Imgs/1.4.JPG -------------------------------------------------------------------------------- /Imgs/1.6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Imgs/1.6.JPG -------------------------------------------------------------------------------- /Imgs/1.7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Imgs/1.7.JPG -------------------------------------------------------------------------------- /Imgs/2.0.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Imgs/2.0.JPG -------------------------------------------------------------------------------- /Imgs/2.2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Imgs/2.2.JPG -------------------------------------------------------------------------------- /Imgs/2.3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Imgs/2.3.JPG -------------------------------------------------------------------------------- /Imgs/v1.5.2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Imgs/v1.5.2.JPG -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/README.md -------------------------------------------------------------------------------- /STIG/GenerateStigChecklist.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/STIG/GenerateStigChecklist.ps1 -------------------------------------------------------------------------------- /STIG/InstallModules.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/STIG/InstallModules.ps1 -------------------------------------------------------------------------------- /STIG/RequiredModules.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/STIG/RequiredModules.ps1 -------------------------------------------------------------------------------- /STIG/STIGDeployment.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/STIG/STIGDeployment.zip -------------------------------------------------------------------------------- /STIG/Windows.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/STIG/Windows.ps1 -------------------------------------------------------------------------------- /STIG/localhost.mof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/STIG/localhost.mof -------------------------------------------------------------------------------- /Templates/3NIC_1Tier_HA/PAYGDeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/3NIC_1Tier_HA/PAYGDeploy.json -------------------------------------------------------------------------------- /Templates/3NIC_1Tier_HA/azureDeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/3NIC_1Tier_HA/azureDeploy.json -------------------------------------------------------------------------------- /Templates/3NIC_3Tier_HA/PAYGDeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/3NIC_3Tier_HA/PAYGDeploy.json -------------------------------------------------------------------------------- /Templates/3NIC_3Tier_HA/azureDeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/3NIC_3Tier_HA/azureDeploy.json -------------------------------------------------------------------------------- /Templates/AzureTemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/AzureTemplate.json -------------------------------------------------------------------------------- /Templates/AzureTemplateSACA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/AzureTemplateSACA.json -------------------------------------------------------------------------------- /Templates/AzureTemplateSpot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/AzureTemplateSpot.json -------------------------------------------------------------------------------- /Templates/AzureWVD.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/AzureWVD.json -------------------------------------------------------------------------------- /Templates/Bastion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/Bastion.json -------------------------------------------------------------------------------- /Templates/HostGroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/HostGroup.json -------------------------------------------------------------------------------- /Templates/HostGroup.parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/HostGroup.parameters.json -------------------------------------------------------------------------------- /Templates/Networking.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/Networking.json -------------------------------------------------------------------------------- /Templates/SACA/1T_SACA_F5_Deploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/SACA/1T_SACA_F5_Deploy.json -------------------------------------------------------------------------------- /Templates/SACA/1T_SACA_NetworkBuild.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/SACA/1T_SACA_NetworkBuild.json -------------------------------------------------------------------------------- /Templates/SACA/3T_SACA_F5_Deploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/SACA/3T_SACA_F5_Deploy.json -------------------------------------------------------------------------------- /Templates/SACA/3T_SACA_IPSDeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/SACA/3T_SACA_IPSDeploy.json -------------------------------------------------------------------------------- /Templates/SACA/3T_SACA_NetworkBuild.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/SACA/3T_SACA_NetworkBuild.json -------------------------------------------------------------------------------- /Templates/SACA/Baseline/byolscca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/SACA/Baseline/byolscca.json -------------------------------------------------------------------------------- /Templates/mainTemplate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/Templates/mainTemplate.json -------------------------------------------------------------------------------- /form.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/form.xml -------------------------------------------------------------------------------- /nested/AVDandHostPool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/nested/AVDandHostPool.json -------------------------------------------------------------------------------- /nested/README.md: -------------------------------------------------------------------------------- 1 | Testing Files 2 | -------------------------------------------------------------------------------- /nested/azureadds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/nested/azureadds.json -------------------------------------------------------------------------------- /nested/bastion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/nested/bastion.json -------------------------------------------------------------------------------- /nested/keyvault.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/nested/keyvault.json -------------------------------------------------------------------------------- /nested/networking.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/nested/networking.json -------------------------------------------------------------------------------- /nested/resourcegroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chlaplan/IaaS-Builder/HEAD/nested/resourcegroup.json --------------------------------------------------------------------------------