├── .gitignore ├── Install.ps1 ├── MyVeeamReport.ps1 ├── MyVeeamReport_config.ps1 ├── README.md └── Schedule.ps1 /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | codeschnipsel.ps1 3 | MyVeeamReport_*.htm 4 | -------------------------------------------------------------------------------- /Install.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcohorstmann/MyVeeamReport/HEAD/Install.ps1 -------------------------------------------------------------------------------- /MyVeeamReport.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcohorstmann/MyVeeamReport/HEAD/MyVeeamReport.ps1 -------------------------------------------------------------------------------- /MyVeeamReport_config.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcohorstmann/MyVeeamReport/HEAD/MyVeeamReport_config.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcohorstmann/MyVeeamReport/HEAD/README.md -------------------------------------------------------------------------------- /Schedule.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marcohorstmann/MyVeeamReport/HEAD/Schedule.ps1 --------------------------------------------------------------------------------