Was reaching out to see if there was a step by step process for importing mass amounts of cameras on to recording server using Windows PowerShell. I went through the PS module and Adding Hardware documentation on the milestone site. But not having done this before I was wondering how difficult it would be to do this sort of thing. It doesn’t seem too complicated. But I would definitely appreciate as much information as possible on this!
Hi Devin, sure that’s one of the more common use cases and I recommend using the Import-VmsHardware command with a CSV file. The easiest way to get comfortable with the process is to first use Export-VmsHardware to export a manually added device to CSV and then you’ll have an example CSV file you can populate with the rest of your devices.
Feel free to post on the module GitHub issues page (or here) if you have any issues or questions!