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 | |
Create and Azure VM using specified template. | |
.DESCRIPTION | |
Create and Azure VM using specified template and validating errors in case of failure, providing the specific error message of which deployment step failed. The desired template URI should be provided as parameter | |
.INPUTS | |
ResourceGroupName - Name of the resource group that will be used for the VM deployment. If none exist a new one will be created. | |
TemplateURI - URI for the template desired. e.g.: 'https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-vm-simple-windows/azuredeploy.json' (used for this template initially) | |
.OUTPUTS | |
n/a |
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 | |
Performs the 802.1x machine cert enrollment to the targeted domain. | |
.DESCRIPTION | |
Port from BATCH script version adding more robust code with resiliency and active monitoring for the workstation cert enrollment. | |
.INPUTS | |
[N/A] No parameter required as issuing CA is per forest. | |
.OUTPUTS | |
n/a | |
.EXAMPLE |