Created
November 14, 2022 15:02
-
-
Save peteraritchie/f21d4be844b62899144ab9dcb9be592a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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