Skip to main content

Image

Before registering an image, capture it using Image Creator on a fully configured golden machine. The captured file is stored at a UNC network path that both ServiceOps and target machines must be able to reach.

Prerequisites

  • The MotadataPXE Utility is installed and DHCP is configured. See Setup.
  • The Windows Poller (Poller_V87500.msi) is installed on the Windows host machine. The Poller must be running before you can register an image in ServiceOps.
  • A golden machine with the desired OS, applications, and settings is ready for capture.
  • A file server or dedicated machine is available to host the image storage share. See Step 1 below.
  • You have the Manage Images permission under Manage OS Deployment.

Step 1: Prepare the Image Storage Share

The captured image file is dependent on the drives selected and must be stored on a network share that both the golden machine and the ServiceOps Poller can reach. Set this up before starting the capture.

  1. On your file server, create a dedicated folder for OS images, for example OS Image.
  2. Right-click the folder and select Properties. Go to the Sharing tab and click Share.

OS Image folder Sharing tab showing Not Shared status

  1. The Network access dialog opens. Click the dropdown and select the user to share with, for example Administrator or Everyone.

Network access dialog showing Choose people to share with

Dropdown showing Administrator, Everyone, and Create a new user options

  1. Set the Permission Level to Read/Write.

Permission Level dropdown with Read/Write selected

Administrator added with Read/Write permission

  1. Click Share. The confirmation screen displays the UNC path for the shared folder, for example \\fileserver\OS Image. Note this path — you will need it in the capture and registration steps.

Your folder is shared confirmation showing the UNC path

  1. Click Done.
Store images outside the captured drives

The image storage share must be on a separate machine or a drive that is not selected for capture. Saving the image to the same drive being captured causes errors.

Step 2: Capture the Image

Before registering an image in ServiceOps, capture it from your golden machine using the Image Creator tool.

Offline Images Only

OS Deployment supports offline images only. The golden machine must be in a clean, fully configured state before capture. Live or online imaging of a running machine is not supported.

  1. Configure the golden machine with the exact OS version, applications, drivers, and settings you want on target machines.

  2. On the golden machine, navigate to C:\Program Files (x86)\Motadata\PXE.

  3. Right-click OSDApp and select Run as administrator.

    Select OSDApp

    The Image Creator window opens.

  4. Under Drives to capture, select the drives (C:\ drive is mandatory) you want to be included in the image.

    Motadata OS Deployment Image Creator

  5. Under Output folder, click Browse and select the folder where the image file will be saved. You can also paste a UNC path directly (for example \\fileserver\os-images\) to save to a network location or specify a path on another drive.

  6. Click Create Image. The progress bar tracks the capture. Do not close the window or restart the machine during this process.

  7. When capture completes, a confirmation message appears. A wimlib-imagex.exe file is also created in the output folder. This folder is required for deployment and must remain in the same location as the image file.

  8. Confirm the image file and wimlib-imagex file are accessible from the output path before proceeding to registration.

Image Creation Guide

The Add Image form in ServiceOps includes an inline Image Creation Guide panel on the right side. Open the form and follow that panel if you need a quick reference during capture.

Step 3: Register the Image

Navigate to Admin > OS Deployment > Image.

OS Deployment Image list page

The Image list page shows all registered images with the following columns:

ColumnDescription
IDAuto-generated unique identifier for the image.
NameDisplay name assigned to the image during registration.
SizeFile size of the captured image.
OS VersionOperating system version captured in the image.
ArchitectureProcessor architecture of the image (32-bit or 64-bit).
Image PathUNC network path where the image file is stored. The path must point directly to the image.wim file (for example, \\fileserver\images\Win11\image.wim).
Created ByName of the admin who registered the image.
ActionsClick the delete icon to remove the image from ServiceOps. Deleting an image does not delete the image file from the network share.

Click Add Image to register a new image.

Add Image form

Fill in the following fields:

Image Details

FieldDescription
Image NameA descriptive name for the image, for example Windows 11 Pro 23H2 Standard Build. Include the OS version and build date so technicians can identify the correct image when creating a deployment. Required.
PollerSelect the Poller installed on the Windows host. The Poller validates that the storage path is reachable. Required.

Image Location

FieldDescription
Image Storage PathThe UNC path to the .wim image file, for example \\fileserver\os-images\Image.wim. All machines involved in deployment must be able to reach this path. Required.
Path TypeSelect Public if the share is accessible without credentials. Select Private if the share requires authentication. When Private is selected, the Domain\Username and Password fields appear. Required.
Domain\UsernameThe domain and username used to authenticate to the image storage share, for example DOMAIN\admin. Visible only when Path Type is set to Private. Required for private shares.
PasswordThe password for the account specified in Domain\Username. Visible only when Path Type is set to Private. Required for private shares.

Click Add. The Poller validates that the image file exists at the specified path. If validation succeeds, the image appears in the list and is available for deployment tasks. If the Poller cannot reach the file, the entry is not created. Verify the UNC path and share permissions and try again.

created image

Once created, you can edit the image if required. You can only edit the name and credentials.

edit image

Best Practices

  • Use versioned names: Include the OS version and capture date in the image name, for example Win11-Pro-23H2-2026-06. This makes it easy to identify the latest image and gives you a rollback option.
  • Use separate images for separate hardware: Drivers differ between laptop models and desktop models. Maintain separate golden images for each hardware class.
  • Store images on a reliable file server: Image files can be several gigabytes. Use a file server with sufficient storage, redundancy, and network bandwidth. A failed image transfer mid-deployment leaves the target machine in an unbootable state.
  • Retire outdated images: Remove old images from the list once they are no longer used in active deployments. This prevents technicians from accidentally selecting a stale image.