Skip to content

Commit b719a14

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

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Get-SPOApplication -OwningApplicationId <OwningApplicationId>
5858

5959
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:
6060
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
61+
2) “SharingCapability” settings and the “OverrideTenantSharingCapability” status.
62+
3) “CopilotEmbeddedChatHosts” that lists the host URLs driving the Copilot embedded chat capability on the SharePoint Embedded application.
6363

6464

6565
### Example 3
@@ -69,6 +69,16 @@ Get-SPOApplication -OwningApplicationId <OwningApplicationId> -ApplicationId <Ap
6969
```
7070

7171
Example 3 enumerates app-only permissions of the guest application specified in `ApplicationId`.
72+
73+
### Example 4
74+
75+
```powershell
76+
$r = Get-SPOApplication -OwningApplicationId <OwningApplicationId>
77+
$r.CopilotEmbeddedChatHosts
78+
```
79+
80+
Example 4 enumerates the entire list of the host URLs driving the Copilot embedded chat capability on the SharePoint Embedded application.
81+
7282
## PARAMETERS
7383

7484
### -OwningApplicationId

0 commit comments

Comments
 (0)