Hello
I need to get the foldersize of a distant computer, how Can I do that using wmi and vbscript.
For a local computer I have
'Option Explicit
'Dim objFileSystem, objTheFolder
'Set objFileSystem = CreateObject("Scripting.FileSystemObject")
'Set objTheFolder = objFileSystem.GetFolder("C:\exploit")
'wscript.echo objTheFolder.size
Any idea will be appreciated !
Good eveening all !
I need to get the foldersize of a distant computer, how Can I do that using wmi and vbscript.
For a local computer I have
'Option Explicit
'Dim objFileSystem, objTheFolder
'Set objFileSystem = CreateObject("Scripting.FileSystemObject")
'Set objTheFolder = objFileSystem.GetFolder("C:\exploit")
'wscript.echo objTheFolder.size
Any idea will be appreciated !
Good eveening all !