Skip to content

Commit 1ed7650

Browse files
Merge pull request #28668 from MicrosoftDocs/main
[AutoPublish] main to live - 06/11 10:31 PDT | 06/11 23:01 IST
2 parents 3c551c2 + 551ce4b commit 1ed7650

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

copilot/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ items:
106106
- name: Microsoft 365 Copilot Search
107107
items:
108108
- name: Overview of Microsoft 365 Copilot Search
109-
href: /microsoft-365-docs-pr/copilot/microsoft-365-copilot-search.md
109+
href: /microsoft-365-copilot-search.md
110110
- name: Manage Microsoft 365 Copilot Search
111-
href: /microsoft-365-docs-pr/copilot/microsoft-365-copilot-search-manage.md
111+
href: /microsoft-365-copilot-search-manage.md
112112
- name: Security and privacy in Microsoft 365 Copilot Search
113-
href: /microsoft-365-docs-pr/copilot/microsoft-365-copilot-search-privacy.md
113+
href: /microsoft-365-copilot-search-privacy.md
114114
- name: Microsoft 365 Copilot in Microsoft Teams
115115
items:
116116
- name: Overview of AI in Microsoft Teams

copilot/microsoft-365-copilot-search-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ Organizations can restrict end users from searching for files in certain SharePo
5252

5353
Learn more about [Restricted Content Discovery in SharePoint](/sharepoint/restricted-content-discovery).
5454

55-
Admins can also manage access to other sensitive organizational data using tools, policies, and techniques tailored to their needs. Microsoft offers solutions to prevent the oversharing of sensitive data and identify sites with the most sensitive documents.
55+
Admins can also manage access to other sensitive organizational data using tools and policies tailored to their needs. Microsoft offers solutions to prevent the oversharing of sensitive data and identify sites with the most sensitive documents.
5656

5757
Learn more about [managing access to files and sites](/microsoftsearch/manage-access-files-sites).

microsoft-365/admin/whats-new-in-preview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ And if you'd like to know what's new with other Microsoft cloud services, check
5555

5656
### Copilot Search admin experience
5757

58-
The Microsoft 365 admin center now includes the Copilot Search admin experience. This gives you powerful tools to manage and optimize search across your organization. This release introduces enhanced support for **Acronyms** and **Bookmarks**, enabling you to deliver more relevant and contextual search results to users.
58+
The Microsoft 365 Admin center now includes the **Copilot Search Admin experience**, giving you powerful tools to manage and optimize search across your organization. This release introduces enhanced support for **Acronyms** and **Bookmarks**, enabling you to deliver more relevant and contextual search results to users.
5959

6060
### Key Highlights
6161

6262
- **Acronyms**
6363

6464
- Define and manage organization-specific acronyms to improve search clarity.
6565
- Upload acronyms in bulk via CSV or add them individually.
66-
- Acronyms are discoverable across Microsoft Search endpoints including like SharePoint as well.
66+
- Acronyms are discoverable across Microsoft Search endpoints like SharePoint.
6767

6868
- **Bookmarks**
6969

70-
- Create quick-access links to frequently used resources.
70+
- Create quick access links to frequently used resources.
7171
- Boost visibility of important tools, sites, or documents in search results.
7272
- Customize bookmark meta data including title, URL, description, and audience targeting.
7373

microsoft-365/loop/cpcn-loop-permission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Unlike SharePoint sites, there's no admin setting to configure guest sharing of
7171

7272
## Workspace membership and Microsoft 365 groups
7373

74-
This section doesn't apply to Copilot Pages, Copilot Notebooks, or My workspace, which are personal, have only one member, and aren't shared.
74+
This section applies to shared workspaces. It doesn't apply to Copilot Pages, Copilot Notebooks, or My workspace, which are personal, have only one member, and aren't shared.
7575

7676
### Tenant-owned workspaces
7777

microsoft-365/loop/cpcn-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Copilot Pages and Copilot Notebooks are stored within your tenant in SharePoint
3232

3333
## Container name
3434

35-
The Copilot Pages, Copilot Notebooks and Loop My workspace are shared, all use the same container. This user-owned container is named 'Pages' if the person visits the M365 Copilot app first. It is named 'My workspace' if the person visits the Loop app first. To get a list of all of these user-owned containers in your organization, regardless of the container name, update the following sample PowerShell to your needs:
35+
The Copilot Pages, Copilot Notebooks and Loop My workspace all use the same container. This user-owned container is named 'Pages' if the person visits the M365 Copilot app first. It is named 'My workspace' if the person visits the Loop app first. To get a list of all of these user-owned containers in your organization, regardless of the container name, update the following sample PowerShell to your needs:
3636

3737
```PowerShell
3838
Get-SPOContainer -OwningApplicationId 'a187e399-0c36-4b98-8f04-1edc167a0996' | WHERE OwnershipType -EQ 'UserOwned' | FT

microsoft-365/loop/loop-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Loop content is stored in SharePoint, OneDrive, and [SharePoint Embedded](/share
4747

4848
## My workspace container name
4949

50-
Copilot Pages and Copilot Notebooks share the Loop My workspace container. This user-owned container appears as 'Pages' if the person first visits the M365 Copilot app, or as 'My workspace' if they first visit the Loop app. To list all user-owned containers in your organization, regardless of their name, use, and adapt the following sample PowerShell:
50+
Copilot Pages and Copilot Notebooks all use the Loop My workspace container. This user-owned container appears as 'Pages' if the person first visits the M365 Copilot app, or as 'My workspace' if they first visit the Loop app. To list all user-owned containers in your organization, regardless of their name, use, and adapt the following sample PowerShell:
5151

5252
```PowerShell
5353
Get-SPOContainer -OwningApplicationId 'a187e399-0c36-4b98-8f04-1edc167a0996' | WHERE OwnershipType -EQ 'UserOwned' | FT

0 commit comments

Comments
 (0)