- Getting Started with Nano Server
- Charbel Nemnom
- 216字
- 2021-07-02 21:11:07
Nano Server quick start
Microsoft provided two of the main scripts on the Nano Server image itself. When you go to the NanoServer folder on the ISO media, you will find NanoServer.wim which is a file-based disk image format that will help you to deploy the Nano Server operating system. In addition, you will find a very small text file called ReadMe which actually tells you this: For detailed information on deploying and managing Nano Server, please go to this link: http://www.aka.ms/nanoserver.
Under the NanoServerImageGenerator folder, you will find one script and one PowerShell module, as shown in Figure 2:

You can use these scripts to generate, build, and customize a Nano Server image for:
- A physical machine
- A virtual machine
The good news is that Microsoft made it easy to build your Nano Server image in such a way that you can write a single PowerShell command. That's all you need to build your Nano Server image from scratch. You can specify the package(s) that you need to be included as part of the image. You can add the computer name, administrator password, and IP address.
This single PowerShell command will take care of the customization to build the image that fits your environment.
- SQL Server 從入門到項目實踐(超值版)
- Git Version Control Cookbook
- 數據庫系統教程(第2版)
- LabVIEW Graphical Programming Cookbook
- Python入門很簡單
- CentOS 7 Server Deployment Cookbook
- 深入淺出Java虛擬機:JVM原理與實戰
- arc42 by Example
- 用Flutter極速構建原生應用
- Web程序設計(第二版)
- Integrating Facebook iOS SDK with Your Application
- Visual Basic程序設計實驗指導(第二版)
- 動手學數據結構與算法
- 現代C++編程實戰:132個核心技巧示例(原書第2版)
- Django實戰:Python Web典型模塊與項目開發