sense-of-security / ADRecon

ADRecon is a tool which gathers information about the Active Directory and generates a report which can provide a holistic picture of the current state of the target AD environment.
https://senseofsecurity.com.au/
GNU Affero General Public License v3.0
1.64k stars 277 forks source link

[Feature Request] Check for activated Excel #5

Open liamcs98 opened 6 years ago

liamcs98 commented 6 years ago

Howdy there!

Might be worth a cycle to add to -GenExcel to see if the installed version of excel is activated. An unactivated excel breaks the command.

prashant3535 commented 6 years ago

Hi there,

This issue will be resolved when the code is rewritten to use the EPPlus library (https://github.com/JanKallman/EPPlus) for the Excel Report generation instead of the comobject.

Its on the roadmap, however not in the near future.

liamcs98 commented 6 years ago

All good! Just wanted to bring it up since I searched through the issues and didnt see anyone mention this problem/feature. Definitely low priority.

liamcs98 commented 5 years ago

The more I use this tool the more I love it. Might also be worth it to allow a flag to not automatically generate the report when passing the output to specific directory flag.

prashant3535 commented 5 years ago

You can use the -OutputType parameter for it.

-OutputType Output Type; Comma seperated; e.g STDOUT,CSV,XML,JSON,HTML,Excel (Default STDOUT with -Collect parameter, else CSV and Excel). Valid values include: STDOUT, CSV, XML, JSON, HTML, Excel, All (excludes STDOUT).