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
Copy file name to clipboardExpand all lines: README.md
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ For detailed documentation around the whole project, please refer to the `README
33
33
34
34
### Sample Report - Custom Style 1
35
35
36
-
Sample NetApp ONTAP As Built report HTML file: [Sample NetApp As-Built Report.html](https://raw.githubusercontent.com/AsBuiltReport/AsBuiltReport.NetApp.ONTAP/master/Samples/Sample%20NetApp%20As-Built%20Report.html)
36
+
Sample NetApp ONTAP As Built report HTML file: [Sample NetApp As-Built Report.html](https://technomyth.zenprsolutions.net/wp-content/uploads/2021/11/NetApp-ONTAP-As-Built-Report.html)
37
37
38
38
Sample NetApp ONTAP As Built report with health checks, using custom report style.
39
39
@@ -105,6 +105,7 @@ Ensure you repeat the following steps for the [system requirements](https://gith
105
105
5. Close and reopen the PowerShell terminal window.
106
106
107
107
_Note: You are not limited to installing the module to those example paths, you can add a new entry to the environment variable PSModulePath if you want to use another path._
108
+
108
109
### :closed_lock_with_key: Required Privileges
109
110
110
111
To generate a NetApp ONTAP Array report, a user account with the readonly role of higher on the AFF/FAS is required.
@@ -147,23 +148,34 @@ The **Options** schema allows certain options within the report to be toggled on
147
148
148
149
The **InfoLevel** schema allows configuration of each section of the report at a granular level. The following sections can be set.
149
150
150
-
There are 2 levels (0-1) of detail granularity for each section as follows;
151
+
There are 3 levels (0-2) of detail granularity for each section as follows;
| 0 | Disabled | Does not collect or display any information |
155
-
| 1 | Enabled | Provides condensed, detailed information for a collection of objects |
156
+
| 1 | Enabled / Summary | Provides summarised information for a collection of objects |
157
+
| 2 | Adv Summary | Provides condensed, detailed information for a collection of objects |
156
158
157
159
### Healthcheck
158
160
159
161
The **Healthcheck** schema is used to toggle health checks on or off.
160
162
161
163
## :computer: Examples
162
164
163
-
There is one example listed below on running the AsBuiltReport script against a NetApp ONTAP Array target. Refer to the `README.md` file in the main AsBuiltReport project repository for more examples.
164
-
165
-
- The following creates a NetApp ONTAP Array As-Built report in HTML & Word formats in the folder C:\scripts\.
165
+
There are a few examples listed below on running the AsBuiltReport script against a NetApp ONTAP Array target. Refer to the `README.md` file in the main AsBuiltReport project repository for more examples.
# Generate a NetApp ONTAP As Built Report for Cluster array '192.168.7.60' using specified credentials. Export report to HTML & DOCX formats. Use default report style. Append timestamp to report filename. Save reports to 'C:\Users\Jon\Documents'
# Generate a NetApp ONTAP As Built Report for Cluster array 192.168.7.60 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 NetApp ONTAP As Built Report for Cluster array 192.168.7.60 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 NetApp ONTAP As Built Report for Cluster array 192.168.7.60 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