Jump to content

Recommended Posts

Posted

I am unable to import an OS into a fresh WDS/MDT installation. I have the Windows 7 with SP1 dvd in the drive. I can browse to the share from machines and see the operating systems folder. However I get the error shown below. If anyone can offer any pointers it would be a great help! Thanks

 

 

System.Management.Automation.ParameterBindingException: Cannot bind parameter 'Path' to the target. Exception setting "Path": "Cannot find path 'DS001:\Operating Systems' because it does not exist." ---> System.Management.Automation.SetValueInvocationException: Exception setting "Path": "Cannot find path 'DS001:\Operating Systems' because it does not exist." ---> System.Management.Automation.ItemNotFoundException: Cannot find path 'DS001:\Operating Systems' because it does not exist.
  at System.Management.Automation.LocationGlobber.ExpandMshGlobPath(String path, Boolean allowNonexistingPaths, PSDriveInfo drive, ContainerCmdletProvider provider, CmdletProviderContext context)
  at System.Management.Automation.LocationGlobber.ResolveDriveQualifiedPath(String path, CmdletProviderContext context, Boolean allowNonexistingPaths, CmdletProvider& providerInstance)
  at System.Management.Automation.LocationGlobber.GetGlobbedMonadPathsFromMonadPath(String path, Boolean allowNonexistingPaths, CmdletProviderContext context, CmdletProvider& providerInstance)
  at System.Management.Automation.LocationGlobber.GetGlobbedProviderPathsFromMonadPath(String path, Boolean allowNonexistingPaths, CmdletProviderContext context, ProviderInfo& provider, CmdletProvider& providerInstance)
  at System.Management.Automation.SessionStateInternal.GetItem(String[] paths, CmdletProviderContext context)
  at System.Management.Automation.SessionStateInternal.GetItem(String[] paths, Boolean force, Boolean literalPath)
  at Microsoft.BDD.PSSnapIn.ImportOperatingSystem.set_Path(String value)
  at setter(Object , Object )
  at System.Management.Automation.Adapter.BasePropertySet(PSProperty property, Object setValue, Boolean convert)
  --- End of inner exception stack trace ---
  at System.Management.Automation.Adapter.BasePropertySet(PSProperty property, Object setValue, Boolean convert)
  at System.Management.Automation.ReflectionParameterBinder.BindParameter(String name, Object value)
  at System.Management.Automation.ParameterBinderBase.BindParameter(CommandParameterInternal parameter, CompiledCommandParameter parameterMetadata, ParameterBindingFlags flags)
  --- End of inner exception stack trace ---
  at System.Management.Automation.ParameterBinderBase.BindParameter(CommandParameterInternal parameter, CompiledCommandParameter parameterMetadata, ParameterBindingFlags flags)
  at System.Management.Automation.CmdletParameterBinderController.BindParameter(CommandParameterInternal argument, MergedCompiledCommandParameter parameter, ParameterBindingFlags flags)
  at System.Management.Automation.CmdletParameterBinderController.BindParameter(UInt32 parameterSets, CommandParameterInternal argument, MergedCompiledCommandParameter parameter, ParameterBindingFlags flags)
  at System.Management.Automation.CmdletParameterBinderController.BindParameters(UInt32 parameterSets, Collection`1 arguments, CommandMetadata commandMetadata)
  at System.Management.Automation.CmdletParameterBinderController.BindCommandLineParametersNoValidation(Collection`1 arguments)
  at System.Management.Automation.CmdletParameterBinderController.BindCommandLineParameters(Collection`1 arguments)
  at System.Management.Automation.CommandProcessor.BindCommandLineParameters(CommandParameterInternal[] parameters)
  at System.Management.Automation.CommandProcessor.Prepare(CommandParameterInternal[] parameters)
  at System.Management.Automation.CommandProcessorBase.DoPrepare(CommandParameterInternal[] parameters)
  at System.Management.Automation.Internal.PipelineProcessor.Start(Boolean incomingStream)
  at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate)

Posted
have you tried importing a n other os say xp or non sp1 win 7 see if that works?
I did give Vista a go with the same result.

 

I have just deleted the Deployment Share and remade it, and this time it is now importing. Very strange although I was trying the make the deployment share at D:\MDT\DeploymentShare rather than just D:\DeploymentShare but I shouldn't have thought that this would affect it :/

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...