I am in the process of creating a server name generator and would like to add 01 to 99 on the end. However when I tried the variable equals 01..99 and then read the variable it starts at 1 not 01. Is there a way to do this?
$NumSeq = 01..99
many thanks
Edited byktitchardTuesday, January 9, 2018 10:40 AM