Open navigation

Find-TpmsDriverArchive

Description

Syntax

Example 1: cmdlet usage

Example 2: cmdlet usage



Description

Finds a printer driver in the driver repository. See also Import-TpmsDriverArchive.


Syntax

Find-TpmsDriverArchive [-DriverName <string>] [-Architectures <architecture>] [-ForOs <string>]
ParameterDescription
-DriverNamename of the printer driver to be searched for
-Architectures

printer driver's processor architecture:

X86 | X64 | IA64

-ForOs

Windows version

example: -ForOs "6.2..." for Windows version 6.2 and later


Example 1: cmdlet usage

The following example searches for the driver Canon Generic PCL6 Driver in the repository.

Find-TpmsDriverArchive -DriverName "Canon Generic PCL6 Driver" 

ThinPrint Management Services: searching for a specific printer driver in the repository



Example 2: cmdlet usage

The following example searches the repository for all drivers designed for the x64 processor architecture.

Find-TpmsDriverArchive -Architecture X64

ThinPrint Management Services: searching the repository for all printer drivers designed for a specific architecture


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.