Hey all,
This seems like a silly one likely due to me being very new to pretty much any coding, but why does this command, basically ripped right from documentation, tell me my .csv path is an invalid argument?
gam update ou csvkmd C:\temp\oumove.csv keyfield OU datafield deviceId add croscsvdata deviceId quickcrosmove
As reference, this is the line I took from documentation
here.
gam update ou csvkmd cros.csv keyfield OU datafield deviceId add croscsvdata deviceId quickcrosmove
Here's a couple of rows from my .csv file as well, but as far as I can tell, this isn't the source of the problem.
deviceId,OU
<serialnumberhere>,/<oupathhere>
<serialnumberhere>,/<oupathhere>
Thanks in advance!