This is an archive version of the document. To get the most up-to-date information, see the current version.
PowerShell Remoting
In this article
Veeam PowerShell supports remote execution of cmdlets and scripts. That is, you can run cmdlets and scripts directly on the Veeam Backup & Replication, or against remote computers. A remote session can be started on one remote computer, or a number of remote computers at a time.
To enable PowerShell remoting:
- Install the WinRM Service.
- Enable PowerShell remoting. Start Windows PowerShell 2.0 as an administrator and type in Enable-PSRemoting
To learn more about PowerShell remoting and its configuration, see:
http://blogs.msdn.com/b/powershell/archive/2008/05/10/remoting-with-powershell-quickstart.aspx
http://www.computerperformance.co.uk/powershell/powershell_remote.htm