File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,13 @@ Set-SPOApplication -OwningApplicationId 423poi45-jikl-9bnm-b302-1234ghy56789 -Ov
6666```
6767This 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
8693Parameter Sets : (All)
8794Aliases :
8895Applicable : SharePoint Embedded
89- Required : True
96+ Required : False
9097Position : Named
9198Default value : None
9299Accept pipeline input : False
@@ -103,13 +110,23 @@ This setting allows the application to independently set its sharing capabilitie
103110` ` ` yaml
104111Type : Boolean
105112Applicable : SharePoint Embedded
106- Required : True
113+ Required : False
107114Position : Named
108115Default value : False
109116Accept pipeline input : False
110117Accept 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)
You can’t perform that action at this time.
0 commit comments