API Reference
Command
Set-ADXReportOptions
Sets global defaults for ADPlayground HTML reports.
Examples
Generated fallback example from command syntax.
Set-ADXReportOptions -LogoPath 'C:\Path'
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.