Thursday, May 3, 2018

Script for login to Azure for checking Resource Group and vnet

#Author : Neeraj

Login-AzureRmAccount
function RSG
{
$rsg_lst=get-azureRMresourcegroup
foreach($_ in $rsg_lst)
   {
   echo $rsg_lst.ResourceGroupName
   }
  }
function VNET()
{
get-azureRMvirtualNetwork
}

No comments:

Post a Comment

Thanks for showing interest in tech-jockey.

Content of this blog has been moved to GITHUB

Looking at current trends and to make my content more reachable to people, I am moving all the content of my blog https://tech-jockey.blogsp...