Skip to main content

Command Palette

Search for a command to run...

Berbagai perintah wmic

Updated
1 min read
Berbagai perintah wmic
E

I am a information security professional with interest mainly in defenses/ blue teaming. I enjoy leisure running 🏃‍♂️ and PC games.

Beberapa perintah wmic yang berguna saat melakukan triage, yang rencananya akan terus di update

nama, model, ukuran dan serial number hard drive

wmic diskdrive get name,model,size,serialnumber

versi windows dan uuid mesin

wmic csproduct get name,version,uuid</code>

user account dan security identifier:

wmic useraccount get name,sid</code>

updated 07/03/2019