I have a powershell script that checks outlook results, now it reports back the following line of code
Customer=Backup Exec Alert: Job Cancellation (Server: "SERVER A") (Job: "Daily Backup")
Is it possible to grab the results of anything that is within the quotes of (Server: "SERVER A") and put it in a variable?, so as it goes through multiple lines you might have SERVER B, SERVER C but i just want to put those results in a line.
Let me know if you want me to explain it anymore.