1 / 14

Windows Server 2012

Windows Server 2012. From Nothing To Something. Types of Installs. Server with a GUI. The Old Default. Server Core. The New Default. And the In-between. A New Option: Minimal Server. Minimal GUI. Demo. Taking Core to Minimal Server. The PowerShell. Get- WindowsFeature

glain
Download Presentation

Windows Server 2012

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Windows Server 2012 From Nothing To Something

  2. Types of Installs

  3. Server with a GUI The Old Default

  4. Server Core The New Default

  5. And the In-between A New Option: Minimal Server

  6. Minimal GUI

  7. Demo Taking Core to Minimal Server

  8. The PowerShell • Get-WindowsFeature • Install-WindowsFeature Server-Gui-Mgmt-Infra –Source wim:d:\sources\install.wim:4 • Restart-Computer • Get-WindowsFeature • Notice what is now available

  9. Demo Taking Server Core to GUI

  10. The PowerShell • Get-WindowsFeature Server* • Install-WindowsFeatureServer-Gui-Mgmt-Infra, Server-Gui-Shell–Source wim:d:\sources\install.wim:4 • Restart-Computer

  11. Demo Taking Server with a GUI to Core

  12. Removing Features • Getting rid of the junk • Keeping size down • Easy to add back if needed later • Offline VHD no problem: -VHD parameter

  13. The PowerShell • UnInstall-WindowsFeatureServer-Gui-Mgmt-Infra, Server-Gui-Shell –IncludeManagementTools • Restart-Computer • Get-WindowsFeatures • Wait, items are still available • Add the –Remove parm • UnInstall-WindowsFeatureServer-Gui-Mgmt-Infra, Server-Gui-Shell –IncludeManagementTools -Remove

  14. Resources • Windows Server Installation Options • http://technet.microsoft.com/en-us/library/hh831786.aspx • Install or Uninstall Roles, Role Services, or Features • http://technet.microsoft.com/en-us/library/hh831809.aspx • Install Server Roles and Features on a Server Core Server • http://technet.microsoft.com/en-us/library/jj574158.aspx

More Related