Get-VBOServerComponents
Short Description
Returns a specified Veeam Backup for Microsoft Office 365 server component.
Syntax
Get-VBOServerComponents [-Name <string>] [-Id <guid>] [<CommonParameters>] |
Detailed Description
This cmdlet returns specified Veeam Backup for Microsoft Office 365 server components.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Id | Specifies a filter for the ID of the Veeam Backup for Microsoft Office 365 server components. This cmdlet will return components with the specified ID. | True | Named | False | False |
Name | Specifies a filter for the Veeam Backup for Microsoft Office 365 server components. This cmdlet will return a collection of components of the following types:
Note: This parameter is case-sensitive. | False | Named | false | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Example 1
This example shows how to get all server components connected to the Veeam Backup for Microsoft Office 365 console.
Get-VBOServerComponents |
Example 2
This example shows how to get backup proxy connected to the Veeam Backup for Microsoft Office 365 console.
Get-VBOServerComponents -Name "Proxy" |