Bearbeiten

Get-SPOApplication

Returns a list of SharePoint Embedded applications in the specified tenant.

Syntax

Get-SPOApplication
   [[-OwningApplicationId] <OwningApplicationid>]
   [<CommonParameters>]
Get-SPOApplication
   [[-OwningApplicationId] <OwningApplicationid>]
   [[-ApplicationId] <ApplicationId>]

Description

The Get-SPOApplication cmdlet retrieves and returns all third-party SharePoint Embedded applications registered in a tenant that match the given criteria. You must be a SharePoint Online Administrator or Global Administrator to run the cmdlet. For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at Intro to SharePoint Online Management Shell.

Examples

Example 1

Get-SPOApplication

Example 1 returns all SharePoint Embedded applications registered in the specified tenant by their OwningApplicationId and OwningApplicationName.

Example 2

Get-SPOApplication -OwningApplicationId <OwningApplicationId>

Example 2 lists the details of the owning application corresponding to the OwningApplicationId registered in the specified tenant.

Example 3

Get-SPOApplication -OwningApplicationId <OwningApplicationId> -ApplicationId <ApplicationId>

Example 3 enumerates permissions of the owning applications registered in the specified tenant.

Parameters

-ApplicationId

Use this parameter to enumerate permissions of the owning applications registered in the specified tenant.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online

-OwningApplicationId

Use this parameter to get details about apps registered in the specified tenant.

The following details are returned:

  • OwningApplicationId

  • OwningApplicationName

  • Storage

  • Applications (by id)

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:SharePoint Online