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

Slides:



Advertisements
Similar presentations
Using VHDs in Remediation Workshops. Overview Advantages Simple and robust setup Use prepared VHDs Easy to reset (copy VHD file) Easy to switch between.
Advertisements

Presentation Heading – font Arial
Module 1: Demystifying Software Defined Networking Module 2: Realizing SDN - Microsoft’s Software Defined Networking Solutions with Windows Server 2012.
Module 1: Demystifying Software-Defined Networking Module 2: Realizing SDN - Microsoft’s Software Defined Networking Solutions with Windows Server 2012.
Microsoft Azure Virtual Networks. Networking Compute Storage Virtual Machine Operating System Applications Data & Access Runtime Provision.
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.
SharePoint 2010 Development Environment A Guide to Setup SharePoint 2010 Development Environment on Windows 7 Machine.
CN1176 Computer Support Kemtis Kunanuraksapong MSIS with Distinction MCTS, MCDST, MCP, 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.
Monitoring Microsoft Azure. Networking Compute Storage Virtual Machine Operating System Applications Data & Access Runtime Manage & Monitor Automate Provisioning.
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.
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.
Presentation Heading – font Arial
Microsoft Virtual Academy
Microsoft Virtual Academy
Supporting Windows 8.1 Krystle Portocarrero | Training Experts Inc.
Microsoft Virtual Academy
Microsoft Virtual Academy
Supporting Windows 8.1 Krystle Portocarrero | Training Experts Inc.
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
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.
Installing and configuring MDT 2013 and WDS
Join the MVA Community! Microsoft Virtual Academy—Free online training! Tailored for IT Pros and Developers Over 2M registered users Earn while you learn!
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Windows 8.1 Deployment Jump Start
Microsoft Virtual Academy
Preparing for the Windows 8.1 MCSA
5/3/2019 Desktop Virtualization Corey Hynes Kyle Rosenthal President Technical Lead HynesITe Inc Spider Consulting @windowspcguy.
Microsoft Virtual Academy
Microsoft Virtual Academy
Deploying and Managing Windows To Go
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 Module 6: Securing Windows 8
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Preparing for the Windows 8.1 MCSA
Microsoft Virtual Academy
Microsoft Virtual Academy
Microsoft Virtual Academy
Steve Thomas Microsoft Consulting Services Microsoft Ronald Dockery
Microsoft Virtual Academy
Microsoft Virtual Academy
Presentation transcript:

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

Nano Server folder has a Packages sub-folder Dism /Add-Package /PackagePath:.\packages\ Dism /Add-Package /PackagePath:.\packages\en- us\ 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

3 1 From an elevated command prompt, run: dism /Mount-Image /ImageFile:.\NanoServer.vhd /Index:1 /MountDir:.\mountdir 2 Then copy in the setupcomplete.cmd file: md.\mountdir\Windows\Setup md.\mountdir\Windows\Setup\Scripts copy.\SetupComplete.cmd.\mountdir\Windows\Setup\Scripts

Harvest a data blob from a domain machine that is already running Windows Server Technical Preview djoin.exe /provision /domain /machine /savefile.\odjblob Add the contents of the “odjblob” file to the unattend file Inject the unattend file into the Nano Server image Can also domin join online: Harvest a data blob as above, copy to the Nano Server machine, use PS-Remoting to connect and run: djoin /requestodj /loadfile c:\Temp\odjblob /windowspath c:\windows /localos shutdown /r /t 5 Exit-PSSession

To dual boot Nano Server and another version or installation option of Windows Server Run these commands, replacing {GUID} with the copied GUID (including the curly brackets): bcdedit /set {GUID} device vhd=[c:]\NanoServer\NanoServer.vhd bcdedit /set {GUID} osdevice vhd=[c:]\NanoServer\NanoServer.vhd bcdedit /set {GUID} path \windows\system32\boot\winload.exe (or winload.efi for EFI systems) 3 1 Open an elevated command prompt, copy the current boot loader entry on the computer where Nano Server is running, and then use that to create a new entry with this command: bcdedit /copy {current} /d “Nano Server” 2 Type bcdedit again and copy the GUID that appears in the ID field of the newly copied boot loader entry, including the curly brackets.

If you want to use EMS you can enable it in your boot configuration 1 From an elevated command prompt, run: bcdedit /ems {GUID for Nano Server boot option} ON bcdedit /emssettings EMSPORT: EMSBAUDRATE:115200

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