Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

Copy Deployment Share between Servers without using linked Deployment Shares

Posted on 01/06/202323/06/2026 IT Expert By IT Expert No Comments on Copy Deployment Share between Servers without using linked Deployment Shares
  1. Home
  2. Windows
  3. Copy Deployment Share between Servers without using linked Deployment Shares
image-23

The Microsoft Deployment Toolkit (MDT) is for Windows operating system deployment. It is a free tool for automating Windows and Windows Server operating system deployment, leveraging the Windows Assessment and Deployment Kit (ADK) for Windows 10. In this article, I will show you how to copy Deployment Share between Servers without using linked Deployment Shares. Please see how to perform Attack Surface Reduction Configuration with Microsoft Defender, and the differences between Private and Public networks in Windows to VPN?

Note: MDT performs deployments using the Lite Touch Installation (LTI), Zero Touch Installation (ZTI), and User-Driven Installation (UDI) deployment methods. But MDT uses the LTI deployments only. While ZTI and UDI deployments are performed using MDT with Microsoft System Center Configuration Manager.

Deployment shares

A deployment share is essentially a folder on the server that is shared and contains all the setup files and scripts needed for the deployment solution.

Please learn how Associate SSH Public key with Azure Linux VM, How to create an AMI using AWS console, How to install ENA Driver on Amazon EC2 Windows instance, how to copy and paste between a host machine and VirtualBox VM, and how to configure WatchGuard WebCenter

Why copy Deployment Share without using the Linked Deployment Share?

Copying a deployment share between servers without using the “Linked deployment shares can be necessary for certain scenarios where linked deployment shares are not desirable. Here are a few reasons why you might choose to copy a deployment share instead:

  1. Redundancy and Backup: Having a copy of the deployment share on another server provides redundancy and serves as a backup. If the original server fails or experiences issues, you can switch to the copied deployment share to ensure continuous operation.
  2. Independent Configuration: Copying a deployment share allows you to maintain an independent configuration on the destination server. This can be useful if you want to have different settings, customizations, or modifications on the target server
  3. Isolation and Security: Copying the deployment share can isolate the deployment process and content from other servers or networks. This enhances security by keeping the MDT server contained within a specific server or network segment.
  4. Geographical Distribution: If you have multiple servers distributed across different locations, copying the deployment share can improve performance and reduce network latency. Each server can serve the deployment content locally, eliminating the need for content retrieval over the network.

Most importantly, some files may not be copied (overwritten) if the folder in the target deployment share isn’t present. Or when it contains similar files.

Therefore, I will recommend using a new deployment share when performing a synchronizing of shares. Want to take a look at the MDT Deployment process.

How to link a removable media to a Deployment Share: Replicate Deployment share to a removable device, how to replicate MDT Deployment Share: How to Create a Selection Profile and Link MDT Deployment Shares, and how to fix Administrative Shares issues: How to create and access a hidden share folder on Windows devices.

Create New Deployment Shares on the Destination (New) Server

Right-click on the deployment share to create a new deployment share. I have pre-created a folder already with my desired deployment name. So I will browse to this share during creation.

Ensure all needed information is populated as I will not be showing all the steps. Otherwise, refer to ADK|WinPE|MDT: Deploy Windows with WDS for more detailed information.

Create New Deployment share

As you can see below, the share has been created successfully.

DeploymentShare created

Connect to a different (Target) MDT Server

Note: The connection is bidirectional and does not matter the server you are connecting to. This means, you can connect to the source or target and get the desired behaviour.

To do this, connect to the MDT/WDS Server. Launch the Microsoft Deployment Toolkit. This will open the Deployment WorkBench.

Right-click on the Root Deployment Share. Or click on the Root Deployment Share and on the Action pane, select Open Deployment Share.

image-13

Enter the Deployment Share name you want to connect to. If you wish to use a UNC path, it should be like the one below. hen click on Next to continue.

\\MyProductionserver\DeplyonmentshareWS2019$

If you do not know how to get the remote UNC path, see the last section of this blogpost.

image-14

On the summary page, please confirm the details and click on Next to continue.

image-15

On the confirmation page, click on Finish to complete.

image-16

The connected Deployment Share is associated with the UNC path as shown below. This will help you in spotting the opened deployment Share.

image-21

Copy between deployment share. Expend the remote deployment share and copy the content to the local deployment share.

