Free, online, technical courses Take a free online course. Microsoft Virtual Academy.

Slides:



Advertisements
Similar presentations
Module 1 review: added practice steps
Advertisements

Day 1 Introduction to the Windows Azure Pack Install & Configure the Windows Azure Pack Integrate the Fabric with the Windows Azure Pack Deliver Self-Service.
Server Roles and Features.NET Framework 3.51.NET Framework 4.5 IIS Web Server IIS Default Document IIS Directory Browsing IIS HTTP Errors.
Module 1: Demystifying Software-Defined Networking Module 2: Realizing SDN - Microsoft’s Software Defined Networking Solutions with Windows Server 2012.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Worker Role Web Role Web Role VM Role Control Abstraction (i.e. Less IT & Less Plumbing Code) Admin Web / Worker Role VM Role Web / Worker Role.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Ben Hunter | Sr. Product Marketing Manager Mikael Nystrom | Microsoft MVP and Senior Executive Consultant at TrueSec.
System Center 2012 Setup The components of system center App Controller Data Protection Manager Operations Manager Orchestrator Service.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Deploying and Managing Windows Server 2012
Microsoft Azure Virtual Machines. Networking Compute Storage Virtual Machine Operating System Applications Data & Access Runtime Provision & Manage.
Module 1: Installing and Configuring Servers. Module Overview Installing Windows Server 2008 Managing Server Roles and Features Overview of the Server.
Node.js & Windows Azure AZR326  JavaScript on the Server!  Event driven I/O server-side JavaScript  Not thread based, each connection uses only a.
Microsoft Azure Active Directory. AD Microsoft Azure Active Directory.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
1 Windows 2008 Server Manager. 2 Server Manager Gives ability to perform effectively server administration without needing to launch a multitude of tools.
Monitoring Microsoft Azure. Networking Compute Storage Virtual Machine Operating System Applications Data & Access Runtime Manage & Monitor Automate Provisioning.
ALL INFORMATION PRESENTED AS WELL AS ALL SESSIONS ARE MICROSOFT CONFIDENTIAL AND UNDER YOUR NON-DISCLOSURE AGREEMENT (NDA) AND\OR TECHNOLOGY PREVIEW.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Planning Server Deployments Chapter 1. Server Deployment When planning a server deployment for a large enterprise network, the operating system edition.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Nano Server & ContainersNano Server & Containers Better Together Mike Resseler Technical Evangelist Veeam Software Thomas Maurer Cloud Architect itnetX.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Free, online, technical courses Take a free online course. Microsoft Virtual Academy.
Microsoft Virtual Academy Module 9 Configuring and Managing the VMM Library.
70-740: Installation, Storage, and Compute with Windows Server 2016 Install Windows Servers in host and compute environments (10–15%) Implement storage.
Microsoft Virtual Academy
How to use this presentation
Preparing for the Windows 8.1 MCSA
Microsoft Virtual Academy
Preparing for the Windows 8.1 MCSA
Microsoft Virtual Academy
Microsoft Virtual Academy
Supporting Windows 8.1 Krystle Portocarrero | Training Experts Inc.
Supporting Windows 8.1 Krystle Portocarrero | Training Experts Inc.
Microsoft Virtual Academy
Manage Nano Server with Windows Server 2016 Hyper-V
Deploying and Maintaining Server Images
Application Platform.
Microsoft Virtual Academy
Windows Server & Hyper-V Containers Vaggelis Kappas
11/11/2018 Desktop Virtualization Corey Hynes Kyle Rosenthal President Technical Lead HynesITe Inc Spider Consulting @windowspcguy.
Microsoft Virtual Academy
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
12/9/2018 Desktop Virtualization Corey Hynes Kyle Rosenthal President Technical Lead HynesITe Inc Spider Consulting @windowspcguy.
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
5/3/2019 Desktop Virtualization Corey Hynes Kyle Rosenthal President Technical Lead HynesITe Inc Spider Consulting @windowspcguy.
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Preparing for the Windows 8.1 MCSA
Microsoft Virtual Academy
Microsoft Virtual Academy
Presentation transcript:

Free, online, technical courses Take a free online course. Microsoft Virtual Academy

