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
+
> [!WARNING]
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.
30
+
31
+
#### This project is community maintained and has no sponsorship from Veeam, its employees, or any of its affiliates.
32
+
28
33
# Veeam VB365 As Built Report
29
34
30
-
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).
31
36
32
-
[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.
33
38
34
39
Please refer to the AsBuiltReport [website](https://www.asbuiltreport.com) for more detailed information about this project.
35
40
@@ -46,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 ********** -->
77
-
Only users with Local Administrator group permissions can generate a Veeam VB365 As Built Report.
78
82
83
+
Only users with Local Administrator group permissions can generate a Veeam VB365 As Built Report.
79
84
80
85
## :package: Module Installation
81
86
82
87
### PowerShell
83
-
<!-- ********** Add installation for any additional PowerShell module(s) ********** -->
88
+
84
89
```powershell
85
-
install-module AsBuiltReport.Veeam.VB365
90
+
Install-Module AsBuiltReport.Veeam.VB365
86
91
```
87
92
88
93
### GitHub
94
+
89
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.
90
96
91
-
1. Download the code package / [latest release](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VB365/releases/latest) zip from GitHub
92
-
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.
93
99
3. Copy the folder `AsBuiltReport.Veeam.VB365` to a path that is set in `$env:PSModulePath`.
94
-
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.
99
105
100
-
_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._
101
107
102
108
## :pencil2: Configuration
103
109
104
-
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:
105
113
106
-
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