How DeploySmart Works

DeploySmart simplifies Windows deployment across your organization—whether you're setting up new devices or configuring existing ones. Here's how it works:

1. Bring Your Own Windows Image

You start with your own Windows installation media:

  • USB stick
  • PXE boot server
  • ISO file

DeploySmart doesn't replace your image—it enhances it with automation and consistency.

2. Autounattended Configuration

We provide a streamlined autounattended.xml file that automates the Windows setup process. You can easily reconfigure it to include:

  • Your Windows license key
  • Local admin username and password (encrypted in base64 for security)
  • Wi-Fi credentials (obscured in base64 for security)

This ensures a hands-free, consistent deployment across all devices.

3. PowerShell Runtime Options

DeploySmart offers two types of PowerShell runtimes to handle post-install configuration:

Use our tool to modify your own applications.json to include whatever applications you need from our list of available applications.

If any application is missing, feel free to contact us and we will resolve the automation for you.

Embedded Runtime (New Deployments)

Included directly in the autounattended.xml, this script runs during first boot and:

  • Installs your pre-defined applications
  • Applies system tweaks
  • Connects to your company-specific configuration

Remote Runtime (Existing Devices)

Already have devices deployed? No problem. Run this command on any Windows machine:

irm https://deploysmart.dev.mspot.se/deploy.php?DS={DeploySmart_ID} | iex

This allows you to apply the same configuration and app setup to machines already in use—without reimaging.

4. Cross-Device Consistency

Whether you're deploying fresh systems or updating existing ones, DeploySmart ensures:

  • The same apps and settings are applied
  • Updates are consistent
  • Devices are ready for production faster

Optional Visuals

USB / PXE
Autounattended
PowerShell
Configured Device