Hello Community!
I have an odd (for me) behavior in a PowerShell script I've been working on to create new user accounts. We have created a CSV sheet that captures all the pertinent user data we require. The CSV file then has a secondary sheet that truncates, concatenates, and otherwise manipulates the data for the script to actually create the user account.
We have an identified requirement to protect these formulated columns from alteration or accidental deletion. To that end, we have copied the formulated cells down to row 100 even though it is highly unlikely that we'd ever reach this number in a single run. As the CSV is populated, the secondary sheet will be filled in accordingly. But this also leaves rows of data with empty formula values.
This seems to be the issue between ISE and standard PowerShell running the script and looking...