In Azure, every resource must be assigned to a resource group. In some cases, you may want to set a specific resource group as the default for all new Azure resources.
Category: Azure PowerShell
Add DNS Servers to Azure VNET Using PowerShell
In this blog post, we will add DNS servers to an existing Azure Virtual Network (VNET) using PowerShell.
Add Subnets to Existing Azure VNET Using PowerShell
Following our previous blog post today we are going to show you how to modify an existing VNET in Azure and add new subnets using PowerShell.
Create Azure VNET and Subnet With PowerShell
This blog post will show you how to create a virtual network and subnet on Microsoft Azure using PowerShell.
How to Shutdown an Azure Virtual Machine With PowerShell (Az Module)
This blog post will cover how to shut down an Azure virtual machine using PowerShell and the Az module.
Create a User In Azure With PowerShell
In this post, we will create a new user on Microsoft Azure using the PowerShell Az module.
Get Azure Virtual Machine Status With PowerShell
Checking the status of a Virtual Machine running on Microsoft Azure using PowerShell is helpful in scenarios where you need to verify the status of the VM before taking action.
PowerShell Script – Get Creation Date Of All Azure AD Users
This article will show you how to get the creation date of all your Azure Active Directory users using a PowerShell script. This is important for auditing purposes and can be used in other scripts to remove any users that were created after a certain date.
Create a MySQL Database on Azure With PowerShell
In the post, we will create a MySQL database on Microsoft Azure using the Azure Az PowerShell module.
List All Azure Regions Using PowerShell
In this Microsoft Azure Az PowerShell blog post, we will learn how to list all the Azure region available for deployments.