Skip to content

Commit eb42241

Browse files
authored
Update Set-SPOApplication.md
1 parent e1823f7 commit eb42241

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

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

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ Sets or updates one or more configuration of a SharePoint Embedded application.
2222

2323
```powershell
2424
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>]
2929
```
3030

3131
## DESCRIPTION
3232

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`.
3434

3535
You must be a SharePoint Embedded Administrator to run the cmdlet.
3636

@@ -75,6 +75,25 @@ This example sets the host URLs for the application with Id 423poi45.
7575

7676
## PARAMETERS
7777

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+
7897
### -SharingCapability
7998
8099
Determines what level of sharing is available for the SharePoint Embedded Application.
@@ -118,6 +137,8 @@ Accept wildcard characters: False
118137
```
119138
### -CopilotEmbeddedChatHosts
120139

140+
This parameter is used to add host URLs responsible for driving the Copilot embedded chat functionality in the SharePoint Embedded application.
141+
121142
```yaml
122143
Type: String
123144
Applicable: SharePoint Embedded

0 commit comments

Comments
 (0)