Get-VBOProxy
Short Description
Returns backup proxy servers added to the Veeam Backup for Microsoft 365 infrastructure.
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSet (Default)Get-VBOProxy [-Organization <VBOOrganization>] [-ExtendedView] [<CommonParameters>]
-
ByIdParameterSetGet-VBOProxy -Id <Guid> [-ExtendedView] [<CommonParameters>]
-
ByHostParameterSetGet-VBOProxy -Hostname <String> [-ExtendedView] [<CommonParameters>]
Detailed Description
This cmdlet returns a list of backup proxy servers added to the Veeam Backup for Microsoft 365 backup infrastructure.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ExtendedView |
Note: This parameter will be deprecated in future versions of Veeam Backup for Microsoft 365.
Defines that the cmdlet will return all parameters of the backup proxy server (if the backup proxy server is online) or exclude from a list the Default: False |
|
False |
Named |
False |
|
Hostname |
Specifies a DNS name or an IP address of the backup proxy server that you want to get. |
|
True |
Named |
False |
|
Id |
Specifies an ID of the backup proxy server. The cmdlet will return the backup proxy server with the specified ID. |
|
True |
Named |
False |
|
Organization |
Specifies a Microsoft organization. The cmdlet will return backup proxy servers that are associated with the specified organization.
Accepts the
To get this object, run the |
False |
Named |
True (ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Output Object
The cmdlet returns the VBOProxy object that contains a list of backup proxy servers added to the Veeam Backup for Microsoft 365 backup infrastructure.
Examples
Example 1: Getting All Backup Proxy Servers
|
This command returns all backup proxy servers that are added to the Veeam Backup for Microsoft 365 infrastructure.
|
Example 2: Getting Backup Proxy Server by ID
|
This command returns a backup proxy server with the ID
|
Example 3: Getting Backup Proxy Server by IP
|
This command returns a backup proxy server with the
|
Example 4: Getting Backup Proxy Server by Organization
|
This example shows how to get a backup proxy server associated with the Columbus organization.
Perform the following steps:
|
Related Commands
Get-VBOOrganizationReturns Microsoft organizations added to the Veeam Backup for Microsoft 365 infrastructure.