Azure PowerShell: New-AzRoleAssignment doesn’t work with ApplicationId instead of ObjectId
despite azure documentation I don;t think you can use New-AzRoleAssignment with ApplicationId inplace of of ObjectId
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.
What is the replacement of `Get-AzEventGridSubscription -ResourceGroup -TopicName` in Az PowerShell 12.x
Running the following 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 […]