I am trying to create a PowerShell script that adds two leading zeros to all the numbers in a particular column.This script is able to add the two zeros to the column values, but only at the end of the values.
I have tried converting the data type of $zeros and $employeeNumber but have been unable to get the script to add leading zeros to the column values. Any guidance is greatly appreciated!