Steps Login to Azure Portal and select the VM you wish to clone. Select the attached disk(s) Select ‘Create snapshot’ option to create a snapshot of
Manu Philip Microsoft Certified: Azure Solutions Architect Expert Microsoft Certified Azure Administrator Associate Microsoft 365 Certified: Messaging Administrator Associate MCSA, Microsoft Windows Server MCITP, Exchange
I am hear by explaining the step-by-step procedure to create Custom Folder for all Exchange Online Mailboxes using Graph API. Using the cmdlet New-MailboxFolder, Administrators can’t
$reportName = “D:\AzVMIPs.csv”Get-AzSubscription | Select-AzSubscription | ForEach-Object {$_$report = @()$vms = Get-AzVM$publicIps = Get-AzPublicIpAddress$nics = Get-AzNetworkInterface | ?{ $_.VirtualMachine -NE $null}foreach ($nic in $nics) {$info
Here is a short video shows the complete procedure from Adding the external contact in Active Directory, Assign Teams permission, Add to Teams, Add the
This issue can come across when you use Azure PowerShell commands. For example, it stops you while you are trying to start your container image
Sometimes, you may get error message as follows and getting stuck on running PowerShell Cmdlets: PackageManagement\Install-Package : Unable to install, multiple modules matched ‘AzureADPreview’. Please
Following PowerShell Script will help you to delete the Virtual Machine and all the associated resources like Disks (Boot Diagnostics Disk, OS, Data disks), Network
Here is the script: $WebAppName = Read-Host “Please enter the WebApp Name that the Website(s) belongs to”$Days= Read-Host “Please enter Last #Days needed to be
Today, I started publishing PowerShell Scripts for Azure admin tasks in PowerShell Gallery. Two slightly different scripts are published today 1. Print Azure WebApp Metrics