2

How can I create a VM from New MarketPlace through PowerShell scripts? I want to create "SQL Server 2014 Enterprise on Windows Server 2012 R2" VM which is available on Preview Azure Portal.

Get-AzureVMImage cmdlet does not return "SQL Server 2014 Enterprise on Windows Server 2012 R2" VM.

the following command returns no result

Get-AzureVMImage | where {$_.Label -like "SQL Server 2014 Enterprise on Windows Server 2012 R2*"}

1 Answer 1

1

Try this - Get-AzureVMImage | where {$_.Label -like "SQL Server 2014 RTM Enterprise on Windows Server 2012 R2*"}

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.