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 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).
44
+
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.
45
+
46
+
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.
47
+
48
+
You must be a SharePoint Embedded Administrator to run the cmdlet.
49
+
36
50
37
51
## EXAMPLES
38
52
@@ -50,7 +64,7 @@ Example 1 returns all SharePoint Embedded applications registered in the specifi
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
67
+
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.
Use this parameter to enumerate app-only permissions of the guest application id with access to the specified owning application.
96
120
97
121
```yaml
98
-
Type: String
99
-
Parameter Sets: ParamSet2
122
+
Type: Guid
123
+
Parameter Sets: (All)
100
124
Aliases:
101
-
Applicable: SharePoint
102
125
103
126
Required: False
104
-
Position: Named
127
+
Position: 1
105
128
Default value: None
106
129
Accept pipeline input: False
107
130
Accept wildcard characters: False
108
131
```
109
-
132
+
110
133
### CommonParameters
111
134
112
135
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
@@ -115,4 +138,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
`Set-SPOApplication` adjusts the sharing settings at the SharePoint Embedded application level, determining if this SharePoint Embedded application content can be shared with external guests.
39
+
`Set-SPOApplication` cmdlet is used to set the configuration properties of a specific application, determined by the `OwningApplicationId`.
40
+
41
+
You must be a SharePoint Embedded Administrator to run this cmdlet.
33
42
34
-
You must be a SharePoint Embedded Administrator or Global Administrator to run the cmdlet.
35
43
> [!NOTE]
36
44
> The OwningApplicationId for Microsoft Loop is `a187e399-0c36-4b98-8f04-1edc167a0996`.
37
45
> The OwningApplicationId for Microsoft Designer is `5e2795e3-ce8c-4cfb-b302-35fe5cd01597`.
This example demonstrates how to enable file sharing within the SharePoint Embedded application for external users. Note that B2B integration must be enabled to allow guest invitations to SharePoint Embedded apps.
@@ -100,14 +149,19 @@ This setting allows the application to independently set its sharing capabilitie
100
149
101
150
```yaml
102
151
Type: Boolean
103
-
Applicable: SharePoint Embedded
104
-
Required: True
105
-
Position: Named
106
-
Default value: False
152
+
Parameter Sets: (All)
153
+
Aliases:
154
+
155
+
Required: False
156
+
Position: 2
157
+
Default value: None
107
158
Accept pipeline input: False
108
159
Accept wildcard characters: False
109
160
```
110
161
162
+
### CommonParameters
163
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments