mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
Update powershell.md
This commit is contained in:
parent
72594efdb1
commit
8d452d4f45
@ -126,6 +126,15 @@ Get-WmiObject -Class Win32_OperatingSystem
|
||||
Get-CimInstance -ClassName CIM_Processor | Where-Object {$_.'DeviceID' -eq 'CPU0'} | ft -hide
|
||||
```
|
||||
|
||||
### Cim-Class List
|
||||
|
||||
To get full list of CimClass, run `Get-CimClass`
|
||||
|
||||
- Win32_SystemBIOS
|
||||
- Win32_DiskPartition
|
||||
- Win32_Processor
|
||||
- CIM_Processor (DeviceID, Name, Caption, MaxClockSpeed, Manufacturer)
|
||||
|
||||
## SYSTEMINFO
|
||||
|
||||
__SYSTEMINFO__ displays operating system configuration information for a local or remote computer.
|
||||
|
Loading…
Reference in New Issue
Block a user