Nano Server Administration Thorsten Butz. # about_me $speaker name='Thorsten Butz' jobrole = 'Trainer','Consultant','Author' certification = 'MC*','LPIC-2'

Slides:



Advertisements
Similar presentations
Ljubomir Ivaniš CPU d.o.o.
Advertisements

Remote Desktop Services
Microsoft Windows Server 2008 Software Deployment Chris Rutherford EKU Technology: CEN/CET.
1 Week #1 Objectives Review clients, servers, and Windows network models Differentiate among the editions of Server 2008 Discuss the new Windows Server.
Windows Server “Longhorn” RDP Airlift. Managing AD with PowerShell; Creating custom administrative consoles Dmitry Sotnikov CTO, Windows Management Quest.
1 Week #1 Objectives Review clients, servers, and Windows network models Differentiate among the editions of Server 2008 Discuss the new Windows Server.
Cost to serve reduction Removal of middleware Hardware platform agnostic Use of commodity hardware Just in time hardware provisioning.
Module 1 review: added practice steps
More Control and Flexibility Vitalis Konopelec Technology Solution Professional Microsoft Slovakia s.r.o.
1.1 Installing Windows Server 2008 Windows Server 2008 Editions Windows Server 2008 Installation Requirements X64 Installation Considerations Preparing.
TechNet and Community Tour - Dynamic IT Dynamic Desktop Deployment Level Advanced.
Lesson 7: Creating and Configuring Virtual Machine Settings
Lesson 2: Configuring Servers
Daniel Petri MVP, Microsoft Infrastructure Manager John Bryce Training November 2007.
Windows Server 2012 What’s new ? AuthorKrzysztof Pytko Wroclaw 2012
Welcome Course 20410B Module 0: Introduction Audience
Windows Remote Administration
Guidance and resources for migrating from Windows Server 2008 Windows Server 2012 R2 Migration and Upgrade Guide.
Presented by: Shane Kullman VMware / Microsoft Consultant TIES 1667 Snelling Avenue North Saint Paul, Minnesota Office: Fax:
Chapter 2: Installing and Upgrading to Windows Server 2008 R2 BAI617.
Deploying and Managing Windows Server 2012
Managing Windows Server 2008 R2 Lesson 2. Objectives.
What’s new in Windows Server Hyper-V Ben Armstrong M227.
Module 7: Fundamentals of Administering Windows Server 2008.
Module 9: Preparing to Administer a Server. Overview Introduction to Administering a Server Configuring Remote Desktop to Administer a Server Managing.
Module 1: Configuring Windows Server Module Overview Describe Windows Server 2008 roles Describe Windows Server 2008 features Describe Windows Server.
Guide to MCSE , Enhanced1 Activity 1-1: Determining the Windows Server 2003 Edition Installed on a Server Objective is to determine the edition of.
Virtualization Technology and Microsoft Virtual PC 2007 YOU ARE WELCOME By : Osama Tamimi.
How to not (teach | use) Powershell by Thorsten Butz #b9.
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
* Admin GUIs on servers are poison Optimized for next-gen distributed applications Higher density and Reduced attack surface and servicing.
Operating System Hardening. Vulnerabilities Unique vulnerabilities for: – Different operating systems – Different vendors – Client and server systems.
CEG 2400 FALL 2012 Windows Servers Network Operating Systems.
ALL INFORMATION PRESENTED AS WELL AS ALL SESSIONS ARE MICROSOFT CONFIDENTIAL AND UNDER YOUR NON-DISCLOSURE AGREEMENT (NDA) AND\OR TECHNOLOGY PREVIEW.
Microsoft Virtual Academy Module 12 Managing Services with VMM and App Controller.
Networking #notes from the field Thorsten Butz. # about_me $speaker name='Thorsten Butz' jobrole = 'Trainer','Consultant','Author' certification.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Windows Certification Paths OR MCSA Windows Server 2012 Installing and Configuring Windows Server 2012 Exam (20410) Administering Windows Server.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Chapter 17 Windows NT/2000 Domains Cisco Learning Institute Network+ Fundamentals and Certification Copyright ©2005 by Pearson Education, Inc. Upper Saddle.
Nano Server & ContainersNano Server & Containers Better Together Mike Resseler Technical Evangelist Veeam Software Thomas Maurer Cloud Architect itnetX.
Microsoft Installing & Configuring Windows Server Exam Questions Answers Powered By:
I hate PowerShell! about the bad, the worse and the ugly Thorsten Butz.
Nivo 300 Windows server Roles and features - Luka Manojlovic Jure Purgar.
Chapter 1 Introducing Windows Server 2012/R2
Deploy, configure, and remotely manage Nano Server
About_Containers A note from the field Thorsten Butz.
Managing Windows Server 2012
Microsoft Virtual Academy
Introduction to Windows Server 2008
Lesson 6: Configuring Servers for Remote Management
Windows Server 2016 Hyper-V
Microsoft Exam Installation, Storage, and Compute with Windows Server
Get-Help about_me $host name = Thorsten Butz jobrole = Trainer, Consultant, Author certification = MC*,LPIC-2 ^ = thorstenbutz = facebook.com/thbutz.
Manage Nano Server with Windows Server 2016 Hyper-V
❊ Thorsten Butz “Everything you always wanted to know
Application Platform.
Microsoft Virtual Academy
Get Microsoft Exam Dumps Questions - Microsoft Braindumps Dumps4Download
2018 Valid Microsoft Exam Dumps IT-Dumps
Pass Microsoft Exam in First Attempt | Dumps4download.us
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
HC Hyper-V Module GUI Portal VPS Templates Web Console
Managing Services with VMM and App Controller
Windows Remote Management
Server Management and Automation Windows Server 2012 R2
HC VMware Module
Presentation transcript:

