Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Sending emails after deployment with instructions

For a current project of mine i am looking for a solution to distribute documents after a successful installation of a software. I found some cmdlet to send emails with, but it always requires me to put in a receipent. Is there a way to let pdq deploy grab this information from the Active Directory?

2

Comments

1 comment
Date Votes
  • PDQ is more designed to work in the machine context which makes something like grabbing an email address as part of a deployment difficult. You may be able to either to load an AD module as part of the script to query the email or do a lookup against a master list that has emails associated with machines. Either way, it'll probably take a fair amount of scripting to handle this.

    1