windows-itpro-docs/mdop/medv-v1/how-to-deploy-a-workspace-imagedeployment-package.md
Nicholas Brower 1ae3f0b230 Merged PR 4822: "msdate update (generated from most recent commit date)"
"msdate update (generated from most recent commit date)"
2017-12-05 22:36:05 +00:00

93 lines
3.4 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: How to Deploy a Workspace Image
description: How to Deploy a Workspace Image
author: jamiejdt
ms.assetid: b2c77e0d-101d-4956-a27c-8beb0e4f262e
ms.pagetype: mdop, virtualization
ms.mktglfcycl: deploy
ms.sitesec: library
ms.prod: w7
ms.date: 06/16/2016
---
# How to Deploy a Workspace Image
When using a deployment package, a new image can be deployed onto client computers in one of the following ways:
- [Web download](#bkmk-howtodeployaworkspaceimageviatheweb)
- [Image pre-staging](#bkmk-howtodeployaworkspaceimageusingimageprestaging)
- [Deploying the image inside the deployment package](#bkmk-howtodeployaworkspaceimageusingadeploymentapackage)
## <a href="" id="bkmk-howtodeployaworkspaceimageviatheweb"></a>How to Deploy a Workspace Image via the Web
**To deploy a workspace image via the Web**
1. Upload the MED-V image to the server.
For information on uploading the image, see [How to Upload a MED-V Image to the Server](how-to-upload-a-med-v-image-to-the-server.md).
2. Create a deployment package, and include the server path to the location of the image.
For information on creating a deployment package, see [How to Configure a Deployment Package](how-to-configure-a-deployment-package.md).
3. Deploy the package to end users.
For information on deploying the package, see [How to Install MED-V Client](how-to-install-med-v-clientdeployment-package.md).
MED-V client is installed and started for the first time. On first-time startup, the client downloads the image from the server address specified in the client installation.
## <a href="" id="bkmk-howtodeployaworkspaceimageusingimageprestaging"></a>How to Deploy a Workspace Image Using Image Pre-staging
**To deploy a workspace image using image pre-staging**
1. Create an image pre-stage folder, and push the image to the folder.
For information on configuring image pre-staging, see [How to Configure Image Pre-staging](how-to-configure-image-pre-staging.md).
2. Create a deployment package, and include the path to the image pre-stage folder.
For information on creating a deployment package, see [How to Configure a Deployment Package](how-to-configure-a-deployment-package.md).
3. Deploy the package to end users.
For information on deploying the package, see [How to Install MED-V Client](how-to-install-med-v-clientdeployment-package.md).
MED-V client is installed and started for the first time. On first-time startup, the client fetches the image from the pre-stage folder specified in the client installation.
## <a href="" id="bkmk-howtodeployaworkspaceimageusingadeploymentapackage"></a>How to Deploy a Workspace Image Using a Deployment Package
**To deploy a workspace image using a deployment package**
1. Create a deployment package, and include the image in the package.
For information on creating a deployment package, see [How to Configure a Deployment Package](how-to-configure-a-deployment-package.md).
2. Deploy the package to end users.
For information on deploying the package, see [How to Install MED-V Client](how-to-install-med-v-clientdeployment-package.md).
The image is imported to the host as part of the package installation.
## Related topics
[How to Configure the Image Web Distribution Server](how-to-configure-the-image-web-distribution-server.md)
[How to Configure a Deployment Package](how-to-configure-a-deployment-package.md)