Skip to content

Commit 32886e7

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

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ online version: https://learn.microsoft.com/powershell/module/sharepoint-online/
55
Applicable: SharePoint Embedded
66
title: Set-SPOApplication
77
schema: 2.0.0
8-
author: FarreltinF
9-
ms.author: fanyi
8+
author: ShreyasSar26
9+
ms.author: shssaravanan
1010
ms.reviewer:
1111
---
1212

1313
# Set-SPOApplication
1414

1515
## SYNOPSIS
1616

17-
Sets or updates one or more property values for a SharePoint application.
17+
Sets or updates one or more configuration of a SharePoint Embedded application.
1818

1919
## SYNTAX
2020

@@ -25,13 +25,15 @@ Set-SPOApplication
2525
[-OwningApplicationId <OwningApplicationId>]
2626
[–SharingCapability <SharingCapability>]
2727
[-OverrideTenantSharingCapability <Boolean>]
28+
[-CopilotEmbeddedChatHosts <String>]
2829
```
2930

3031
## DESCRIPTION
3132

32-
`Set-SPOApplication` adjusts the sharing settings at the SharePoint Embedded application level, determining if this SharePoint Embedded application content can be shared with external guests.
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.
34+
35+
You must be a SharePoint Embedded Administrator to run the cmdlet.
3336

34-
You must be a SharePoint Embedded Administrator or Global Administrator to run the cmdlet.
3537
> [!NOTE]
3638
> The OwningApplicationId for Microsoft Loop is `a187e399-0c36-4b98-8f04-1edc167a0996`.
3739
> The OwningApplicationId for Microsoft Designer is `5e2795e3-ce8c-4cfb-b302-35fe5cd01597`.

0 commit comments

Comments
 (0)