You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: copilot/includes/copilot-e5-e3-enable-sensitivity-labels-sharepoint-onedrive.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,6 @@ You have two options:
19
19
20
20
:::image type="content" source="../media/microsoft-365-copilot-e5-guide/purview-sensitivity-labels-prompt.png" alt-text="In Microsoft Purview Information Protection, turn on sensitivity labels for SharePoint and OneDrive." lightbox="../media/microsoft-365-copilot-e5-guide/purview-sensitivity-labels-prompt.png":::
21
21
22
-
-**Option 2**: Use the `[Set-SPOTenant](/powershell/module/sharepoint-online/set-spotenant)` Windows PowerShell cmdlet.
22
+
-**Option 2**: Use the `[Set-SPOTenant](/powershell/module/microsoft.online.sharepoint.powershell/set-spotenant)` Windows PowerShell cmdlet.
23
23
24
24
To learn more about this configuration, see [Enable sensitivity labels for files in SharePoint and OneDrive](/purview/sensitivity-labels-sharepoint-onedrive-files).
Copy file name to clipboardExpand all lines: microsoft-365/admin/security-and-compliance/restricted-mode-mac.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,6 @@ You must be a member of the [Teams administrator role](/entra/identity/role-base
133
133
134
134
|Setting|More information|
135
135
|---|---|
136
-
|Restrict resource account access to Microsoft 365 assets post meeting and collaboration|To increase security, we recommend you remove resource accounts access that are used by Teams Rooms and devices to access Microsoft 365 assets used for meeting and collaboration. <br/><br/> For more information, see [Set-SPOTenant](/powershell/module/sharepoint-online/set-spotenant).|
136
+
|Restrict resource account access to Microsoft 365 assets post meeting and collaboration|To increase security, we recommend you remove resource accounts access that are used by Teams Rooms and devices to access Microsoft 365 assets used for meeting and collaboration. <br/><br/> For more information, see [Set-SPOTenant](/powershell/module/microsoft.online.sharepoint.powershell/set-spotenant).|
137
137
|Only allow endpoint managed, compliant devices to sign in|To increase security, we recommend that only compliant, organization-managed Teams Room devices can sign in to Microsoft 365 applications and that resource accounts can't be misused to authenticate from unmanaged devices. <br/><br/> For more information, see [Block Teams resource account sign in to Microsoft 365 clients](/MicrosoftTeams/rooms/block-non-compliant-teams-rooms-devices).|
138
138
|Block resource account sign in to Microsoft 365 clients|To increase security, resource accounts used for Teams devices must be blocked from being used to sign in or used by Microsoft 365 clients. <br/><br/> For more information, see [Block Teams resource account sign in to Microsoft 365 clients](/MicrosoftTeams/rooms/block-non-compliant-teams-rooms-devices).|
Copy file name to clipboardExpand all lines: microsoft-365/archive/archive-manage.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ Other than these two exceptions, you can expect the site to be unchanged.
94
94
95
95
## Change the archive status of a site via PowerShell
96
96
97
-
You can archive and reactivate sites by using the PowerShell cmdlet [**Set-SPOSiteArchiveState**](/powershell/module/sharepoint-online/set-spositearchivestate?view=sharepoint-ps&preserve-view=true).
97
+
You can archive and reactivate sites by using the PowerShell cmdlet [**Set-SPOSiteArchiveState**](/powershell/module/microsoft.online.sharepoint.powershell/set-spositearchivestate).
98
98
99
99
## Change the archive status of a site via Graph API
Copy file name to clipboardExpand all lines: microsoft-365/backup/backup-pricing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ You can get the sizes of live sites and first-stage recycle bin in the tenant (o
112
112
Get-SPOSite
113
113
```
114
114
115
-
Learn more about the *Get-SPOSite* cmdlet - [*Get-SPOSite* cmdlet](/powershell/module/sharepoint-online/get-sposite) and the [SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online).
115
+
Learn more about the *Get-SPOSite* cmdlet - [*Get-SPOSite* cmdlet](/powershell/module/microsoft.online.sharepoint.powershell/get-sposite) and the [SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online).
116
116
117
117
You can get the sizes of the second-stage recycle bin by running the following PowerShell cmdlet:
Copy file name to clipboardExpand all lines: microsoft-365/documentprocessing/solutions/agreements-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Before creating a workspace for SharePoint Agreements, you need to ensure:
77
77
```
78
78
79
79
> [!NOTE]
80
-
> The Connect-SPOService cmdlet might require the use of modern authentication to connect. For information about how to add modern authentication flow to your SPO-Connect cmdlet, see the [Connect-SPOService documentation](/powershell/module/sharepoint-online/connect-sposervice).
80
+
> The Connect-SPOService cmdlet might require the use of modern authentication to connect. For information about how to add modern authentication flow to your SPO-Connect cmdlet, see the [Connect-SPOService documentation](/powershell/module/microsoft.online.sharepoint.powershell/connect-sposervice).
81
81
82
82
4. Run the following command to create a new SharePoint site and set it as an Agreements workspace.
Copy file name to clipboardExpand all lines: microsoft-365/enterprise/add-a-sharepoint-geo-admin.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Global administrators and SharePoint administrators continue to have access to s
36
36
37
37
Configuring _Geography_ admins requires the SharePoint PowerShell module.
38
38
39
-
Use [Connect-SPOService](/powershell/module/sharepoint-online/Connect-SPOService) to connect to the admin center of the _Geography_ location where you want to add the _Geography_ admin. (For example, Connect-SPOService https://ContosoEUR-admin.sharepoint.com.)
39
+
Use [Connect-SPOService](/powershell/module/microsoft.online.sharepoint.powershell/connect-sposervice) to connect to the admin center of the _Geography_ location where you want to add the _Geography_ admin. (For example, Connect-SPOService https://ContosoEUR-admin.sharepoint.com.)
40
40
41
41
To view the existing _Geography_ admins of a location, run `Get-SPOGeoAdministrator`
42
42
@@ -62,10 +62,10 @@ To remove a group by using the ObjectID, run `Remove-SPOGeoAdministrator -Object
Copy file name to clipboardExpand all lines: microsoft-365/enterprise/cmdlet-references-for-microsoft-365-services.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ For connection instructions for Exchange Online PowerShell, see [Connect to Exch
50
50
51
51
## SharePoint Online PowerShell cmdlets
52
52
53
-
For SharePoint Online cmdlets, see [Index of Windows PowerShell for SharePoint Online cmdlets](/powershell/module/sharepoint-online/).
53
+
For SharePoint Online cmdlets, see [Microsoft.Online.SharePoint.PowerShell Module](/powershell/module/microsoft.online.sharepoint.powershell/).
54
54
55
55
For connection instructions for SharePoint Online PowerShell, see [Set up the SharePoint Online Management Shell Windows PowerShell environment](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online).
Copy file name to clipboardExpand all lines: microsoft-365/enterprise/restrict-content-to-geo-location.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ description: In this article, learn how to restrict SharePoint sites to a specif
21
21
22
22
Under certain circumstances you may choose to enforce a site and its file content to remain in the _Geography_ location where the site was created, either by preventing the site from being moved or by preventing the caching of the site's file content in another _Geography_ location.
23
23
24
-
You can do this task by using the [Set-SPOSite](/powershell/module/sharepoint-online/set-sposite) cmdlet with the **RestrictedToGeo** parameter. This parameter has a default value of NULL, but you can change it to one of the following restrictions:
24
+
You can do this task by using the [Set-SPOSite](/powershell/module/microsoft.online.sharepoint.powershell/set-sposite) cmdlet with the **RestrictedToGeo** parameter. This parameter has a default value of NULL, but you can change it to one of the following restrictions:
Copy file name to clipboardExpand all lines: microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,7 +182,7 @@ To enable your organization to use public origins, type the following command:
182
182
Set-SPOTenantCdnEnabled -CdnType Public -Enable $true
183
183
```
184
184
185
-
For more information about this cmdlet, see [Set-SPOTenantCdnEnabled](/powershell/module/sharepoint-online/Set-SPOTenantCdnEnabled).
185
+
For more information about this cmdlet, see [Set-SPOTenantCdnEnabled](/powershell/module/microsoft.online.sharepoint.powershell/set-spotenantcdnenabled).
186
186
187
187
<aname="Office365CDNforSPOFileType"> </a>
188
188
@@ -211,7 +211,7 @@ To see what file types are currently allowed by the CDN, use the **Get-SPOTenant
211
211
Get-SPOTenantCdnPolicies -CdnType <Public>
212
212
```
213
213
214
-
For more information about these cmdlets, see [Set-SPOTenantCdnPolicy](/powershell/module/sharepoint-online/) and [Get-SPOTenantCdnPolicies](/powershell/module/sharepoint-online/).
214
+
For more information about these cmdlets, see [Set-SPOTenantCdnPolicy](/powershell/module/microsoft.online.sharepoint.powershell/set-spotenantcdnpolicy) and [Get-SPOTenantCdnPolicies](/powershell/module/microsoft.online.sharepoint.powershell/get-spotenantcdnpolicies).
@@ -245,7 +245,7 @@ The _ExcludeRestrictedSiteClassifications_ property contains the site classifica
245
245
246
246
The _ExcludeIfNoScriptDisabled_ property excludes content from the CDN based on the site-level _NoScript_ attribute settings. By default, the _NoScript_ attribute is set to **Enabled** for _Modern_ sites and **Disabled** for _Classic_ sites. This depends on your tenant settings.
247
247
248
-
For more information about these cmdlets, see [Set-SPOTenantCdnPolicy](/powershell/module/sharepoint-online/) and [Get-SPOTenantCdnPolicies](/powershell/module/sharepoint-online/).
248
+
For more information about these cmdlets, see [Set-SPOTenantCdnPolicy](/powershell/module/microsoft.online.sharepoint.powershell/set-spotenantcdnpolicy) and [Get-SPOTenantCdnPolicies](/powershell/module/microsoft.online.sharepoint.powershell/get-spotenantcdnpolicies).
249
249
250
250
<aname="Office365CDNforSPOOriginPosh"> </a>
251
251
@@ -293,7 +293,7 @@ Add-SPOTenantCdnOrigin -CdnType Public -OriginUrl sites/test/siteassets/folder%2
293
293
Add-SPOTenantCdnOrigin -CdnType Public -OriginUrl "sites/test/siteassets/folder 1"
294
294
```
295
295
296
-
For more information about this command and its syntax, see [Add-SPOTenantCdnOrigin](/powershell/module/sharepoint-online/Add-SPOTenantCdnOrigin).
296
+
For more information about this command and its syntax, see [Add-SPOTenantCdnOrigin](/powershell/module/microsoft.online.sharepoint.powershell/add-spotenantcdnorigin).
297
297
298
298
After you run the command, the system synchronizes the configuration across the datacenter. This result can take up to 15 minutes.
299
299
@@ -315,7 +315,7 @@ Normally, these origins are set up for you by default when you enable the Office
315
315
Add-SPOTenantCdnOrigin -CdnType Public -OriginUrl */masterpage
316
316
```
317
317
318
-
For more information about this command and its syntax, see [Add-SPOTenantCdnOrigin](/powershell/module/sharepoint-online/Add-SPOTenantCdnOrigin).
318
+
For more information about this command and its syntax, see [Add-SPOTenantCdnOrigin](/powershell/module/microsoft.online.sharepoint.powershell/add-spotenantcdnorigin).
319
319
320
320
After you run the command, the system synchronizes the configuration across the datacenter. This result can take up to 15 minutes.
321
321
@@ -331,7 +331,7 @@ After you set up the CDN, you can make changes to your configuration as you upda
331
331
332
332
After you complete the setup steps, you can add new assets, and update or remove existing assets whenever you want. Just make your changes to the assets in the folder or SharePoint library that you identified as an origin. If you add a new asset, it's available through the CDN immediately. However, if you update the asset, it takes up to 15 minutes for the new copy to propagate and become available in the CDN.
333
333
334
-
If you need to retrieve the location of the origin, you can use the **Get-SPOTenantCdnOrigins** cmdlet. For information on how to use this cmdlet, see [Get-SPOTenantCdnOrigins](/powershell/module/sharepoint-online/Get-SPOTenantCdnOrigins).
334
+
If you need to retrieve the location of the origin, you can use the **Get-SPOTenantCdnOrigins** cmdlet. For information on how to use this cmdlet, see [Get-SPOTenantCdnOrigins](/powershell/module/microsoft.online.sharepoint.powershell/get-spotenantcdnorigins).
335
335
336
336
<aname="Office365CDNforSPORemoveOriginPosh"> </a>
337
337
@@ -343,7 +343,7 @@ You can remove access to a folder or SharePoint library that you identified as a
For information on how to use this cmdlet, see [Remove-SPOTenantCdnOrigin](/powershell/module/sharepoint-online/Remove-SPOTenantCdnOrigin).
346
+
For information on how to use this cmdlet, see [Remove-SPOTenantCdnOrigin](/powershell/module/microsoft.online.sharepoint.powershell/remove-spotenantcdnorigin).
347
347
348
348
<aname="Office365CDNforSPOModifyOrigin"> </a>
349
349
@@ -363,7 +363,7 @@ To disable use of public origins in the CDN, enter the following command:
363
363
Set-SPOTenantCdnEnabled -CdnType Public -Enable $false
364
364
```
365
365
366
-
For more information about this cmdlet, see [Set-SPOTenantCdnEnabled](/powershell/module/sharepoint-online/Set-SPOTenantCdnEnabled).
366
+
For more information about this cmdlet, see [Set-SPOTenantCdnEnabled](/powershell/module/microsoft.online.sharepoint.powershell/set-spotenantcdnenabled).
0 commit comments