Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List Home Networking ConnectionsContent of List Home Networking Connections.vbsMD5 Hash: 5665FCC4817E570501DFF5400AEDB468 |
||
' Description: Returns the properties of each Internet Connection Firewall connection.
strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & _ "\root\microsoft\homenet") Set colItems = objWMIService.ExecQuery("Select * from HNet_Connection") For Each objItem in colItems Wscript.Echo "GUID: " & objItem.GUID Wscript.Echo "Is LAN Connection: " & objItem.IsLANConnection Wscript.Echo "Name: " & objItem.Name Wscript.Echo "Phone Book Path: " & objItem.PhoneBookPath Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |