jamesjames1
Technical User
Hi,
I need toread through a csv filewith 2 columns. 1 column is a device name and oneisan Active Directory OU Path.
The script I'd liketo use readsfrom the csv and moves the device to its corresponding OU which is in the CSV.
As there are around 90 machines in the csv I will need a loop string.
Am I right in thinking that I will need to use the split command to write the csv column contents to an array?
Any help woulth be great
I need toread through a csv filewith 2 columns. 1 column is a device name and oneisan Active Directory OU Path.
The script I'd liketo use readsfrom the csv and moves the device to its corresponding OU which is in the CSV.
As there are around 90 machines in the csv I will need a loop string.
Am I right in thinking that I will need to use the split command to write the csv column contents to an array?
Any help woulth be great