Skip to content

3. Output

Robin Granberg edited this page Jul 22, 2022 · 2 revisions

Object

The default output when using the CLI is object-based so you can handle the result just like any other PowerShell-object. Perfect for piping the result in to other commands or tools.

HTML (.HTA)

The default output for running the GUI is .HTA websites that will automatically launch. There you have the option to save the HTML file or print it.

The HTML page have code in it to enumerate group memberships by just clicking on the group name.

CSV

This output options gives you the same report as the HTML file but in a simplified CSV format.

CSV Template

This option should be used for comparing. This output option will return ACE's in the format that .Net presents access permissions and that is most suitable for comparing.

EXCEL

This output option requires an addition PowerShell-module called ImportExcel. ImportExcel is available in the PowerShell Gallery. The really nice thing is that you can create excel files anywhere with out bloating the system with the Microsoft Office installation.

The excel file will have a table prepared for sorting and filtering.

The nice thing with excel is obviously the sort and filtering capabilities that Excel is providing.

Clone this wiki locally