├── README.md └── active-directory-new-domain-with-data ├── CallingScript.ps1 ├── CreateADDomainWithData.ps1.zip ├── CreateADDomainWithData.psd1 ├── azuredeploy.json ├── azuredeploy.parameters.json ├── readme.md ├── vnet-with-dns-server.json └── vnet.json /README.md: -------------------------------------------------------------------------------- 1 | # AzureRM -------------------------------------------------------------------------------- /active-directory-new-domain-with-data/CallingScript.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoateePFE/AzureRM/HEAD/active-directory-new-domain-with-data/CallingScript.ps1 -------------------------------------------------------------------------------- /active-directory-new-domain-with-data/CreateADDomainWithData.ps1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoateePFE/AzureRM/HEAD/active-directory-new-domain-with-data/CreateADDomainWithData.ps1.zip -------------------------------------------------------------------------------- /active-directory-new-domain-with-data/CreateADDomainWithData.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoateePFE/AzureRM/HEAD/active-directory-new-domain-with-data/CreateADDomainWithData.psd1 -------------------------------------------------------------------------------- /active-directory-new-domain-with-data/azuredeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoateePFE/AzureRM/HEAD/active-directory-new-domain-with-data/azuredeploy.json -------------------------------------------------------------------------------- /active-directory-new-domain-with-data/azuredeploy.parameters.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoateePFE/AzureRM/HEAD/active-directory-new-domain-with-data/azuredeploy.parameters.json -------------------------------------------------------------------------------- /active-directory-new-domain-with-data/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoateePFE/AzureRM/HEAD/active-directory-new-domain-with-data/readme.md -------------------------------------------------------------------------------- /active-directory-new-domain-with-data/vnet-with-dns-server.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoateePFE/AzureRM/HEAD/active-directory-new-domain-with-data/vnet-with-dns-server.json -------------------------------------------------------------------------------- /active-directory-new-domain-with-data/vnet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GoateePFE/AzureRM/HEAD/active-directory-new-domain-with-data/vnet.json --------------------------------------------------------------------------------