Тёмный

Get motherboard information using PowerShell and more 

TechTutsOnline
Подписаться 262
Просмотров 221
50% 1

Are you looking for a way to get the information about motherboard, memory, or processor using PowerShell? This video will show how you could use Get-CimInstance cmdlet to get all such information using PowerShell.
*****************************************************
Get Motherboard Information:
Get-CimInstance -Class Win32_BaseBoard | Format-Table Manufacturer, Product, SerialNumber, Version -Auto
*****************************************************
Get Memory Information:
Get-CimInstance Win32_PhysicalMemory | ft Manufacturer, SerialNumber, @{n="ClockSpeed(MHz)";e={($_.ConfiguredClockSpeed)};align="center"}, @{n="Size(GB)";e={($_.Capacity /1GB)};align="center"} -Auto
*****************************************************
Get Processor Information:
Get-CimInstance Win32_Processor
*****************************************************
Get Disk Information:
Get-PhysicalDisk
*****************************************************
For more tutorials, visit my website:
Website: www.techtutsonl...
*****************************************************
Like us on Social Media:
Facebook: / techtutsonline
Twitter: / techtutsonline

Опубликовано:

 

29 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии    
Далее
Windows 10 and 11 Wont Boot, How To Fix UEFI Partition
19:30
Command Prompt Basics: How to use CMD
18:41
Просмотров 146 тыс.
FAT32 vs exFAT vs NTFS - Windows File Systems
8:01
Просмотров 216 тыс.
NEVER install these programs on your PC... EVER!!!
19:26
100% Disk Usage in Windows 10 Tips
13:26
Просмотров 1,2 млн
IPv6 from scratch - the very basics of IPv6 explained
14:34
Ultimate Recovery Environment for Windows PCs
23:21
Просмотров 172 тыс.
Policy Based Routing (PBR) Configuration
23:44
Просмотров 1,3 тыс.
Azure Fundamentals AZ 900 Real Exam Questions
49:52
Просмотров 2,4 тыс.