From 475c40fb78af48e09828fbac6e43fc6077afbae9 Mon Sep 17 00:00:00 2001 From: Dan Harman Date: Thu, 16 Mar 2017 10:26:09 -0700 Subject: [PATCH] Fixed the description for Example 1 --- .../windows/nano-server-image-generator/edit-nanoserverimage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/windows/nano-server-image-generator/edit-nanoserverimage.md b/docset/windows/nano-server-image-generator/edit-nanoserverimage.md index 28b4616e6d..550cadc8e5 100644 --- a/docset/windows/nano-server-image-generator/edit-nanoserverimage.md +++ b/docset/windows/nano-server-image-generator/edit-nanoserverimage.md @@ -70,7 +70,7 @@ PS C:\> Edit-NanoServerImage -MediaPath D:\ -BasePath .\Base -TargetPath .\NanoS This example assumes that you've run the **New-NanoServerImage** cmdlet and specified .\Base as the base path. -This command copies required files from D:\ to .\Base. It converts the Nano Server .wim file into a .vhdx file and moves it to .\NanoServer.vhdx. It adds the Compute (Hyper-V) package, sets the computer name to Nano, sets the administrator password to Passw0rd, and performs an offline domain join of the machine to ContosoDomain. +This command edits the existing Nano Server image (NanoServer.vhdx) specified by the TargetPath parameter and the existing Nano Server files in the .\Base folder as specified by the BasePath parameter are reused. The command adds the Compute (Hyper-V) package, sets the computer name to Nano, sets the administrator password to Passw0rd, and performs an offline domain join of the machine to ContosoDomain. ## PARAMETERS