Enclose a list of strings in quotation marks using PowerShell
Have you ever needed to enclose a long list of strings into quotation marks? I am in such a situation quite often. The last time it was when I was creating function Get-CMLog and I needed a list of available log names for the ValidateSet param check ...
doitpshway.com1 min read