copy between Shares

Here are some related articles: How to remove an MDT Deployment Share, how o fix Error Code: 0x80070035: MDT unable to access the Log share, the Network Path was not found, learn about the differences between MDT and WDS, how to fix MDT Warning: Unable to set the working directory, the application returned an unexpected code 2.

Copy and Paste Content Between MDT Share

Note: You should copy contents over MDT and not the File Server.

To copy contents, locate the target deployment share and copy the application, OS, or Drivers as the case may be to the source deployment share. The image below shows the drivers copying to the source folder.

Copy MDT shares

Click on Close Deployment Share as shown below when done.

Close Deployment share

Note: Update the Deployment Share to reflect the configuration settings on the source server to reflect the new deployment share location. This step also involves modifying the paths, and task sequences to function correctly.

Please see Upgrading Azure AD Connect to Microsoft Entra Connect Sync, PCI Driver Error: Connection to Deployment Share could not be made, and Steps to Fix the “Invalid OS GUID” Error in MDT.

Copy Any other share (folders) Needed over to the New server

This step is optional as you may wish to copy all needed scripts, and some images over to the new server. browser over to the server {\\servername\G$) and copy the files over to the destination partition as you wish.

Copy-file-over-fileexplorer-from-a-remote-server

Informational Only: Get UNC Path

To get the Remote UNC path of the remote MDT server. Launch the deployment share of the server. The Share you wish to get data from, right-click on it.

As you can see below, it will be listed as shown below.
Deploymentshare properties

I hope you found this article useful for how to Copy Deployment Share between Servers without using linked Deployment Shares. Please feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows, Windows Server Tags:clone deployment share to different server, Connect to a Deployment Share, Copy Deployment Share, copy MDT deployment share step by step, deployment share migration best practices, manually copy deployment share between servers, MDT deployment share server migration, Microsoft Windows, move deployment share to new server, replicate deployment share without linked deployment shares, transfer MDT deployment share manually, Windows 10, Windows 11, Windows Server 2016

Post navigation

Previous Post: Bypass unsupported CPU and Processor by upgrading to Windows 11 via Windows Update
Next Post: Relating Due Diligence and Due Care to Veeam Backup and Replication

Related Posts

  • windows 1 2
    How does Dynamic Host Configuration Protocol work Windows Server
  • image 77
    How to use the DigiCert certificate utility for Windows to create a CSR Windows
  • Restrict Access to USB Drives
    Deny Execute Access: Restrict Access to USB Drives on Windows [Part 1] Windows
  • How to Remove Hyper V
    How to uninstall Hyper-V on a Windows PC Virtualization
  • hh
    Graphical Network Simulator: How to install GNS3 on a Windows device Windows
  • nonRDP admin
    Allow RDP access for non administrators: Add User to Remote Desktop Users Group in Active Directory Windows Server

More Related Articles

windows 1 2 How does Dynamic Host Configuration Protocol work Windows Server
image 77 How to use the DigiCert certificate utility for Windows to create a CSR Windows
Restrict Access to USB Drives Deny Execute Access: Restrict Access to USB Drives on Windows [Part 1] Windows
How to Remove Hyper V How to uninstall Hyper-V on a Windows PC Virtualization
hh Graphical Network Simulator: How to install GNS3 on a Windows device Windows
nonRDP admin Allow RDP access for non administrators: Add User to Remote Desktop Users Group in Active Directory Windows Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • microsoft edge
    How to configure static page in Microsoft Edge browser via Local Group Policy on Windows Windows
  • INACCESSIBLE BOOT DEVICE in Windows and Windows Server e1786794584350
    Fix INACCESSIBLE_BOOT_DEVICE in Windows and Windows Server Windows
  • Gfeature
    How to install Googler on a Linux System Linux
  • How to Remove Hyper V
    How to uninstall Hyper-V on a Windows PC Virtualization
  • git default branch min
    Git config –global init.defaultBranch: Error cannot lock ref ‘refs/remotes/origin/windows’, not a directory Version Control System
  • VBscript fixed and working in WinPE
    Windows PE working for Windows 11 and Windows Server 2022 Windows Server
  • 960x0
    How to resolve request timed out when pinging Windows Server
  • How to Restore Microsoft Authenticator App on a New Device
    How to fix “Action required” in Microsoft Authenticator App Microsoft Exchange/Office/365

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,762 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.