Hardware cmdlets #24742
Replies: 1 comment
-
Is there any reason that these could not be provided by the PSGallery rather than the core project? Then the tools can be used on previous versions of PowerShell and updated independently. If the data is already available on Windows then I suggest it is just window dressing rather than solving a problem. How would temperature be represented, the nearest I could find were Temperature Struct and TemperatureUnit. PowerShell 7 is cross-platform project, what will these tools do on Linux, MacOS, FreeBSD etc? Who will maintain them? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a case for a few new hardware related cmdlets?
For CPU details:
Get-CPUConsider:
It would be convenient if this info was available through:
Get-CPU -HyperVRequirementsThis would be nice:
Get-CPU -TemperatureFor graphics:
Get-GPUThis would be nice:
Get-GPU -DecoderSupport -EncoderSupportFor general firmware info:
Get-FirmwareFor specific details:
Get-Firmware -BIOS -GPU -Disk...and presumably others.
Beta Was this translation helpful? Give feedback.
All reactions