Quantcast
Channel: R&D Forums
Viewing all articles
Browse latest Browse all 9945

PowerShell • Re: Veeam 11 powershell module doesn't work with Powershell 7

$
0
0
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.PowerShell

Statistics: Posted by dk-one — Jun 22, 2024 2:47 pm



Viewing all articles
Browse latest Browse all 9945

Latest Images

Trending Articles



Latest Images