DeviceManager
2.0.0
Manage devices and device drivers for Windows.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2026 MartinGC94. All rights reserved.
Package Details
Author(s)
- MartinGC94
Tags
Device Driver Install Uninstall Config Settings
Cmdlets
Disable-Device Enable-Device Get-Device Get-DeviceDriver Install-DeviceDriver Invoke-DevicePnpDetection Remove-Device Remove-DeviceDriver Show-DeviceUpdateWizard Undo-DeviceDriverUpdate
PSEditions
Dependencies
This module has no dependencies.
Release Notes
2.0.0:
Added positions to the following commands and parameters:
Get-DeviceDriver (Device and Path)
Install-DeviceDriver (Driver and Path)
Remove-DeviceDriver (Driver and Path)
Show-DeviceUpdateWizard (Device)
Renamed most device properties to remove the following prefixes:
System.Devices.
System.
System.Drivers. (Replaced with Driver) for example System.Drivers.InfSection became DriverInfSection
Added a PSPropertyAdapter for Device objects which has the following effects:
Makes it possible to access Device properties like any other property like: ($Dev.DriverInfSection).
Removes the magic .Count PS property for individual devices in Windows PowerShell 5.1 (due to a bug).
Added new GetDevicePropertyById and GetDevicePropertyByName methods to Device objects.
1.0.0:
Initial release.
FileList
- DeviceManager.nuspec
- DeviceManager.deps.json
- DeviceManager.dll
- DeviceManager.pdb
- DeviceManager.psd1
- DeviceManagerFormat.ps1xml
- DeviceManagerType.ps1xml
- en-US\DeviceManager.dll-Help.xml
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 2.0.1 | 4 | 4/15/2026 |
| 2.0.0 (current version) | 4 | 4/15/2026 |
| 1.0.0 | 26 | 4/3/2026 |