Skip to content

Commit 177c899

Browse files
authored
Update Set-SPOApplication.md
1 parent 32886e7 commit 177c899

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

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

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ Set-SPOApplication -OwningApplicationId 423poi45-jikl-9bnm-b302-1234ghy56789 -Ov
6666
```
6767
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.
6868

69+
### Example 4
70+
71+
```powershell
72+
Set-SPOApplication -OwningApplicationId 423poi45 -CopilotEmbeddedChatHosts "http://localhost:3000 https://prepspo.spgrid.com https://pemdevtenant.myownsite.com"
73+
```
74+
This example sets the host URLs for the application with Id 423poi45.
75+
6976
## PARAMETERS
7077

7178
### -SharingCapability
@@ -86,7 +93,7 @@ Type: SharingCapabilities
8693
Parameter Sets: (All)
8794
Aliases:
8895
Applicable: SharePoint Embedded
89-
Required: True
96+
Required: False
9097
Position: Named
9198
Default value: None
9299
Accept pipeline input: False
@@ -103,13 +110,23 @@ This setting allows the application to independently set its sharing capabilitie
103110
```yaml
104111
Type: Boolean
105112
Applicable: SharePoint Embedded
106-
Required: True
113+
Required: False
107114
Position: Named
108115
Default value: False
109116
Accept pipeline input: False
110117
Accept wildcard characters: False
111118
```
119+
### -CopilotEmbeddedChatHosts
112120
121+
```yaml
122+
Type: String
123+
Applicable: SharePoint Embedded
124+
Required: False
125+
Position: Named
126+
Default value: None
127+
Accept pipeline input: False
128+
Accept wildcard characters: False
129+
```
113130
## RELATED LINKS
114131
115132
[Get-SPOApplication](Get-SPOApplication.md)

0 commit comments

Comments
 (0)