DeviceManager

2.0.1

Manage devices and device drivers for Windows.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name DeviceManager

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name DeviceManager

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

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

Core Desktop

Dependencies

This module has no dependencies.

Release Notes

2.0.1:
   Fixed issue that prevented the module from being imported in Windows PowerShell 5.1.
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

Version History

Version Downloads Last updated
2.0.1 (current version) 4 4/15/2026
2.0.0 4 4/15/2026
1.0.0 26 4/3/2026