→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎02-10-2010 01:34 PM
‎07-15-2013 06:48 PM
Const MY_DOCUMENTS = &H5&
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.Namespace(MY_DOCUMENTS)
Set objFolderItem = objFolder.Self
strPath = objFolderItem.Path
Set objFolder = objFSO.GetFolder(strPath)
objShell.RegWrite "HKLM\SOFTWARE\Information\MyDocuments\FolderSize", objFolder.Size, "REG_SZ"
‎05-15-2013 07:21 PM
‎05-14-2013 09:53 PM
sg_it wrote:
Hi,
We are one of those unfortunate companies where our users keep everything in their own computer "my documents" folder. I want to remediate this by showing the business how much data we keep in our users computers but I want real data.
Is there a way to pull the size of "my documents" folder in the remote computers and present it in Lansweeper web console as part of the system details?
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now