worked MDT in 2024-2025 year? error import OS (full sourse) not found Part of the path"C:\DeploymentShare\Operating Systems\Windows10Pro"

2025-04-22T10:17:17.1033333+00:00

User's image

Hello dear friends!

I'm trying to create a captured image for mass OS deployment (around 60 PCs). What do you think about this approach?

During the process, I encountered an error:

Performing the "import" operation on the target "Operating system".

System.Management.Automation.CmdletInvocationException: Could not find a part of the path "C:\DeploymentShare\Operating Systems\Windows10Pro". ---> System.IO.DirectoryNotFoundException: Could not find a part of the path

"C:\DeploymentShare\Operating Systems\Windows10Pro".

в System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

в System.IO.FileSystemEnumerableIterator`1.CommonInit()

в System.IO.FileSystemEnumerableIterator1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler1 resultHandler, Boolean checkHost)

в System.IO.DirectoryInfo.InternalGetFiles(String searchPattern, SearchOption searchOption)

в Microsoft.BDD.PSSnapIn.Utility.DeleteDirectory(String theDirectory, Boolean recursive)

в Microsoft.BDD.PSSnapIn.ImportOperatingSystem.Import(String sourcePath, String directoryName, Boolean moveDirectory)

в Microsoft.BDD.PSSnapIn.ImportOperatingSystem.ProcessRecord()

в System.Management.Automation.CommandProcessor.ProcessRecord()

--- Конец трассировки внутреннего стека исключений ---

в System.Management.Automation.Runspaces.PipelineBase.Invoke(IEnumerable input)

в Microsoft.BDD.Wizards.OperatingSystemProgress.WizardProcessing()

в Microsoft.BDD.Wizards.WizardProgress.InitiateWizardProcessing()

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
2,043 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Beatrix 80 Reputation points
    2025-05-02T09:49:42.5433333+00:00

    Hi,

    Creating an image for mass setup makes sense, but it looks like there's an issue with the target directory path.

    Try checking if the folder exists by running this in PowerShell (as Administrator): Test-Path "C:\DeploymentShare\Operating Systems\Windows10Pro"

    Let me know the result!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.