Get-VBOServerComponents
Short Description
Returns specified Veeam Backup for Microsoft Office 365 server components.
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 | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Name | Specifies a name of the Veeam Backup for Microsoft Office 365 server component. The cmdlet will return the server component with the specified name. You can get a collection of components of the following types:
Note: This parameter is case-sensitive. | Guid | False | Named | False | False |
Id | Specifies an ID of the Veeam Backup for Microsoft Office 365 server components. This cmdlet will return components with the specified ID. | String | True | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Examples
Example 1. Getting All Server Components
This command gets all server components connected to the Veeam Backup for Microsoft Office 365 console. The cmdlet output will provide the following details on server components: Id, Name, ServerName, IsOnline and ExtendedLoggingEnabled.
|
Example 2. Getting Backup Proxy Components
This command gets all backup proxy servers connected to the Veeam Backup for Microsoft Office 365 console. The cmdlet output will provide the following details on backup proxy servers: Id, Name, ServerName, IsOnline and ExtendedLoggingEnabled.
|