You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- ********** Try to follow best practices to define least privileges ********** -->
95
+
96
+
Local user privileges are required to run this report.
97
+
98
+
> [!IMPORTANT]
99
+
> The intention of this report is to demonstrate the multi-language capabilities of the AsBuiltReport project. Therefore, this report does not require any special privileges to run.
97
100
98
101
## :package: Module Installation
99
102
@@ -143,15 +146,16 @@ The following provides information of how to configure each schema within the re
143
146
### Report
144
147
The **Report** schema provides configuration of the System Resources report information.
The **Healthcheck** schema is used to toggle health checks on or off.
176
187
188
+
No health checks are currently available for this report.
189
+
177
190
## :computer: Examples
178
-
<!-- ********** Add some examples. Use other AsBuiltReport modules as a guide. ********** -->
191
+
192
+
The following examples demonstrate how to generate a System Resources As Built Report.
193
+
194
+
Below are a few examples of running the AsBuiltReport script. Refer to the `README.md` file in the main AsBuiltReport project repository for more examples.
195
+
196
+
```powershell
197
+
# Generate a System Resources As Built Report for 'localhost'. Export report to HTML & DOCX formats. Use default report style. Append timestamp to report filename. Save reports to 'C:\Users\Jon\Documents'
# Generate a System Resources As Built Report for 'localhost' using specified credentials and report configuration file. Export report to Text, HTML & DOCX formats. Use default report style. Save reports to 'C:\Users\Jon\Documents'. Display verbose messages to the console.
# Generate a System Resources As Built Report for 'localhost' using stored credentials. Export report to HTML & Text formats. Use default report style. Highlight environment issues within the report. Save reports to 'C:\Users\Jon\Documents'.
# Generate a System Resources As Built Report for Backup Server localhost using stored credentials. Export report to HTML & DOCX formats. Use default report style. Reports are saved to the user profile folder by default. Attach and send reports via e-mail.
0 commit comments