Network Places
Need help with a script that would pull what users have in their network places. I need to know if certain users are accessing a certain server. Any help would be great.
Thanks
Thanks
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
cdupuis
20 years ago
Posted by:
cmattioli
20 years ago
Posted by:
cdupuis
20 years ago
Posted by:
Garrett
20 years ago
Kind of late with the post but if people seach the forum at a later date maybe this will help them.
Set objShell = WScript.CreateObject("Shell.Application")
set objFolder = objShell.Namespace(&H13&)
set colFolderItems = objFolder.Items
For each objItem in colFolderItems
strItems = strItems & objItem & vbCrLf
Next
msgbox strItems
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.