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
Collector throwing exception when XMLWriter is not available #74
Describe the bug Collector Script throwing exception when XMLWriter is not available. It is still running without problems but not producing outbut.
To Reproduce Run script on systems without .NET installed
Expected behavior Script should catch exception and inform user that results can not be written.