Skip to content

Commit 15490a5

Browse files
authored
Merge branch 'MicrosoftDocs:main' into patch-1
2 parents 94b8996 + bdf292f commit 15490a5

File tree

5 files changed

+69
-3
lines changed

5 files changed

+69
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Anyone who is interested can contribute to the topics. When you contribute, your
66

77
### Quickly update an article using GitHub.com
88

9-
Contributors who only make infrequent or small updates can edit the file directly on GitHub.com without having to install any additional software. This article shows you how. [This two-minute video](https://www.microsoft.com/videoplayer/embed/RE1XQTG) also covers how to contribute.
9+
Contributors who only make infrequent or small updates can edit the file directly on GitHub.com without having to install any additional software. This article shows you how. [This two-minute video](https://learn-video.azurefd.net/vod/player?id=b5167c5a-9c69-499b-99ac-e5467882bc92) also covers how to contribute.
1010

1111
1. Make sure you're signed in to GitHub.com with your GitHub account.
1212
2. Browse to the page you want to edit on Microsoft Learn.

sharepoint/docfx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@
5555
"garycentric",
5656
"v-stchambers",
5757
"v-stsavell",
58-
"American-Dipper"
58+
"American-Dipper",
59+
"padmagit77",
60+
"aditisrivastava07",
61+
"Ruchika-mittal01"
5962
]
6063
},
6164
"fileMetadata": {
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
external help file: sharepointonline.xml
3+
Module Name: Microsoft.Online.SharePoint.PowerShell
4+
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOCopilotPromoUsage
5+
applicable: SharePoint Online
6+
title: Get-SPOCopilotPromoUsage
7+
schema:
8+
author: arakesh
9+
ms.author: arakesh
10+
ms.reviewer:
11+
---
12+
13+
# Get-SPOCopilotPromoUsage
14+
15+
## SYNOPSIS
16+
17+
Returns the count of SharePoint Agent promotion queries used by the tenant.
18+
19+
## SYNTAX
20+
```powershell
21+
Get-SPOCopilotPromoUsage
22+
```
23+
24+
## DESCRIPTION
25+
26+
This cmdlet retrieves the number of SharePoint Agent promotion queries used by the tenant each month.
27+
It provides a monthly breakdown of query usage, helping admins track consumption of the promotion queries over time.
28+
29+
## EXAMPLES
30+
31+
### Example 1
32+
33+
```powershell
34+
Get-SPOCopilotPromoUsage
35+
```
36+
37+
Example 1 returns SharePoint Agent promotion queries usage by month.
38+
39+
## RELATED LINKS
40+
- [Get-SPOCopilotPromoOptInStatus](./Get-SPOCopilotPromoOptInStatus.md)
41+
- [Set-SPOCopilotPromoOptInStatus](./Set-SPOCopilotPromoOptInStatus.md)
42+
- [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Set-SPOTenant
2424
[-AIBuilderModelSelectedSitesIncludesContentCenters <Boolean>]
2525
[-AIBuilderModelSelectedSitesList [String[]]]
2626
[-AIBuilderModelSelectedSitesListOperation <SelectedSitesListOperations>]
27+
[-AllOrganizationSecurityGroupId <Guid>]
2728
[-AllowAnonymousMeetingParticipantsToAccessWhiteboards <SharingState>]
2829
[-AllowCommentsTextOnEmailEnabled <Boolean>]
2930
[-AllowDownloadingNonWebViewableFiles <Boolean>]
@@ -405,6 +406,22 @@ This example disables the Power Apps Adaptive Card Extension.
405406

406407
## PARAMETERS
407408

409+
### -AllOrganizationSecurityGroupId
410+
411+
Sets the All-Organization Security Group by object ID. This group is then used for other features, such as "EnableDiscoverableByOrganizationForVideos", if enabled. If you change the group ID associated with the All-Organization Security Group, it will only be effective on new shares or permission events.
412+
413+
```yaml
414+
Type: Guid
415+
Parameter Sets: (All)
416+
Aliases:
417+
Applicable: SharePoint Online
418+
Required: False
419+
Position: Named
420+
Default value: False
421+
Accept pipeline input: False
422+
Accept wildcard characters: False
423+
```
424+
408425
### -ApplyAppEnforcedRestrictionsToAdHocRecipients
409426
410427
When the feature is enabled, all guest users are subject to conditional access policy. By default guest users who are accessing SharePoint Online files with pass code are exempt from the conditional access policy.
@@ -3778,7 +3795,7 @@ Accept wildcard characters: False
37783795

37793796
### -EnableDiscoverableByOrganizationForVideos
37803797

3781-
Allows the sharing dialog to include a checkbox offering the user the ability to share to a security group containing every user in the organization.
3798+
When set to true, allows users to easily share a video with the entire company, using the security group defined in "AllOrganizationSecurityGroupId". If this security group is undefined, the Discoverable By Company for Videos feature will remain hidden.
37823799

37833800
PARAMVALUE: True | False
37843801

sharepoint/sharepoint-ps/sharepoint-online/sharepoint-online.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ The following cmdlet references are for SharePoint Online.
115115

116116
{{Returns details of all the container types or a specific container type in the tenant.}}
117117

118+
### [Get-Get-SPOCopilotPromoUsage](Get-SPOCopilotPromoUsage.md)
119+
120+
{{Retruns SharePoint Agent promotion queries used by the tenant.}}
121+
118122
### [Get-SPOCrossGeoMovedUsers](Get-SPOCrossGeoMovedUsers.md)
119123

120124
{{Manually Enter Get-SPOCrossGeoMovedUsers Description Here}}

0 commit comments

Comments
 (0)