Unable to create Win11 VM with OS Image under 126GB
My goal is to create a Win11 image in Azure with a OS disk size of 80GB (so it can be used as an image for AWS Workspace).
PowerShell script to fetch Azure storage account based on tag name & value
I have a requirement to fetch storage account details with size in all subscriptions based on tag value & Name using PowerShell.
Diagnostic setting Azure
Getting blank value for Eventhub and loganalyticsworkspace even if there is value in azure portal help me trouble shoot.
Azure VM password RDP issues
i been having issues rdp into my azure vm even tho, i reset password on the portal no luck. I was told to use the run command script on the azure vm for the password reset on admin level.
Get-AzRoleAssignment ISSUE
Get-AzRoleAssignment -Scope “/subscriptions/abc/resourceGroups/test/providers/Microsoft.Storage/storageAccounts/adls2sxcuzeow”
Powershell Get-AzRoleAssignment ISSUE
$resourceGroupName = “az-dna-xxxxx-test”
Azure Powershell: Get-MgUser not recognized
I ran Import-Module Microsoft.Graph.Applications
and Connect-MgGraph
with many scopes. I am now trying to run the command New-MgUser
, but I receive this error:
Azure: Add Sensitivity Label to Azure Group through Powershell
I’m looking to add a Sensitivity Label to an Azure group. The Microsoft documentation says the option should appear right when I create the group:
New-AzAutomationSchedule – Object reference not set to an instance of an object
I’m running into a frustrating problem trying to get an Azure Automation Runbook to schedule Azure Automation jobs.
Powershell script to randomize the password of identities(accounts) in Azure using service principal
We have an enterprise application in Azure.
I was working on a powershell script to randomize password of accounts in Azure using service principal.