Skip to content

Commit d38e5b9

Browse files
authored
Update Get-SPOApplication.md
1 parent 073a246 commit d38e5b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Get-SPOApplication [[-OwningApplicationId] <Guid>] [[-ApplicationId] <Guid>][<Co
3939

4040
This cmdlet is used to retrieve and return SharePoint Embedded applications from all publishers registered within a tenant. This cmdlet can be further customized by pairing it with the `OwningApplicationId` parameter to target a specific application.
4141

42-
In addition to providing details about the application name, this cmdlet also returns essential information about guest applications and their associated permissions on the owning application. The cmdlet displays data related to the sharing capabilities, including the OverrideTenantSharingCapability status. Furthermore, the cmdlet lists all host URLs responsible for driving the Copilot embedded chat functionality in the SharePoint Embedded application.
42+
In addition to providing details about the application name, this cmdlet also returns essential information about guest applications and their associated permissions on the owning application. The cmdlet displays data related to the sharing capabilities, including the `OverrideTenantSharingCapability` status. Furthermore, the cmdlet lists all host URLs allowed to use the SharePoint Embedded application's declarative agent experience.
4343

4444
You must be a SharePoint Embedded Administrator to run the cmdlet.
4545

@@ -60,7 +60,7 @@ Example 1 returns all SharePoint Embedded applications registered in the specifi
6060
Get-SPOApplication -OwningApplicationId <OwningApplicationId>
6161
```
6262

63-
Example 2 provides details about the application corresponding to the "Owning Application Id" 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, the OverrideTenantSharingCapability status and the list of all Copilot embedded chat host URLs.
63+
Example 2 provides details about the application corresponding to the "Owning Application Id" in the specified tenant. It returns the list of guest application IDs with permissions to the owning application, as well as the SharingCapability settings, the OverrideTenantSharingCapability status and the list of all Copilot embedded chat host URLs.
6464

6565
### Example 3
6666

0 commit comments

Comments
 (0)