-
Notifications
You must be signed in to change notification settings - Fork 162
3. Output
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.
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.
This output options gives you the same report as the HTML file but in a simplified CSV format.
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.
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.