Hi,
I'm new to scripting and could use some help please...
I need to get the target of all the shortcuts in users local profile
under the Recent folder (i.e. C:\Documents and Settings\<Username>
\Recent.
The goal is to see if any of their "recent files/folders" are
referencing URLs or using mapped drives.
I would like the script to:
1) get the list of shortcuts in the "Recent" folder for the logged in
user.
2) traverse the "target" property of each shortcut found.
3) log the targets to a text file.
I've written a script that can get the target property of a shortcut,
but that's as far as my scripting can take me... just starting out.
Thanks in advance!