cmd /c "mkdir C:\terraform" Create the Terraform working directory 11 cmd /c "copy C:\AzureData\CustomData.bin C:\terraform\winrm.ps1" Move the CustomData file to the working directory 12 powershell.exe -sta -ExecutionPolicy Unrestricted -file C:\terraform\winrm.ps1 Move the CustomData file to the working directory 13