This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Description
It would be nice to have the ability for the data to export as JSON, as it would make parsing the data easier to further automated tooling.
An simple example for the Get-ICScans command is below:
{
"scans": [
{
"id": "5c7c1f0a-ff4d-4af8-9b9b-8c8a996fe95b",
"targetList": "OfflineScans",
"type": "ScanMetadata",
"scanName": "Offline-20190605-1615"
},
{
"id": "4c7c1f0a-ff4d-4af8-9b9b-8c8a996fe95b",
"targetList": "OfflineScans",
"type": "ScanMetadata",
"scanName": "Offline-20190405-1615"
}
]
}