https://github.com/powershell/hardware-management-module
https://github.com/powershell/hardware-management-module
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/powershell/hardware-management-module
- Owner: PowerShell
- License: mit
- Archived: true
- Created: 2015-03-25T18:43:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T18:44:05.000Z (over 11 years ago)
- Last Synced: 2025-01-21T12:35:56.800Z (over 1 year ago)
- Language: PowerShell
- Size: 129 KB
- Stars: 17
- Watchers: 13
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.txt
- License: LICENSE
Awesome Lists containing this project
README
This is a PowerShell module for out-of-band hardware management.
To use this module, you can copy the HardwareManagement folder
to $pshome\modules (as admin). Then you can use this to load the
module:
import-module HardwareManagement
For single user use, you can just navigate to where you unzipped
the folder and use this to load the module:
import-module .\HardwareManagement.psd1
See http://technet.microsoft.com (search for HardwareManagement) for
details about the script code.
See http://blogs.msdn.com/wmi for details about the module and use cases.
Thanks to Hemal Shah, Stephen Hurd, and Rob Swindell from Broadcom Corporation
for their feedback and bug reports.