The Get-VmsHardwareDriver cmdlet returns the HardwareDriver object associated
with an existing Hardware device, or if provided with a recording server, it
returns all HardwareDrivers available on the recording server.
The HardwareDriver object provides information about a hardware driver
including: GroupName (Axis, Bosch, Milestone, Sony), Number, DriverVersion,
DriverRevision, DriverType, Name, and others.
The DriverVersion and DriverRevision properties can be used to compare drivers
between two recording servers to determine if the same device pack driver
version is being used.
A HardwareDriver object can be used with the Set-VmsHardwareDriver cmdlet
instead of relying on the Driver argument transformation to look up a driver
number or name when changing the driver to use for a given hardware device.
REQUIREMENTS
Requires VMS connection and will attempt to connect automatically
Specifies a RecordingServer object which can be retrieved using
Get-VmsRecordingServer. The recording server name can also be provided, and
the matching RecordingServer(s) will be retrieved automatically.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.