PowerShell Logo Small

Export-WindowsDriver



This is the built-in help made by Microsoft for the command 'Export-WindowsDriver', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Exports all third-party drivers from a Windows image to a destination folder.

SYNTAX


Export-WindowsDriver [-Destination <String>] [-LogLevel <LogLevel>] [-LogPath <String>] [-ScratchDirectory <String>] [-SystemDrive <String>] [-WindowsDirectory <String>]
-Online [<CommonParameters>]
Export-WindowsDriver [-Destination <String>] [-LogLevel <LogLevel>] [-LogPath <String>] [-ScratchDirectory <String>] [-SystemDrive <String>] [-WindowsDirectory <String>]
-Path <String> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Exports all third-party drivers from a Windows image to a destination folder.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/p/?linkid= 325581

REMARKS

<

Examples


Example 1

PS C:\>Export-WindowsDriver -Online -Destination d:\drivers



This command exports third-party drivers from the running version of Windows.






Example 2

PS C:\>Export-WindowsDriver -Path c:\offline-image -Destination d:\drivers



This command exports third-party drivers from an offline image mounted at c:\offline-image.