2025-04-27 07:49:33 -04:00

8 lines
253 B
Plaintext

while true
Set System = GetObject("winmgmts:{impersonationLevel=impersonate}!Win32_ComputerSystem.Name=""ALANBOS3""")
WScript.Echo System.Caption
WScript.Echo System.PrimaryOwnerName
WScript.Echo System.Domain
WScript.Echo System.SystemType
wend