Skip to content

Instantly share code, notes, and snippets.

@peteraritchie
Created November 14, 2022 15:02
Show Gist options
  • Save peteraritchie/f21d4be844b62899144ab9dcb9be592a to your computer and use it in GitHub Desktop.
Save peteraritchie/f21d4be844b62899144ab9dcb9be592a to your computer and use it in GitHub Desktop.
# Create a new VM with port 3389 open (skip subnet, VNet, and NSG)
New-AzVm `
-ResourceGroupName $rgName `
-Name $vmName `
-Location $location `
-OpenPorts 3389
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment