You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
40
+
This cmdlet retrieves and returns SharePoint Embedded applications of all publishers registered in a tenant or a particular application when paired with the `OwningApplicationId` parameter. Along with the application name, the cmdlet also provides information regarding
41
+
1)**Applications** that lists all the guest application IDs with permissions to the owning application.
42
+
2) **SharingCapability** settings and the “OverrideTenantSharingCapability” status.
43
+
3) **CopilotEmbeddedChatHosts** that lists the host URLs driving the Copilot embedded chat capability on the SharePoint Embedded application.
41
44
42
45
You must be a SharePoint Embedded Administrator to run the cmdlet.
43
46
@@ -58,7 +61,7 @@ Example 1 returns all SharePoint Embedded applications registered in the specifi
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:
64
+
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:
62
65
1) **Applications** that lists all the guest application IDs with permissions to the owning application.
63
66
2) **SharingCapability** settings and the “OverrideTenantSharingCapability” status.
64
67
3) **CopilotEmbeddedChatHosts** that lists the host URLs driving the Copilot embedded chat capability on the SharePoint Embedded application.
@@ -75,8 +78,7 @@ Example 3 enumerates app-only permissions of the guest application specified in
0 commit comments