I'm trying to write a script for work that will automate the creation of a report that we currently do by hand. I've got most of it done and working, but there's one final thing I'd like to do, if it's possible.
The script is written in Perl, and the report tracks the # of users that hit one of my team's applications. Fortunately for now, there aren't many: The data I have to work with for this report includes a user's 8-character userID, but the final report needs to have a user's actual name and job title in it. All of this information is in the Outlook address book, but I have no idea how or even if I could go about getting it as part of the script. Suggestions?
Nathan
The script is written in Perl, and the report tracks the # of users that hit one of my team's applications. Fortunately for now, there aren't many: The data I have to work with for this report includes a user's 8-character userID, but the final report needs to have a user's actual name and job title in it. All of this information is in the Outlook address book, but I have no idea how or even if I could go about getting it as part of the script. Suggestions?
Nathan