Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List All the Access Database Files on a ComputerContent of List All the Access Database Files on a Computer.vbsMD5 Hash: 76EA9CB93E0ED9587FE1A2B74B3F8EF6 |
||
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2") Set colFiles = objWMIService.ExecQuery _ ("Select * from CIM_DataFile Where Extension = 'mdb' OR Extension = 'ldb'") For Each objFile in colFiles Wscript.Echo objFile.Name Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |