Skip to content

Commit ab0281b

Browse files
authored
Merge pull request #28664 from dancontoso/patch-4
realized the sensitivity of using the word shared when talking about multiple things being in the same storage location... doesn't mean they are "shared" with other people. so, updated the words to more clearly define that they use the same storage container.
2 parents 830c87e + 9905bb7 commit ab0281b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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)