Get-VBOApplication
Short Description
Returns Microsoft Entra applications added to Microsoft 365 organizations.
Syntax
|
Get-VBOApplication -Organization <VBOOrganization> [-Id <Guid>] [-Name <String>] [-DisplayName <String>] [-Tag <String[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of Microsoft Entra applications added to Microsoft 365 organizations.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
DisplayName |
Specifies a display name of a Microsoft Entra application. The cmdlet will return the application with the specified display name. |
|
False |
Named |
False |
|
Id |
Specifies an ID of a Microsoft Entra application. The cmdlet will return the application with the specified ID. |
|
False |
Named |
False |
|
Name |
Specifies a name of a Microsoft Entra application. The cmdlet will return the application with the specified name. |
|
False |
Named |
False |
|
Organization |
Specifies a Microsoft 365 organization. The cmdlet will return an array of Microsoft Entra applications from this organization.
Accepts the
To get this object, run the |
True |
Named |
True (ByValue) |
|
|
Tag |
Specifies an array of Microsoft Entra application tags. The cmdlet will return Microsoft Entra applications with these tags. |
|
False |
Named |
False |
<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 VBOApplication object that contains Microsoft Entra applications added to Microsoft 365 organizations.
Examples
Example 1: Getting All Microsoft Entra Applications
|
This example shows how to get a list of all Microsoft Entra applications added to Microsoft 365 organizations.
Perform the following steps:
|
Example 2: Getting Microsoft Entra Application by Name
|
This example shows how to get the
Perform the following steps:
|
Related Commands
Get-VBOOrganizationReturns Microsoft organizations added to the Veeam Backup for Microsoft 365 infrastructure.