TechITPro

Technology know-how by IT Professionals

Skip to content
  • Home
  • Blog
    • Networking
    • Sitecore
    • Web Servers
  • Videos
    • Networking

Month: June 2017

Powershell Azure Change VM size

June 2, 2017 Posted in Cloud Computing Tagged Azure Instance Size Powershell VM size Leave a comment

Quick Feed:

If you want to change Azure VM instance Size, use the following Powershell method.

$vm = Get-AzureRmVM -ResourceGroupName “yourresourcegroupname” -Name “YourAzureVMName”

$vm.HardwareProfile.VmSize = “Standard_A2”

Update-AzureRmVm -ResourceGroupName “yourresourcegroupname” -VM $vm

Powershell Azure VM Hardware Profile

June 2, 2017 Posted in Uncategorized Tagged Azure Cmdlets Powershell VM size 1 Comment

Quick Feed:

If you want to quickly find out the instance size of running VM, you can use the following PowerShell method.

$vm = Get-AzureRmVM -ResourceGroupName “resourcegroupname” -Name “nameoftheVM”

$vm.HardwareProfile.VmSize

Recent Posts

  • Azure Virtual Machine Primary Interface
  • Powershell Azure Change VM size
  • Powershell Azure VM Hardware Profile
  • Azure-Windows2016-Native-Docker-And-Sitecore8-Setup
  • Office365 Equipment-Conference Room Mailbox Setting-PowerShell Studio

Recent Comments

  • Poker99 on Office365 Equipment-Conference Room Mailbox Setting-PowerShell Studio
  • Tushar soni on Powershell Azure VM Hardware Profile
  • Lirik on Comparison SaaS, IaaS and PaaS
  • Jesper Balle on Azure-Windows2016-Native-Docker-And-Sitecore8-Setup
  • Cristian on Making of Sitecore Community Project Templates

Archives

  • November 2017
  • June 2017
  • April 2017
  • January 2017
  • November 2016
  • September 2016
  • August 2016
  • March 2016
  • February 2016
  • October 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014

Categories

  • Asp.Net
  • Cloud Computing
  • Networking
  • Sitecore
  • Sitecore Azure
  • Sitecore Faceting
  • Uncategorized
  • Web Servers

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

TechITPro

© All rights reserved.

Archives

  • November 2017
  • June 2017
  • April 2017
  • January 2017
  • November 2016
  • September 2016
  • August 2016
  • March 2016
  • February 2016
  • October 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014

Meta

  • Log in

Archives

  • About
  • About Us
  • Blog
    • Networking
    • Sitecore
    • Web Servers
  • Videos
    • Networking