Skip to content

Commit

Permalink
Merge pull request #753 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
Publish main to live, 11/12, 11:00 AM IST
  • Loading branch information
garycentric authored Nov 13, 2024
2 parents ab17c07 + 36f68e8 commit c2acd2f
Show file tree
Hide file tree
Showing 12 changed files with 538 additions and 805 deletions.
84 changes: 57 additions & 27 deletions .openpublishing.redirection.json
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
}
]
}

This file was deleted.

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)

This file was deleted.

Loading

0 comments on commit c2acd2f

Please sign in to comment.