Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Determine if My Users Have Certain Files on Their ComputersContent of Determine if My Users Have Certain Files on Their Computers.vbsMD5 Hash: 24ABCA11608FCC35684F1597E79B3F1A |
||
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colFiles = objWMIService.ExecQuery _ ("Select * from CIM_DataFile where Extension = 'mp3'") 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 :: |