-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #753 from MicrosoftDocs/main
Publish main to live, 11/12, 11:00 AM IST
- Loading branch information
Showing
12 changed files
with
538 additions
and
805 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,59 @@ | ||
{ | ||
"redirections": [ | ||
{ | ||
"source_path": "sharepoint/virtual-folder/sharepoint-online/Add-SPOTenantRestrictedSearchAllowedList.md", | ||
"redirect_url": "/powershell/module/sharepoint-online", | ||
"redirect_document_id": false | ||
}, | ||
{ | ||
"source_path": "sharepoint/virtual-folder/sharepoint-online/Get-SPOTenantRestrictedSearchAllowedList.md", | ||
"redirect_url": "/powershell/module/sharepoint-online", | ||
"redirect_document_id": false | ||
}, | ||
{ | ||
"source_path": "sharepoint/virtual-folder/sharepoint-online/Get-SPOTenantRestrictedSearchMode.md", | ||
"redirect_url": "/powershell/module/sharepoint-online", | ||
"redirect_document_id": false | ||
}, | ||
{ | ||
"source_path": "sharepoint/virtual-folder/sharepoint-online/Remove-SPOTenantRestrictedSearchAllowedList.md", | ||
"redirect_url": "/powershell/module/sharepoint-online", | ||
"redirect_document_id": false | ||
}, | ||
{ | ||
"source_path": "sharepoint/virtual-folder/sharepoint-online/Set-SPOTenantRestrictedSearchMode.md", | ||
"redirect_url": "/powershell/module/sharepoint-online", | ||
"redirect_document_id": false | ||
} | ||
] | ||
"redirections": [ | ||
{ | ||
"source_path": "sharepoint/virtual-folder/sharepoint-online/Add-SPOTenantRestrictedSearchAllowedList.md", | ||
"redirect_url": "/powershell/module/sharepoint-online", | ||
"redirect_document_id": false | ||
}, | ||
{ | ||
"source_path": "sharepoint/virtual-folder/sharepoint-online/Export-SPODataAccessGovernanceInsight.md", | ||
"redirect_url": "/powershell/module/sharepoint-online", | ||
"redirect_document_id": false | ||
}, | ||
{ | ||
"source_path": "sharepoint/virtual-folder/sharepoint-online/Get-SPODataAccessGovernanceInsight.md", | ||
"redirect_url": "/powershell/module/sharepoint-online", | ||
"redirect_document_id": false | ||
}, | ||
{ | ||
"source_path": "sharepoint/virtual-folder/sharepoint-online/Get-SPOSiteReview.md", | ||
"redirect_url": "/powershell/module/sharepoint-online", | ||
"redirect_document_id": false | ||
}, | ||
{ | ||
"source_path": "sharepoint/virtual-folder/sharepoint-online/Get-SPOTenantRestrictedSearchAllowedList.md", | ||
"redirect_url": "/powershell/module/sharepoint-online", | ||
"redirect_document_id": false | ||
}, | ||
{ | ||
"source_path": "sharepoint/virtual-folder/sharepoint-online/Get-SPOTenantRestrictedSearchMode.md", | ||
"redirect_url": "/powershell/module/sharepoint-online", | ||
"redirect_document_id": false | ||
}, | ||
{ | ||
"source_path": "sharepoint/virtual-folder/sharepoint-online/Remove-SPODataAccessGovernanceInsight.md", | ||
"redirect_url": "/powershell/module/sharepoint-online", | ||
"redirect_document_id": false | ||
}, | ||
{ | ||
"source_path": "sharepoint/virtual-folder/sharepoint-online/Remove-SPOTenantRestrictedSearchAllowedList.md", | ||
"redirect_url": "/powershell/module/sharepoint-online", | ||
"redirect_document_id": false | ||
}, | ||
{ | ||
"source_path": "sharepoint/virtual-folder/sharepoint-online/Set-SPOTenantRestrictedSearchMode.md", | ||
"redirect_url": "/powershell/module/sharepoint-online", | ||
"redirect_document_id": false | ||
}, | ||
{ | ||
"source_path": "sharepoint/virtual-folder/sharepoint-online/Start-SPODataAccessGovernanceInsight.md", | ||
"redirect_url": "/powershell/module/sharepoint-online", | ||
"redirect_document_id": false | ||
}, | ||
{ | ||
"source_path": "sharepoint/virtual-folder/sharepoint-online/Start-SPOSiteReview.md", | ||
"redirect_url": "/powershell/module/sharepoint-online", | ||
"redirect_document_id": false | ||
} | ||
] | ||
} |
70 changes: 0 additions & 70 deletions
70
...epoint/sharepoint-ps/sharepoint-online/Export-SPODataAccessGovernanceInsight.md
This file was deleted.
Oops, something went wrong.
41 changes: 41 additions & 0 deletions
41
sharepoint/sharepoint-ps/sharepoint-online/Get-SPOCopilotPromoOptInStatus.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
external help file: sharepointonline.xml | ||
Module Name: Microsoft.Online.SharePoint.PowerShell | ||
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/Get-SPOCopilotPromoOptInStatus | ||
applicable: SharePoint Online | ||
title: Get-SPOCopilotPromoOptInStatus | ||
schema: | ||
author: siruvanti | ||
ms.author: siruvanti | ||
ms.reviewer: | ||
--- | ||
|
||
# Get-SPOCopilotPromoOptInStatus | ||
|
||
## SYNOPSIS | ||
|
||
Returns the Opt-In Copilot promo status for the tenant. | ||
|
||
## SYNTAX | ||
```powershell | ||
Get-SPOCopilotPromoOptInStatus | ||
``` | ||
|
||
## DESCRIPTION | ||
|
||
This cmdlet returns the Opt-In Copilot promo status for the tenant. | ||
If the promo status is enabled, the return value is `True`, otherwise the return value is `False`. | ||
|
||
## EXAMPLES | ||
|
||
### Example 1 | ||
|
||
```powershell | ||
Get-SPOCopilotPromoOptInStatusEnabled | ||
``` | ||
|
||
Example 1 returns the value of the Opt-In promo status. | ||
|
||
## RELATED LINKS | ||
- [Set-SPOCopilotPromoOptInStatus](./Set-SPOCopilotPromoOptInStatus.md) | ||
- [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online) |
129 changes: 0 additions & 129 deletions
129
sharepoint/sharepoint-ps/sharepoint-online/Get-SPODataAccessGovernanceInsight.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.