windows-itpro-docs/mdop/medv-v1/how-to-configure-the-image-web-distribution-server.md
xiaoyinl f4bb542824 Update fwlink to use HTTPS
In this patch, I replaced all occurrences of http://go.microsoft.com with https://go.microsoft.com
2016-08-30 03:02:30 -04:00

1.8 KiB

title, description, author, ms.assetid, ms.pagetype, ms.mktglfcycl, ms.sitesec, ms.prod
title description author ms.assetid ms.pagetype ms.mktglfcycl ms.sitesec ms.prod
How to Configure the Image Web Distribution Server How to Configure the Image Web Distribution Server jamiejdt 2d32ae79-dff5-4c05-a412-dd15452b6007 mdop, virtualization deploy library w7

How to Configure the Image Web Distribution Server

An image repository is an optional server that is used for image distribution (where administrators upload new images and client computers check the server every 15 minutes and update their image if a new one is available).

An image distribution server requires the following:

  • Internet Information Services (IIS)—For information, see Internet Information Services.

    During the IIS installation, when adding role services, select the following supported authentication methods:

    • Basic Authentication

    • Windows Authentication

    • Client Certificate Mapping Authentication

    When configuring IIS, include the following:

    • Add a virtual directory, with the alias named MEDVImages. The physical path should point to the location of the images.

    • Enable BITS.

    • Add the following MIME types:

      • .ckm (application/octet-stream)

      • .index (application/octet-stream)

    • On the MED-V site, add read permissions to Everyone.

    • Restart IIS.

  • BITS Server Extensions for IIS—For information, see Install BITS Server Extensions.

Supported Configurations

Design the MED-V Image Repositories