Azure

  • Azure VM Status

    How to Get your Azure VM Status using Powershell function Get-Vmstatus { $RGs = Get-AzureRMResourceGroup foreach($RG in $RGs) { $VMs…

    Read More »
  • Azure Custom Role

    The following shows what a custom role looks like as displayed in JSON format. This custom role can be used…

    Read More »
Back to top button