* Analysis based on all patches released in 2014

Nano Server folder has a Packages sub-folder Role or featurePackage file Hyper-V roleMicrosoft-NanoServer-Compute-Package.cab Failover ClusteringMicrosoft-NanoServer-FailoverCluster-Package.cab File Server role and other storage componentsMicrosoft-NanoServer-Storage-Package.cab Windows Defender Antimalware, including a default signature fileMicrosoft-NanoServer-Defender-Package.cab Reverse forwarders for application compatibility, for example common application frameworks such as Ruby, Node.js, etc. Microsoft-OneCore-ReverseForwarders-Package.cab

1 On a Windows 10 or Windows Server 2016 Technical Preview installation, mount the Technical Preview ISO, and, assuming the drive letter for the mounted image is D:\, run the following: Copy "D:\NanoServer" "C:\NanoServer" -Recurse 2 Generate a VHD from NanoServer.wim by using Convert-WindowsImage.ps1 from TechNet Script Center.TechNet Script Center C:\ Cd \NanoServer..\Convert-WindowsImage.ps1 Convert-WindowsImage –SourcePath C:\NanoServer\NanoServer.wim –VHDPath C:\NanoServer\NanoServer.vhd –VHDFormat VHD -Edition CORESYSTEMSERVER_INSTALL

Create a “Panther” folder (used by Windows systems for storing files during setup). Copy the Unattend.xml file to it with these commands: md.\mountdir\windows\panther copy.\unattend.xml.\mountdir\windows\panther 3 1 From an elevated command prompt, run: dism /Mount-Image /ImageFile:.\NanoServer.vhd /Index:1 /MountDir:.\mountdir 2 Then apply the unattend.xml file: dism /image:.\mountdir /Apply-Unattend:.\unattend.xml 4 Unmount the VHD: dism /Unmount-Image /MountDir:.\mountdir /Commit

Generate a VHD from NanoServer.wim, specify computer name and admin password, and add the Hyper- V (Compute), Failover Clustering, and OEM drivers packages New-NanoServerImage –MediaPath D:\ –BasePath C:\NanoServer –TargetPath C:\NanoServerVHD –Compute –OEMDrivers –Clustering –ComputerName NanoServerVHD –AdministratorPassword (“Passw0rd!” | ConvertTo-SecureString –AsPlainText - Force) 3 1 Mount the Technical Preview ISO, and, assuming the drive letter for the mounted image is D:, run the following: md C:\NanoServer copy D:\NanoServer\*.ps1 C:\NanoServer 2 Copy the scripts from the mounted image to the new local folder and dot-source them: cd C:\NanoServer..\Convert-WindowsImage.ps1..\New-NanoServerImage.ps1

Remote Graphical & Web Tools Server Manager Azure Portal tools Task manager Registry editor File explorer Server configuration Event viewer Disk manager Device & driver management Performance Users & groups PowerShell Remoting Core PowerShell engine, language, and cmdlets Windows Server cmdlets (network, storage, etc.) PowerShell DSC Remote file transfer Remote script authoring & debugging PowerShell Web Access VM and Container Management Hyper-V Manager Hyper-V cmdlets PowerShell Direct over PSRP CimSession support Docker SCVMM agent & console 3rd party agents & consoles Deployment & Monitoring DISM online & VHD support Unattended setup Visual Studio integration DSC Local Config Manager Setup & boot eventing SCOM agent VSO App Insights Azure Op Insights Partners & Frameworks Chef integration.NET Core and CoreCLR ASP.NET 5 Python, PHP, Ruby, Node.js PowerShell Classes PS Script Analyzer PowerShell Gallery PowerShellGet

Remote Server Management Tools Core PowerShell & WMI PowerShell DSC Hyper-V Manager Failover Cluster Manager Server Manager Perfmon, Event Viewer, Disk Manager, Device Manager etc.…

Deep technical content and free product evaluations Hands-on deep technical labs Free, online, technical courses Download Microsoft software trials today. Find Hand On Labs.Take a free online course. Technet.microsoft.com/evalcenterTechnet.microsoft.com/virtuallabsmicrosoftvirtualacademy.com TechNet Virtual Labs