Im working on a script that will get input data from a txt file. This file is a list of values and some of these values contains spaces. It looks like this:
Anchor Text Plug-in CacheAnchor Text Plug-in Links
Application Publishing
Application Registry
Asset Library
.....
So I need to add quotations marks on every line in front of the first work and after the last word, to be able to use this file as a source for my script. Is it possible to do this with powershell?