Relative Content

Tag Archive for azurepowershellazure-powershell

How to create a VM using Azure Powershell

I am doing a Udemy course to prepare to take the AZ-104 certification exam. In the course, the tutor is giving a Powershell demonstration and in this demonstration he has created a VM using simple command.

Get-Az role assignment

help me modify this script to get all the resource groups and resources inside the subscription and there role assignment details im getting error doing that

Powershell : Format output from database table to CSV File

When I try to run the powershell command below which is not giving the CSV table format instead its just a string (attached results Screenshot), I need help in table format with these results. $scriptCode = @’ $query = “use test_MO; SELECT Quantity, ‘License Metric’, ‘Product Name’, ‘Manufacturer (Article)’, ‘Manufacturer article number (Article)’,’Article description (Article)’,’Purchase […]