Should I use SerialNumber or MachineName as primary key for computers ?
Best Answers
-
Geoff_Ross Cireson Consultant O.G.Hi Stephane,
I would use a guid. IF you are using Asset Excel to import them this is auto generated, if you are using Asset Import, you will need to generate some and paste into your CSV file.
I always use PowerShell to create them(0..9) | % {New-Guid}
but there's plenty of online solutions too. For example
https://www.guidgenerator.com/online-guid-generator.aspx
Geoff6
Answers
I would use a guid. IF you are using Asset Excel to import them this is auto generated, if you are using Asset Import, you will need to generate some and paste into your CSV file.
I always use PowerShell to create them
but there's plenty of online solutions too. For example
https://www.guidgenerator.com/online-guid-generator.aspx
Geoff