Nano Server Administration Thorsten Butz

# about_me $speaker name='Thorsten Butz' jobrole = 'Trainer','Consultant','Author' certification = 'MC*','LPIC-2' = gplus.to/thorstenbutz = facebook.com/thbutz = thorsten-butz.de = slidingwindows.de }

Codename Tuva Install.wim: 134 MB Headless server Zero foot print: no built-in roles or features Purpose:  "Compute clusters" (Hyper-V-Host, Storage: SoFS, etc)  "Born-in-the-cloud”-Applications (Support for Ruby, Python, NoJS, etc)  Later/"next 20 years": Everything WS 2016, TP 4

Evolution of Windows Server UI Desktop ExperienceSince WS 2008 GUI Shell Minimal Server Interface WS 2012 (R2), removed in WS 2016 Server CoreSince WS 2008

Evolution of Windows Server UI Desktop ExperienceSince WS 2008 GUI Shell Minimal Server Interface WS 2012 (R2), removed in WS 2016 Server CoreSince WS 2008 Desktop ExperienceSince WS 2008 GUI Shell Minimal Server Interface WS 2012 (R2), removed in WS 2016 Server CoreSince WS 2008 NanoNew in WS 2016

Footprints

# BUILD YOUR FIRST NANO SERVER # GEN 1-VM => *.vhd # Gen 2-VM => *.vhdx Import-Module NanoServerImageGenerator.psm1 # from WS2016-ISO $nanoName = 'sea-nano1' New-NanoServerImage ` -MediaPath $iso_x ` -BasePath 'C:\NanoServer_TP4\Base' ` -TargetPath "C:\Hyper-V\Virtual Hard Disks\$nanoName.vhd" ` -GuestDrivers ` -EnableRemoteManagementPort ` -AdministratorPassword $password ` -Language en-US ` -ComputerName $nanoname

Recovery console

Workgroup vs. Domain Workgroup a) ConfigureTrustedHost list: Set-Item ` WSMan:\localhost\Client\TrustedHosts ` -Value Force b) "Manage As …" from ServerManager Domain PreCreate AD membership: djoin.exe /Provision /Domain contoso /Machine "sea-nano1" /SaveFile "c:\depot\sea-nano1.djoin"

Running apps on Nano Compatible API (subset) Reverse Forwarders: "DLL shims" forward api calls to new DLLs (optional package) Appx: Windows Server App (WSA) Installer, no MSI support "Built-In" roles: optional package

New-NanoServerImage – Compute […] New-NanoServerImage –Packages Microsoft-NanoServer-DNS- Package […]

Demo Build NANO server, configure NANO server

Remote Server Mgmt Tools

RSMT: Processes

RSMT: Regedit

RSMT: DevMgmt

Shadows of the past The legacy of Windows Server The future of Windows Server MMC.EXE compmgmt.msc, dsa.msc, dnsmgmt.msc … RPC/DCOM WMI NetBT RDP WinRM Web-based mgmt: Remote Server Management Tools (RSMT) Open-SSL support

build 2011

Thank