Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
shost="[blue]127.0.0.1[/blue]" '<<<change this to the ip address in question
set svc=getobject("winmgmts:\\" & shost & "\root\cimv2")
for each ox in svc.execquery("select * from win32_computersystem")
wscript.echo ox.name
next
set svc=nothing