Month August 2019

Interpolation in PowerShell

Interpolation is PowerShell is a way to connect the strings with variables without concatenation. Interpolation allows you to expand the variables within the string type declarations and outputs during runtime. For example: Look at the code below for a number…