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
<!-- ********** DO NOT EDIT THESE LINKS ********** -->
27
27
28
28
> [!WARNING]
29
-
> I recently made the decision to not apply to the Veeam Vanguard program which was one of the main reasons for developing and maintaining this project. For this reason I will not be maintaining or updating this report. At this time until someone is identified to maintain the project, this report will be frozen in terms of new capabilities.
30
-
>
31
-
#### This project is community maintained and has no sponsorship from Veeam, its employees or any of its affiliates.
29
+
> I recently decided not to apply to the Veeam Vanguard program, which was one of the main reasons for developing and maintaining this project. Therefore, I will not be maintaining or updating this report. Until someone is identified to maintain the project, this report will be frozen in terms of new capabilities.
32
30
31
+
#### This project is community maintained and has no sponsorship from Veeam, its employees, or any of its affiliates.
33
32
34
33
# Veeam VB365 As Built Report
35
34
36
-
Veeam VB365 As Built Report is a PowerShell module which works in conjunction with [AsBuiltReport.Core](https://github.com/AsBuiltReport/AsBuiltReport.Core).
35
+
Veeam VB365 As Built Report is a PowerShell module that works in conjunction with [AsBuiltReport.Core](https://github.com/AsBuiltReport/AsBuiltReport.Core).
37
36
38
-
[AsBuiltReport](https://github.com/AsBuiltReport/AsBuiltReport) is an open-sourced community project which utilises PowerShell to produce as-built documentation in multiple document formats for multiple vendors and technologies.
37
+
[AsBuiltReport](https://github.com/AsBuiltReport/AsBuiltReport) is an open-source community project that utilizes PowerShell to produce as-built documentation in multiple document formats for various vendors and technologies.
39
38
40
39
Please refer to the AsBuiltReport [website](https://www.asbuiltreport.com) for more detailed information about this project.
41
40
@@ -52,24 +51,26 @@ Sample Veeam VB365 As Built report diagram file: [Sample Veeam VB365 As Built Re
<!-- ********** Try to follow best practices to define least privileges ********** -->
83
-
Only users with Local Administrator group permissions can generate a Veeam VB365 As Built Report.
84
82
83
+
Only users with Local Administrator group permissions can generate a Veeam VB365 As Built Report.
85
84
86
85
## :package: Module Installation
87
86
88
87
### PowerShell
89
-
<!-- ********** Add installation for any additional PowerShell module(s) ********** -->
88
+
90
89
```powershell
91
-
install-module AsBuiltReport.Veeam.VB365
90
+
Install-Module AsBuiltReport.Veeam.VB365
92
91
```
93
92
94
93
### GitHub
94
+
95
95
If you are unable to use the PowerShell Gallery, you can still install the module manually. Ensure you repeat the following steps for the [system requirements](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VB365#wrench-system-requirements) also.
96
96
97
-
1. Download the code package / [latest release](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VB365/releases/latest) zip from GitHub
98
-
2. Extract the zip file
97
+
1. Download the code package / [latest release](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VB365/releases/latest) zip from GitHub.
98
+
2. Extract the zip file.
99
99
3. Copy the folder `AsBuiltReport.Veeam.VB365` to a path that is set in `$env:PSModulePath`.
100
-
4. Open a PowerShell terminal window and unblock the downloaded files with
100
+
4. Open a PowerShell terminal window and unblock the downloaded files with:
5. Close and reopen the PowerShell terminal window.
105
105
106
-
_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._
106
+
_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._
107
107
108
108
## :pencil2: Configuration
109
109
110
-
The Veeam VB365 As Built Report utilizes a JSON file to allow configuration of report information, options, detail and healthchecks.
110
+
The Veeam VB365 As Built Report utilizes a JSON file to allow configuration of report information, options, detail, and health checks.
111
+
112
+
A Veeam VB365 report configuration file can be generated by executing the following command:
111
113
112
-
A Veeam VB365 report configuration file can be generated by executing the following command;
# Generate a Veeam VB365 As Built Report for Backup Server veeam-vbr365.pharmax.local 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