Advertisement
ibi

SwitchServerCodeMode.ps1

ibi
Jul 4th, 2016
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. switch ($id)
  2.         {
  3.             "1" {Uninstall-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell}
  4.             "2" {Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell}
  5.             "3" {
  6.                     Import-Module Dism
  7.                     Enable-WindowsOptionalFeature -online -Featurename ServerCore-FullServer,Server-Gui-Shell,Server-Gui-Mgmt
  8.                 }
  9.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement