Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kilasuit/nanovhd
Scripts to build and test a virtual machine image using the Nano Server installation option of Windows Server 2016
https://github.com/kilasuit/nanovhd
Last synced: 8 days ago
JSON representation
Scripts to build and test a virtual machine image using the Nano Server installation option of Windows Server 2016
- Host: GitHub
- URL: https://github.com/kilasuit/nanovhd
- Owner: kilasuit
- License: mit
- Created: 2016-01-22T12:58:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T13:38:53.000Z (almost 9 years ago)
- Last Synced: 2024-05-01T21:22:00.729Z (7 months ago)
- Language: PowerShell
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NanoVHD
Scripts to build and test a virtual machine image using the Nano Server installation option of Windows Server 2016This repo contains 3 simple scripts.
* *NanoBuild.ps1* - Automates creation of a VHD for Nano Server from the Windows Server 2016 Technical Preview 4 Evaluation media
* *NanoBuild.Tests.ps1* - Pester script to verify the newly built image meets basic expectations (improvements welcome)
* *NanoVMConfig.ps1* - PowerShell Desired State Configuration script to configure a Windows 10 machine to create and boot a new VM in Hyper-V (edit name of NIC and location of VHD)
* *NanoVMConfig_Download.ps1* - PowerShell Desired State Configuration script that downloads the Nano evaluation VHD if it does not exist, and configures a test VM