Skip to content

Instantly share code, notes, and snippets.

@ebibibi
Last active April 14, 2024 13:01
Show Gist options
  • Save ebibibi/36a29f269af3e3f35bb10973f0aa2176 to your computer and use it in GitHub Desktop.
Save ebibibi/36a29f269af3e3f35bb10973f0aa2176 to your computer and use it in GitHub Desktop.
Configure Windows Servers for Demo(PowerShell)
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