This started as a little try and fail project. I wanted to create a powershell script that could export all the drivers inside a folder in the deployment workbench so I could just have all my drivers in the workbench forever and export them when I needed them. This way I could easily build up a Giant driver repository and use MDT for management.
MDT creates is own folder structure under the deploymentshare. This is not like you see it in the Deployment Workbench. Here is a picture in the Workbench:
And here is a screenshot from the file system:
So in order to export the drivers you will have to do some dirty work. Importing stuff into MDT is never hard. Either using the built-in cmdlets for MDT or looking at some great examples online. Why is there not a single export cmdlet.Here is the import cmdlets in the MDT Powershell module:
Import-MDTApplication
Import-MDTDriver
Import-MDTOperatingSystem
Import-MDTPackage
Import-MDTTaskSequence
Why is there not Export-MDTDriver or something similar……
A good example of using these cmdlets is Johan Arwidmarks Driver importer script (I use this frequent):
http://www.deployvista.com/Blog/JohanArwidmark/tabid/78/EntryID/164/language/en-US/Default.aspx
I got a little inspiration to do this from Keith Garner after testing his Application Export util (this is a very cool util!):
http://deployment.xtremeconsulting.com/2009/11/06/export-share-mdt-applications-new-tool/
It’s not that hard to do this with a command line script, but would it not be cool with a GUI on top? That’s what I ended up writing (partial of code is from Primal Forms). Here are some screenshoots of the script in Action:
In order to use this you will have to set execution policy to a level that allows this to run. When you start the script it will ask for your deploymentshare (C:\DeploymentShare). Then it will enumerate all parent folders for drivers and build a list of checkboxes from this. When you hit the Export button after making your selections it will ask you for the export root directory. For Example C:\temp .
When you have choosen your root directory and it starts to export, it will create the folder structure that you have inside your workbench. For Example C:\temp\Windows 7 X86\Dell\Optiplex 790
It will also keep the driver structure. MEDIA\nvhda_1.3.12.0_F4A0D6DE9F4A8F01FDB86BBF42FEB20B312DFA14Files*******
I hope this is something that can be used by more than just me. Contributing is everything! Feel free to comment and make suggestions for improvments.
###UPDATE 08.12.2015###
An updated script can be found on my github here:
https://github.com/api0cradle/PowershellScripts
A video tutorial is also available under our video section:
http://msitpros.com/?page_id=3228
###########################
The script can be found in the download section or here: https://skydrive.live.com/redir?resid=7BC34EA39529A4CD!161 (DriverExport_GUIVersion_1.3.zip) – It is a single powershell script.
(Note: I take no responsibility for what you do with this script. Always test before putting things into production!)
Good luck on your driver exporting!
[…] UPDATE 26.10.2012: I have finished the MDT Driver Exporter Tool. Read this post: http://msitpros.com/?p=1566 Share […]
Hi Oddvar,
great script. Thanks for sharing. A minor thing, you might want to move the pop up for successfull export to the very end and not have it pop up after each folder.
Regards
Maik
Thanks for feedback Maik. Will do that in the next release….
please see my other post having ‘issues”
i can’t seem to get it to run i change execution policy to unrestricted run it an PowerShell doesn’t error out but forms never come up
Hi Bruce. It seems that you can either run the script from within the Powershell ISE, or start “powershell.exe -STA”.
Debugging (DriverExporter_GUIVersion_1.3.ps1) Script…
>> Platform: V2 64Bit (STA)
OK
Name Used (GB) Free (GB) Provider Root CurrentLocation
—- ——— ——— ——– —- —————
testdeploy MDTProvider F:Deployment
ERROR: Get-Item : Invalid top level folder: ‘Out-Of-Box Driversvers’ specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Cannot find path 'testdeploy:Out-Of-Box DriversversFolio 13 – 2000 Notebook PC' because it does not exist.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (testdeploy:Out…000 Notebook PC:String) [Get-Item], ItemNotFoundException
ERROR: + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (69): ERROR: At Line: 69 char: 55
ERROR: + $DriverPhysicalPath = $_.GetPhysicalSourcePath <<<< ()
ERROR: + CategoryInfo : InvalidOperation: (GetPhysicalSourcePath:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Cannot bind argument to parameter 'Path' because it is null.
DriverExporter_GUIVersion_1.3.ps1 (70): ERROR: At Line: 70 char: 34
ERROR: + $DriverFolder = (Get-Item <<<< $DriverPhysicalPath).PSParentPath
ERROR: + CategoryInfo : InvalidData: (:) [Get-Item], ParameterBindingValidationException
ERROR: + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (73): ERROR: At Line: 73 char: 52
ERROR: + $FilterStart = ($DriverPhysicalPath.IndexOf <<<< ("Out-of-box Drivers"))+19
ERROR: + CategoryInfo : InvalidOperation: (IndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (74): ERROR: At Line: 74 char: 54
ERROR: + $DriverParent = $DriverPhysicalPath.substring <<<< ($FilterStart)
ERROR: + CategoryInfo : InvalidOperation: (substring:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (75): ERROR: At Line: 75 char: 77
ERROR: + $DriverParent = $DriverParent.Substring(0,($DriverParent.LastIndexOf <<<< ("")))
ERROR: + CategoryInfo : InvalidOperation: (LastIndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Cannot find path 'testdeploy:Out-Of-Box DriversversHP EliteBook 8460p' because it does not exist.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (testdeploy:Out…EliteBook 8460p:String) [Get-Item], ItemNotFoundException
ERROR: + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (69): ERROR: At Line: 69 char: 55
ERROR: + $DriverPhysicalPath = $_.GetPhysicalSourcePath <<<< ()
ERROR: + CategoryInfo : InvalidOperation: (GetPhysicalSourcePath:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Cannot bind argument to parameter 'Path' because it is null.
DriverExporter_GUIVersion_1.3.ps1 (70): ERROR: At Line: 70 char: 34
ERROR: + $DriverFolder = (Get-Item <<<< $DriverPhysicalPath).PSParentPath
ERROR: + CategoryInfo : InvalidData: (:) [Get-Item], ParameterBindingValidationException
ERROR: + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (73): ERROR: At Line: 73 char: 52
ERROR: + $FilterStart = ($DriverPhysicalPath.IndexOf <<<< ("Out-of-box Drivers"))+19
ERROR: + CategoryInfo : InvalidOperation: (IndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (74): ERROR: At Line: 74 char: 54
ERROR: + $DriverParent = $DriverPhysicalPath.substring <<<< ($FilterStart)
ERROR: + CategoryInfo : InvalidOperation: (substring:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (75): ERROR: At Line: 75 char: 77
ERROR: + $DriverParent = $DriverParent.Substring(0,($DriverParent.LastIndexOf <<<< ("")))
ERROR: + CategoryInfo : InvalidOperation: (LastIndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Cannot find path 'testdeploy:Out-Of-Box DriversversHP EliteBook 8470P' because it does not exist.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (testdeploy:Out…EliteBook 8470P:String) [Get-Item], ItemNotFoundException
ERROR: + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (69): ERROR: At Line: 69 char: 55
ERROR: + $DriverPhysicalPath = $_.GetPhysicalSourcePath <<<< ()
ERROR: + CategoryInfo : InvalidOperation: (GetPhysicalSourcePath:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Cannot bind argument to parameter 'Path' because it is null.
DriverExporter_GUIVersion_1.3.ps1 (70): ERROR: At Line: 70 char: 34
ERROR: + $DriverFolder = (Get-Item <<<< $DriverPhysicalPath).PSParentPath
ERROR: + CategoryInfo : InvalidData: (:) [Get-Item], ParameterBindingValidationException
ERROR: + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (73): ERROR: At Line: 73 char: 52
ERROR: + $FilterStart = ($DriverPhysicalPath.IndexOf <<<< ("Out-of-box Drivers"))+19
ERROR: + CategoryInfo : InvalidOperation: (IndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (74): ERROR: At Line: 74 char: 54
ERROR: + $DriverParent = $DriverPhysicalPath.substring <<<< ($FilterStart)
ERROR: + CategoryInfo : InvalidOperation: (substring:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (75): ERROR: At Line: 75 char: 77
ERROR: + $DriverParent = $DriverParent.Substring(0,($DriverParent.LastIndexOf <<<< ("")))
ERROR: + CategoryInfo : InvalidOperation: (LastIndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Cannot find path 'testdeploy:Out-Of-Box DriversversHP EliteBook 8530p' because it does not exist.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (testdeploy:Out…EliteBook 8530p:String) [Get-Item], ItemNotFoundException
ERROR: + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (69): ERROR: At Line: 69 char: 55
ERROR: + $DriverPhysicalPath = $_.GetPhysicalSourcePath <<<< ()
ERROR: + CategoryInfo : InvalidOperation: (GetPhysicalSourcePath:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Cannot bind argument to parameter 'Path' because it is null.
DriverExporter_GUIVersion_1.3.ps1 (70): ERROR: At Line: 70 char: 34
ERROR: + $DriverFolder = (Get-Item <<<< $DriverPhysicalPath).PSParentPath
ERROR: + CategoryInfo : InvalidData: (:) [Get-Item], ParameterBindingValidationException
ERROR: + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (73): ERROR: At Line: 73 char: 52
ERROR: + $FilterStart = ($DriverPhysicalPath.IndexOf <<<< ("Out-of-box Drivers"))+19
ERROR: + CategoryInfo : InvalidOperation: (IndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (74): ERROR: At Line: 74 char: 54
ERROR: + $DriverParent = $DriverPhysicalPath.substring <<<< ($FilterStart)
ERROR: + CategoryInfo : InvalidOperation: (substring:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (75): ERROR: At Line: 75 char: 77
ERROR: + $DriverParent = $DriverParent.Substring(0,($DriverParent.LastIndexOf <<<< ("")))
ERROR: + CategoryInfo : InvalidOperation: (LastIndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Cannot find path 'testdeploy:Out-Of-Box DriversversHP EliteBook 8540p' because it does not exist.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (testdeploy:Out…EliteBook 8540p:String) [Get-Item], ItemNotFoundException
ERROR: + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (69): ERROR: At Line: 69 char: 55
ERROR: + $DriverPhysicalPath = $_.GetPhysicalSourcePath <<<< ()
ERROR: + CategoryInfo : InvalidOperation: (GetPhysicalSourcePath:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Cannot bind argument to parameter 'Path' because it is null.
DriverExporter_GUIVersion_1.3.ps1 (70): ERROR: At Line: 70 char: 34
ERROR: + $DriverFolder = (Get-Item <<<< $DriverPhysicalPath).PSParentPath
ERROR: + CategoryInfo : InvalidData: (:) [Get-Item], ParameterBindingValidationException
ERROR: + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (73): ERROR: At Line: 73 char: 52
ERROR: + $FilterStart = ($DriverPhysicalPath.IndexOf <<<< ("Out-of-box Drivers"))+19
ERROR: + CategoryInfo : InvalidOperation: (IndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (74): ERROR: At Line: 74 char: 54
ERROR: + $DriverParent = $DriverPhysicalPath.substring <<<< ($FilterStart)
ERROR: + CategoryInfo : InvalidOperation: (substring:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (75): ERROR: At Line: 75 char: 77
ERROR: + $DriverParent = $DriverParent.Substring(0,($DriverParent.LastIndexOf <<<< ("")))
ERROR: + CategoryInfo : InvalidOperation: (LastIndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Cannot find path 'testdeploy:Out-Of-Box DriversversHP ProBook 6450b' because it does not exist.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (testdeploy:Out…P ProBook 6450b:String) [Get-Item], ItemNotFoundException
ERROR: + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (69): ERROR: At Line: 69 char: 55
ERROR: + $DriverPhysicalPath = $_.GetPhysicalSourcePath <<<< ()
ERROR: + CategoryInfo : InvalidOperation: (GetPhysicalSourcePath:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Cannot bind argument to parameter 'Path' because it is null.
DriverExporter_GUIVersion_1.3.ps1 (70): ERROR: At Line: 70 char: 34
ERROR: + $DriverFolder = (Get-Item <<<< $DriverPhysicalPath).PSParentPath
ERROR: + CategoryInfo : InvalidData: (:) [Get-Item], ParameterBindingValidationException
ERROR: + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (73): ERROR: At Line: 73 char: 52
ERROR: + $FilterStart = ($DriverPhysicalPath.IndexOf <<<< ("Out-of-box Drivers"))+19
ERROR: + CategoryInfo : InvalidOperation: (IndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (74): ERROR: At Line: 74 char: 54
ERROR: + $DriverParent = $DriverPhysicalPath.substring <<<< ($FilterStart)
ERROR: + CategoryInfo : InvalidOperation: (substring:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (75): ERROR: At Line: 75 char: 77
ERROR: + $DriverParent = $DriverParent.Substring(0,($DriverParent.LastIndexOf <<<< ("")))
ERROR: + CategoryInfo : InvalidOperation: (LastIndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Cannot find path 'testdeploy:Out-Of-Box DriversversHP ProBook 6460b' because it does not exist.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (testdeploy:Out…P ProBook 6460b:String) [Get-Item], ItemNotFoundException
ERROR: + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (69): ERROR: At Line: 69 char: 55
ERROR: + $DriverPhysicalPath = $_.GetPhysicalSourcePath <<<< ()
ERROR: + CategoryInfo : InvalidOperation: (GetPhysicalSourcePath:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Cannot bind argument to parameter 'Path' because it is null.
DriverExporter_GUIVersion_1.3.ps1 (70): ERROR: At Line: 70 char: 34
ERROR: + $DriverFolder = (Get-Item <<<< $DriverPhysicalPath).PSParentPath
ERROR: + CategoryInfo : InvalidData: (:) [Get-Item], ParameterBindingValidationException
ERROR: + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (73): ERROR: At Line: 73 char: 52
ERROR: + $FilterStart = ($DriverPhysicalPath.IndexOf <<<< ("Out-of-box Drivers"))+19
ERROR: + CategoryInfo : InvalidOperation: (IndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (74): ERROR: At Line: 74 char: 54
ERROR: + $DriverParent = $DriverPhysicalPath.substring <<<< ($FilterStart)
ERROR: + CategoryInfo : InvalidOperation: (substring:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (75): ERROR: At Line: 75 char: 77
ERROR: + $DriverParent = $DriverParent.Substring(0,($DriverParent.LastIndexOf <<<< ("")))
ERROR: + CategoryInfo : InvalidOperation: (LastIndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Cannot find path 'testdeploy:Out-Of-Box DriversversHP Probook 6470b' because it does not exist.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (testdeploy:Out…P Probook 6470b:String) [Get-Item], ItemNotFoundException
ERROR: + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (69): ERROR: At Line: 69 char: 55
ERROR: + $DriverPhysicalPath = $_.GetPhysicalSourcePath <<<< ()
ERROR: + CategoryInfo : InvalidOperation: (GetPhysicalSourcePath:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Cannot bind argument to parameter 'Path' because it is null.
DriverExporter_GUIVersion_1.3.ps1 (70): ERROR: At Line: 70 char: 34
ERROR: + $DriverFolder = (Get-Item <<<< $DriverPhysicalPath).PSParentPath
ERROR: + CategoryInfo : InvalidData: (:) [Get-Item], ParameterBindingValidationException
ERROR: + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (73): ERROR: At Line: 73 char: 52
ERROR: + $FilterStart = ($DriverPhysicalPath.IndexOf <<<< ("Out-of-box Drivers"))+19
ERROR: + CategoryInfo : InvalidOperation: (IndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (74): ERROR: At Line: 74 char: 54
ERROR: + $DriverParent = $DriverPhysicalPath.substring <<<< ($FilterStart)
ERROR: + CategoryInfo : InvalidOperation: (substring:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (75): ERROR: At Line: 75 char: 77
ERROR: + $DriverParent = $DriverParent.Substring(0,($DriverParent.LastIndexOf <<<< ("")))
ERROR: + CategoryInfo : InvalidOperation: (LastIndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Cannot find path 'testdeploy:Out-Of-Box DriversversHP ProBook 6530b' because it does not exist.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (testdeploy:Out…P ProBook 6530b:String) [Get-Item], ItemNotFoundException
ERROR: + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (69): ERROR: At Line: 69 char: 55
ERROR: + $DriverPhysicalPath = $_.GetPhysicalSourcePath <<<< ()
ERROR: + CategoryInfo : InvalidOperation: (GetPhysicalSourcePath:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Cannot bind argument to parameter 'Path' because it is null.
DriverExporter_GUIVersion_1.3.ps1 (70): ERROR: At Line: 70 char: 34
ERROR: + $DriverFolder = (Get-Item <<<< $DriverPhysicalPath).PSParentPath
ERROR: + CategoryInfo : InvalidData: (:) [Get-Item], ParameterBindingValidationException
ERROR: + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (73): ERROR: At Line: 73 char: 52
ERROR: + $FilterStart = ($DriverPhysicalPath.IndexOf <<<< ("Out-of-box Drivers"))+19
ERROR: + CategoryInfo : InvalidOperation: (IndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (74): ERROR: At Line: 74 char: 54
ERROR: + $DriverParent = $DriverPhysicalPath.substring <<<< ($FilterStart)
ERROR: + CategoryInfo : InvalidOperation: (substring:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: You cannot call a method on a null-valued expression.
DriverExporter_GUIVersion_1.3.ps1 (75): ERROR: At Line: 75 char: 77
ERROR: + $DriverParent = $DriverParent.Substring(0,($DriverParent.LastIndexOf <<<< ("")))
ERROR: + CategoryInfo : InvalidOperation: (LastIndexOf:String) [], RuntimeException
ERROR: + FullyQualifiedErrorId : InvokeMethodOnNull
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Driversvers:String) [Get-Item], DeploymentPointException
ERROR: + FullyQualifiedErrorId : InvalidTopLevelFolder,Microsoft.PowerShell.Commands.GetItemCommand
ERROR:
ERROR: Get-Item : Invalid top level folder: 'Out-Of-Box Driversvers' specified.
DriverExporter_GUIVersion_1.3.ps1 (63): ERROR: At Line: 63 char: 20
ERROR: + $Drivers = get-item <<<< $ParentPathOfDrivers
ERROR: + CategoryInfo : ObjectNotFound: (Out-Of-Box Dr
I have a problem. When I run the script and see “Browse for folder..Choose the root of your deployment share” popup, it is blank. When I click cancel and see the “MDT driver exporter” screen it is blank as well. I have tried changing the following section to match what I have in my Delployment Share:
# Hard Coded Variables
$PSDriveName = “DS003”
$MDTDriverRoot = “DS003:Out-Of-Box Drivers”
Any suggestions? Your script sounds like it will accomplish something important for me.
-David Easley
demorcef@gmail.com
Hi David. Have you tried to run PowerShell With the -sta argument? Or start the script from within Powershell ISE?
Wow.. I have always wondered why this wasn’t something built into MDT. After years I decided to google MDT Driver Export today and found this. This saved me about two weeks worth of work! Thank you sir!
Hi
NICE Work….I like this.
Just one thing, (same Maik Koster), Popup only at the end..
And, another, It’s possible make this for applications too ?
Regards
Scorpio92
aquí tengo un enlace útil, espero y te ayude
http://blogs.itpro.es/octaviordz/2013/10/19/extraer-los-drivers-fuera-de-linea-caja-de-windows-8-e-integrarlos-con-mdt-2012/
otro articulo
http://blogs.itpro.es/octaviordz/2013/10/01/encontrando-los-drivers-para-poder-hacer-deployment-con-mdt-2012/
y con powershell
http://blogs.itpro.es/octaviordz/2014/04/07/exportar-los-drivers-que-no-son-de-microsoft-instalados-en-el-equipo/
aquí el nuevo cmdlet : Export-WindowsDriver -Online -Destination c :controladores
MDT Driver Exporter
Working for a customer recently I had the task of migrating some task sequences from MDT to Configuration
It would be nice if drivers from selection profiles also could be exported
I will see If a can make that happen in my next release. Great suggestion by the way.
Hi Oddvar Moe,
I was looking for such way and Thanks for such a great script. is there any way to import drivers which we exported by your script?
Great that you liked it. In order to import to SCCM you can do it from the console ( https://win1337ist.wordpress.com/2013/01/02/sccm-2012-importing-drivers-and-making-driver-packages/ ) .
If you want to import drivers to MDT you can use this script: http://www.deployvista.com/Blog/JohanArwidmark/tabid/78/EntryID/164/language/en-US/Default.aspx or you can just right-click in the out-of-box drivers and in the MDT Deployment Workbench and choose import drivers.
Thanks Oddvar Moe. I like this msitpro 🙂
Great script. I did run into one issue in the function though. it wasnt seeing any of my drivers.
on the line $Drivers = Get-Item $ParentPathOfDrivers
I had to change it to $Drivers = Get-ChildItem $ParentPathOfDrivers
maybe it was the way I was using it, or some other mistake I made in the syntax, but that fixed the issue. I am using it in my MDT/SCCM driver tool GUI. and this is alot faster than creating/updating media then coping the drivers from there. thanks.