Skip to content

Commit f199f85

Browse files
authored
Update Get-SPOApplication.md
1 parent 19a728e commit f199f85

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOApplication.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ online version: https://learn.microsoft.com/powershell/module/sharepoint-online/
55
applicable: SharePoint
66
title: Get-SPOApplication
77
schema: 2.0.0
8-
author: cindylay
9-
ms.author: cindylay
8+
author: ShreyasSar26
9+
ms.author: shsaravanan
1010
ms.reviewer:
1111
---
1212

@@ -20,20 +20,26 @@ Returns a list of SharePoint Embedded applications in the specified tenant.
2020

2121
### ParamSet1
2222

23+
```powershell
24+
Get-SPOApplication []
25+
```
26+
### ParamSet2
27+
2328
```powershell
2429
Get-SPOApplication [[-OwningApplicationId] <OwningApplicationid>] [<CommonParameters>]
2530
```
2631

27-
### ParamSet2
32+
### ParamSet3
2833

2934
```powershell
3035
Get-SPOApplication [[-OwningApplicationId] <OwningApplicationid>] [[-ApplicationId] <ApplicationId>]
3136
```
3237

3338
## DESCRIPTION
3439

35-
The `Get-SPOApplication` cmdlet retrieves and returns SharePoint Embedded applications of all publishers registered in a tenant that match the given criteria. You must be a SharePoint Administrator to run the cmdlet. For permissions and the most current information about Windows PowerShell, see the online documentation at [Intro to SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
40+
The `Get-SPOApplication` cmdlet retrieves and returns SharePoint Embedded applications of all publishers registered in a tenant or a particular application when paired with the `OwningApplicationId` parameter.
3641

42+
You must be a SharePoint Embedded Administrator to run the cmdlet.
3743
## EXAMPLES
3844

3945
### Example 1
@@ -50,7 +56,11 @@ Example 1 returns all SharePoint Embedded applications registered in the specifi
5056
Get-SPOApplication -OwningApplicationId <OwningApplicationId>
5157
```
5258

53-
Example 2 provides details about the owning application in the specified tenant. It returns Applications, which includes the list of guest application IDs with permissions to the owning application, as well as the SharingCapability settings and the OverrideTenantSharingCapability status
59+
Example 2 provides details about the application corresponding to the “Owning Application Id” in the specified tenant. It also returns configuration details of the application such as:
60+
1) “Applications” that lists all the guest application IDs with permissions to the owning application.
61+
2) “SharingCapability” settings and the “OverrideTenantSharingCapability” status
62+
3) “CopilotEmbeddedChatHosts” that lists all the host URLs driving the Copilot embedded chat capability on the SharePoint Embedded application
63+
5464

5565
### Example 3
5666

0 commit comments

Comments
 (0)