Skip to content

Commit

Permalink
Create admincenter.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
webstean authored Dec 7, 2023
1 parent 866bc89 commit 61374ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azurevm/admincenter.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
New-NetFirewallRule -DisplayName "Allow Windows Admin Center" -Direction Outbound -profile Domain -LocalPort 6516 -Protocol TCP -Action Allow
New-NetFirewallRule -DisplayName "Allow Windows Admin Center" -Direction Inbound -profile Domain -LocalPort 6516 -Protocol TCP -Action Allow

0 comments on commit 61374ef

Please sign in to comment.