Powershell tips and tricks: Difference between revisions
Jump to navigation
Jump to search
(Created page with " == Detect system board name == >Get-CimInstance -Class Win32_BaseBoard | Format-Table Manufacturer, Product, SerialNumber, Version -Auto == References == <references />") |
(Add categories: Linux, Server, Reference) |
||
| Line 5: | Line 5: | ||
== References == | == References == | ||
<references /> | <references /> | ||
[[Category:Linux]] | |||
[[Category:Server]] | |||
[[Category:Reference]] | |||
Revision as of 00:59, 15 July 2026
Detect system board name
>Get-CimInstance -Class Win32_BaseBoard | Format-Table Manufacturer, Product, SerialNumber, Version -Auto