Subject: Help for BGINDO MSXML3 issue
Posted: 29 January 2017 at 7:13pm
Can someone help me figure out what is going on with this. I am trying to run the following BGINFO with a VBSCRIPT for PIBLICIP and I get an error> Here is what info I can supply.
Boot Time: <BootTime>
Host Name: <HostName>
IE Version: <IEVersion>
IP Address: <IPAddress>
publicip: <publicip>
Logon Domain: <LogonDomain>
Logon Server: <LogonServer>
MAC Address: <MACAddress>
Memory: <Memory>
OS Version: <OSVersion>
Processors: <Processors>
Set o = CreateObject("MSXML2.XMLHTTP")
o.open "GET", "http://ifconfig.me/ip", False
o.send
echo o.responseText