wmic

wmic product get name,version,vendor
wmic os list brief
wmic useraccount get name,sid
wmic group where "Name='HR'" get SID

Last updated