Get method of the MSFT_OdbcDriverTask class
Retrieves one or more installed ODBC drivers from the system.
Syntax
uint32 Get(
[in] string Name,
[in] string Platform,
[out] MSFT_OdbcDriver cmdletOutput[]
);
Parameters
-
Name [in]
-
Specifies one or more ODBC drivers by driver name. You can use wildcard characters. The default is to return all ODBC drivers.
-
Platform [in]
-
The platform architecture of the ODBC driver. Possible values are '32-bit', '64-bit' or 'All'. The default is 'All'. This is the platform architecture on the remote machine if this command is executed in a remote CIM session.
-
cmdletOutput [out]
-
The output is an array of CIM objects of type MSFT_OdbcDriver, each of which represents an ODBC driver.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\WDAC |
Header |
|
MOF |
|
DLL |
|