133k views
5 votes
An admin is going to use a PowerShell script to create a VM. They have a Linux machine that has Azure CLI tools with PowerShell 5.x installed. Will this work?

A) Yes
B) No

User Monk L
by
9.1k points

1 Answer

3 votes

Final answer:

Yes, the admin can use a PowerShell script to create a VM using a Linux machine with Azure CLI tools and PowerShell 5.x installed.

Step-by-step explanation:

Yes, the admin can use a PowerShell script to create a VM using the Linux machine that has Azure CLI tools with PowerShell 5.x installed.

PowerShell 5.x has cross-platform compatibility, allowing it to run on different operating systems, including Linux.

With Azure CLI tools installed on the Linux machine, the admin can utilize PowerShell commands to interact with the Azure cloud and create a VM.

User Imran Rizvi
by
8.0k points