Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $vNetName = "myvirtualnetworkname"
  2. $resourceGroupName = "myresourcegroup"
  3. Get-AzureRmVirtualNetwork `
  4. -Name $vNetName `
  5. -ResourceGroupName $resourceGroupName `
  6. | Test-AzureRmPrivateIPAddressAvailability -IPAddress "10.0.0.10"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement