if we look at the last line, I've marked the computer name in Red, the GUID in BLUE and the MAC address in GREEN, separate these values with commas as above.
the file can be a standard TEXT file that you create in notepad, and you can rename it to CSV for easier importing into our wizard...
so, click on Browse and browse to where you've got your CSV file
on the Choose Mapping screen, you can select columns and define what to do with that mapping, eg: you could tell it to ignore the GUID value (we won't however)
on the next screen you'll see a Data Preview, and this is useful as it will highlight any errors it finds with a red exclamation mark, in the example below a typo meant that it correctly flagged the MAC address as invalid
so edit your CSV file again and fix the error, click previous (back) and try again until it looks like this
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
In the Operating System Deployment section of SCCM right click on Computer Association and choose Import Computer Information
when the wizard appears select Import Computers using a file
The file itself must contain the information we need in this (CSV) format
COMPUTERNAME,GUID,MACADDRESS
(sample below)
if we look at the last line, I've marked the computer name in Red, the GUID in BLUE and the MAC address in GREEN, separate these values with commas as above.
w2k8deploy,BFAD6FF2-A04E-6E41-9060-C6FB9EDD4C54,00:03:FF:77:7D:76
the file can be a standard TEXT file that you create in notepad, and you can rename it to CSV for easier importing into our wizard...
so, click on Browse and browse to where you've got your CSV file
on the Choose Mapping screen, you can select columns and define what to do with that mapping, eg: you could tell it to ignore the GUID value (we won't however)
on the next screen you'll see a Data Preview, and this is useful as it will highlight any errors it finds with a red exclamation mark, in the example below a typo meant that it correctly flagged the MAC address as invalid
so edit your CSV file again and fix the error, click previous (back) and try again until it looks like this
here's a sample file..macguidcomputername.csv
Next choose the target collection where you want these computers to end up in
review the summary
in SCCM collections, we can now see the computers we've just imported from File,
thats it !
If you want to script this then read this post on MSDN
cheers
anyweb
Share this post
Link to post
Share on other sites