Last active
April 14, 2024 13:01
-
-
Save ebibibi/36a29f269af3e3f35bb10973f0aa2176 to your computer and use it in GitHub Desktop.
Configure Windows Servers for Demo(PowerShell)
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
Set-NetFirewallProfile -Profile Domain,Public,Private -Enabled False | |
. { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force | |
Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/ebibibi/857b5ec17e466edcbd812fb43e0218a2/raw/configure_windows_by_boxstarter.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment