Watch this video to see how easy it is to make mass changes to Active Directory from an external text file without using complicated scripts.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
Depends on how you want to set it up. Assuming you're talking about an XLAM add-in, you can utilize it's OnOpen method to check the computer name and username when opening. You'd either need to have a pre-populated list with the data on it for who can view it.
When I install an add-in I always put it in C:\Windows\Addins, so it is easily available for everyone. By default add-ins are installed to the current users path:
C:\Users\USERNAME\AppData\Roaming\Microsoft
Wouldn't you just control who was able to download/install the add-in though? Seems like it would be easier to do that than try to code around it.
Regards,
Zack Barresse