Hi Guys-
I need some help trying to extract text between two strings in a text file. Basically I am using curl to pull information from our ticketing system and dumping it into a text file. Here is part of the text file:
No\n\nTerminating Employee Monitor Asset Tag: \n\nTerminating Employee Workstation Asset Tag: \n\nEnable Auto Forwarding: Yes\n\nEmail Account for Forwarding:
For starters, I would like to pull the value Yes from "Enable Auto Forwarding: Yes" section. Is there an easy way to do this with Powershell?