Get-VBRDiscoveredApplication
Short Description
Returns discovered applications from the computer.
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Default (Default)Get-VBRDiscoveredApplication [-Name <String[]>] [<CommonParameters>]
-
OracleRMANGet-VBRDiscoveredApplication [-Name <String[]>] [-OracleRMAN]
[-OracleRMANEntityType <VBRDiscoveredOracleRMANEntityType>] [<CommonParameters>]
-
SAPHANAGet-VBRDiscoveredApplication [-Name <String[]>] [-SAPHANA]
[-SAPHANAEntityType <VBRDiscoveredSAPHANAEntityType>] [<CommonParameters>]
-
SAPOnOracleGet-VBRDiscoveredApplication [-Name <String[]>] [-SAPOnOracle]
[-SAPOnOracleEntityType <VBRDiscoveredSAPOnOracleEntityType>] [<CommonParameters>]
-
MongoDBGet-VBRDiscoveredApplication [-Name <String[]>] [-MongoDB]
[-MongoDBEntityType <VBRDiscoveredMongoDBEntityType>] [<CommonParameters>]
-
MSSQLGet-VBRDiscoveredApplication [-Name <String[]>] [-MSSQL] [-MSSQLEntityType <VBRDiscoveredMSSQLEntityType>] [<CommonParameters>]
-
IrisGet-VBRDiscoveredApplication [-Name <String[]>] [-Iris] [-IrisEntityType <VBRDiscoveredIrisEntityType>] [<CommonParameters>]
Detailed Description
This cmdlet returns discovered Veeam Plug-In for Oracle RMAN, Veeam Plug-In for SAP HANA, Veeam Plug-In for SAP on Oracle or MongoDB instances. Use an appropriate parameter set for each Veeam Plug-In.
Veeam Backup & Replication regularly performs discovery operations for Veeam Plug-In on computers in a protection group. During a discovery operation, Veeam Backup & Replication connects to computers and gathers information about them. After the discovery operation is complete, Veeam Backup & Replication recognizes processed Veeam Plug-Ins as discovered.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Iris |
Note: This option works for InterSystems IRIS. Specifies the discovered application. |
|
False |
Named |
False |
|
IrisEntityType |
Note: This option works for InterSystems IRIS. Specifies the application type:
The cmdlet will return discovered application of these types. |
|
False |
Named |
False |
|
MongoDB |
Note: This option works for MongoDB. Specifies the discovered application. |
|
False |
Named |
False |
|
MongoDBEntityType |
Note: This option works for MongoDB. Specifies the application type. |
|
False |
Named |
False |
|
MSSQL |
Note: This option works for Veeam Plug-In for Microsoft SQL Server. Specifies the discovered application. |
|
False |
Named |
False |
|
MSSQLEntityType |
Note: This option works for Veeam Plug-In for Microsoft SQL Server. Specifies the application type:
The cmdlet will return discovered application of these types. |
|
False |
Named |
False |
|
Name |
Specifies a name of a computer. |
|
False |
Named |
False |
|
OracleRMAN |
Note: This option works for Veeam Plug-In for Oracle RMAN. Specifies the discovered application. |
|
False |
Named |
False |
|
OracleRMANEntityType |
Note: This option works for Veeam Plug-In for Oracle RMAN. Specifies the application type:
The cmdlet will return discovered application of these types. |
|
False |
Named |
False |
|
SAPHANA |
Note: This option works for Veeam Plug-In for SAP HANA. Specifies the discovered application. |
|
False |
Named |
False |
|
SAPHANAEntityType |
Note: This option works for Veeam Plug-In for SAP HANA. Specifies the application type:
The cmdlet will return discovered application of these types. |
|
False |
Named |
True (ByPropertyName) |
|
SAPOnOracle |
Note: This option works for Veeam Plug-In for SAP on Oracle. Specifies the discovered application. |
|
False |
Named |
False |
|
SAPOnOracleEntityType |
Note: This option works for Veeam Plug-In for SAP on Oracle. Specifies the application type:
The cmdlet will return discovered application of these types. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRDiscoveredApplication[] object that contains discovered Veeam Plug-In for Oracle RMAN, Veeam Plug-In for SAP HANA, Veeam Plug-In for SAP on Oracle or MongoDB instances.
Examples
Example 1. Getting Discovered Applications of all Protection Groups
|
This command returns discovered applications of all protection groups.
|
Example 2. Getting Discovered Applications for Veeam Plug-in for SAP HANA
|
This command returns applications for Veeam Plug-In for SAP HANA.
|
Related Commands
Get-VBRProtectionGroupReturns protection groups.Rescan-VBREntityRescans backup infrastructure components.