AzureStack-QuickStart-Templ.../101-vm-windows-apply-extens...
sumantshiv c902bc48d5 Fix ps command not to use piped input as it does not work on cmd prompt. (#303)
* Multiple VMs Availability set quick start template - initial checkin.

* Add Parameters json file.

* Added Metadat json and readme files

* CR feedback addressed.

* Update DSC resource to have absolute data disk numbers.

* Updated xSqlPs DSC resource

* Using WS2012 R2 image for SQL VM because of corresponding DSC resource.

* Updated DSC resource for xSqlServerSetup

* Fixed SqlAsset location

* BugFix 12568338 - QuickStart Template<exchange-2016-non-ha> deployment has a failure on master run

* Update VM size for exchange VM to Standard_D2.

* Fix PSCommand to not to use piped input as it does not work from cmd prompt.

* Update command parameter
2017-10-08 14:03:27 -07:00
..
README.md Update README.md (#278) 2017-08-25 13:11:34 -07:00
azuredeploy.json Fix ps command not to use piped input as it does not work on cmd prompt. (#303) 2017-10-08 14:03:27 -07:00
azuredeploy.parameters.json Changing name of templates to match the pattern 101/201/301-PrimaryResourceName-Linux/Windows-WhatTheTemplateDoes (#225) 2017-05-09 11:05:08 -07:00
metadata.json Update metadata.json (#279) 2017-08-25 13:11:10 -07:00

README.md

Deploy Custom Script VM Extension to existing Windows VM (with PowerShell command)

This template deploys the Custom Script VM Extension to an existing Windows VM in an Azure Stack environment. It takes a parameter for vmName, and allows for the execution of a PowerShell command (as seen in the commandToExecute Extension setting).

Example PS Command (Sets DNS within the VM): powershell -ExecutionPolicy Unrestricted Set-DnsClientServerAddress -InterfaceAlias Ethernet -ServerAddresses 192.168.100.2, 8.8.8.8