Let me give a breif explanation of what my current work process, then after how I want to automate this.
I work on the change team for my company and use outlook to note the changes. Our build window is every Friday and at the end of the week Friday will be covered in changes. For each calendar event we fill out the subject line, location and the body. The subject line will contain ticket number, Developer name and app name. The location line will containt either "Staged" or "Complete", if the change is not complete we do not send in the email. Within the body we contain the direct wesbite link for that specific ticket. At the end of the day I send an email of all of the "Completed" changes where I copy/paste the subject line in the email, I then copy/paste the hyperlink from the body to teh ticket numbet in the subject line.
Without purchasing another tool thanks to cost cuts we are looking to automate this with powershell. We want powershell to be able to take the subject line and drop it into an email, and then take the hypelink and attached it to the ticket number in the subject line pasted over. I have no experience wtih powershell so learning this from scratch. Does anyone know if this is possible, and if so where to start?