You can add the following lines to get it working
Code:
$VeeamModulePath = “C:\Program Files\Veeam\Backup and Replication\Console”$env:PSModulePath = $env:PSModulePath + “$([System.IO.Path]::PathSeparator)$VeeamModulePath”Import-Module -DisableNameChecking Veeam.Backup.PowerShellStatistics: Posted by dk-one — Jun 22, 2024 2:47 pm






