|
Hello All !
I think the best route to what I'm trying to accomplish is via the following methodology, though I am open to alternative methods :
Purpose of Script : Check to see if there is an 'Outlook' shortcut on the Desktop. If there is, do nothing. If there is not, copy the shortcut to the desktop.
As per the 'purpose,' I'm looking to write a 'while-loop' to determine whether or not a user has the Outlook shorcut on their desktop.
For each shortcut, I'd check the name of the shortcut to see if it contains the word 'Outlook' as desktops are not all uniform.
If one shortcut CONTAINED the name 'Outlook,' I would do nothing.
If however at the end of the loop, there was no Outlook shortcut, I'd create one.
Any help in this regard would be greatly appreciated !
I just downloaded the doc, but didn't want to recreate the wheel if it already exists.
Thanks for any insight,
V.
|