c-bless / reveal

This project contains some PowerShell scripts used to collect system configurations or domain information. Furthermore it has a Flask based web application and API to import and analyze the results of collector scripts. It can export collected data to Excel via the Web-Interface or to JSON via API.
1 stars 1 forks source link

Empty "date" tags in Sysinfo-collector could cause errors when importing #44

Closed c-bless closed 1 year ago

c-bless commented 1 year ago

The behavior has been detected when importing sysinfo-collector output where the tag "SystemInfoCollector" -> "Host" -> "OSInstallDate" was present but empty.

c-bless commented 1 year ago

Method str2datetime_or_none introduced that returns None in case of error