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
In Example 4, the cmdlet creates a standard container type, ContosoLegal that has opted out of management through Microsoft-enabled administrator platforms.
This parameter is used to create a direct to customer billed container type.
126
138
127
139
```yaml
@@ -137,6 +149,22 @@ Accept pipeline input: False
137
149
Accept wildcard characters: False
138
150
```
139
151
152
+
### –GovernableByAdmin
153
+
154
+
Using `-GovernableByAdmin`, you can decide whether consuming tenant administrators of the application should be provided management capabilities on Microsoft-enabled administrator support, through SharePoint admin center and PowerShell. By default, the value is set to True. When set to False, the consuming tenant administrator can perform only read-only actions on containers of the container type, in both SharePoint admin center and PowerShell.
0 commit comments