Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions BR-RestorePointStatistics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,16 @@ Mandatory parameters:
- `vbrServer` = Veeam backup server name or IP to connect to

Optional parameters:
- `JobFilterFile` = text file with job-names to look at (one per line), jobs not in this file will be ignored
- `suppressGridDisplay` = switch to not show GridViews after processing
- `outputDir` = where to write the output files (folder must exist, otherwise defaulting to script folder)

> **Note:** Running the script will take some time depending on the number of existing restore points in your environment. Expect a processing rate of ~500 restore points per minute (just my average experience; you might get totally different results!).

Requires [Veeam Powershell module].

[Back to overview](README.md)


<!-- referenced links -->
[Veeam PowerShell module]: https://helpcenter.veeam.com/docs/backup/powershell/getting_started.html
Loading