Build an array with powershell from json file
I have a json file that I would like to export or convert in csv or table format My json source file is like this : [ { "host_display_name" : "DCWKS10", "host_groups" : [ "Windows", "WINDOWS" ], "next_check" : 1698741835,…