API Reference
Command
Set-ADXReportOptions
Sets global defaults for ADPlayground HTML reports.
Examples
Example 1: Set branded defaults for reports generated on an admin workstation
Set-ADXReportOptions -OutputDirectory 'C:\Reports' -LogoPath 'C:\Branding\contoso-logo.png' -LogoAltText 'Contoso' -HeaderText 'Contoso Identity Operations' -FooterText 'Generated by ADPlayground' -Author 'Identity Engineering' -OpenInBrowser
Example 2: Reset report defaults to the built-in module values
Set-ADXReportOptions -Reset
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Set-ADXReportOptions [-Author <string>] [-Description <string>] [-FooterText <string>] [-HeaderText <string>] [-LogoAltText <string>] [-LogoPath <string>] [-OpenInBrowser] [-OutputDirectory <string>] [-Reset] [-Subtitle <string>] [-Title <string>] [<CommonParameters>]#Parameters
- Author string
- Override the report author.
- Description string
- Override the report description.
- FooterText string
- Footer text (optional).
- HeaderText string
- Header text (optional).
- LogoAltText string
- Logo alt text (optional).
- LogoPath string
- Logo path for header branding (optional).
- OpenInBrowser SwitchParameter
- Open reports after generation (HTML in browser).
- OutputDirectory string
- Default output directory for exported reports.
- Reset SwitchParameter
- Reset defaults to built-in values.
- Subtitle string
- Override the report subtitle.
- Title string
- Override the report title.