Veeam Powershell Module Introduction
Hello to everyone, This time I will be showing an introduction of the Veeam PowerShell module and how to make the initial connection to the backup server. In Veeam Backup & Replication version 11 a new PowerShell module called Veeam.Backup.PowerShell was introduced. According to the Veeam documentation portal there are two ways to use this PowerShell module: Accessing PowerShell from the Veeam Backup & Replication console. Importing the module from a traditional PowerShell console. PS C:\Users\jocolon> Import-Module -Name Veeam.Backup.PowerShell WARNING: The names of some imported commands from the module 'Veeam.Backup.PowerShell' include unapproved verbs that might make them less discoverable. To find the commands with unapproved verbs, run the `Import-Module` command again with the Verbose parameter. For a list of approved verbs, type `Get-Verb`. PS C:\Users\jocolon> It is important to mention that the PowerShell module is available on the Veeam Backup server or on any device where the management console is installed. Reference: ...