
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, SearchResultHandler
1 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()