How to evalute a string twice in Powershell - by Bebuuk anyone know how to evalute a string twice in powershell? from example $l1 = yes $l2 = no for (i=0;i -lt 2; i++) { echo $1$i } Read the article