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
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/sharepoint-online/Set-SPOApplication.md
+26-5Lines changed: 26 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,15 @@ Sets or updates one or more configuration of a SharePoint Embedded application.
22
22
23
23
```powershell
24
24
Set-SPOApplication
25
-
[-OwningApplicationId <OwningApplicationId>]
26
-
[–SharingCapability <SharingCapability>]
27
-
[-OverrideTenantSharingCapability <Boolean>]
28
-
[-CopilotEmbeddedChatHosts <String>]
25
+
[[-OwningApplicationId] <Guid>]
26
+
[[–SharingCapability] <SharingCapability>]
27
+
[[-OverrideTenantSharingCapability] <Boolean>]
28
+
[]-CopilotEmbeddedChatHosts] <String>]
29
29
```
30
30
31
31
## DESCRIPTION
32
32
33
-
`Set-SPOApplication` cmdlet is used to set the configuration properties of a specific application, determined by the `OwningApplicationId`. Using `Sharing Capability` parameter, the administrator can adjust the sharing settings at the SharePoint Embedded application level, determining if this SharePoint Embedded application content can be shared with external guests. Using the `CopilotEmbeddedChatHosts` parameter, the host URLs that will drive the application’s chat support can be added.
33
+
`Set-SPOApplication` cmdlet is used to set the configuration properties of a specific application, determined by the `OwningApplicationId`.
34
34
35
35
You must be a SharePoint Embedded Administrator to run the cmdlet.
36
36
@@ -75,6 +75,25 @@ This example sets the host URLs for the application with Id 423poi45.
75
75
76
76
## PARAMETERS
77
77
78
+
### -OwningApplicationId
79
+
80
+
This parameter specifies the ID of the SharePoint Embedded application.
81
+
82
+
83
+
```yaml
84
+
Type: String
85
+
Parameter Sets: (All)
86
+
Aliases:
87
+
Applicable: SharePoint
88
+
89
+
Required: False
90
+
Position: Named
91
+
Default value: None
92
+
Accept pipeline input: False
93
+
Accept wildcard characters: False
94
+
```
95
+
96
+
78
97
### -SharingCapability
79
98
80
99
Determines what level of sharing is available for the SharePoint Embedded Application.
0 commit comments