I don't think I can use a standard cmdlet for this. I have the following string Backup Job INDETERMINABLE STRING HERE completed successfully
I need to extract the INDETERMINABLE STRING HERE which could be any length and any number of words. The text to the left will always be Backup Job and the text to the right will either be completed successfully OR failed with errors.
How would I go about this?