Quick template text file implementation in Powershell 2
If you write scripts, there are good chances you have some of them whose sole purpose is to duplicate configuration files or reports with data depending on variables. A quick way to implement this in Powershell is to use the combined power of Here-Strings and expressions using variables. The basic […]