--- title: "Operation" description: "Use this section to describe PowerShell functionality related to one major product feature. Add separate child topics to list cmdlets available for the functionality." canonical: "https://helpcenter.veeam.com/docs/styleguide/tw/ps_operation.html" breadcrumb: "Style Guide > Structuring Content > Topic Types > Reference Topic > PowerShell Cmdlet Reference > Operation" dateModified: "2026-09-03" --- # Operation Use this section to describe PowerShell functionality related to one major product feature. Add separate child topics to [list cmdlets](ps_cmdlet.md) available for the functionality. ::: dropdown ## Example You can initiate and manage sessions on the Veeam backup server from the command line on a local or remote machine. To run commands from the command line a remote machine, the machine must have the Veeam Backup & Replication console installed.

Cmdlet

Description

Connect-VBRServer

Connects to a Veeam backup server

Disconnect-VBRServer

Ends the current connection

Get-VBRServerSession

Returns the current session

:::