Showing posts with label AZURE. Show all posts
Showing posts with label AZURE. Show all posts

Sunday, June 7, 2020

POWERSHELL SCRIPT TO STOP AND START VIRTUAL MACHINES


Command to start Virtual Machine:

Start AZVM -ResourceGroupName ResourceGroup -Name VMName


Command to start Virtual Machine:

Stop AZVM -ResourceGroupName ResourceGroup -Name VMName