When developing scripts (and almost anything else) I prefer to hard-code any settings thay may need to be changed later. One method that I employ while writing PowerShell scripts is the use of a settings.ini file. In this file I can place any co ...
[Read more]