Skip to content

Commit c02a977

Browse files
committed
SPO PowerShell link fixes
1 parent 341a85d commit c02a977

16 files changed

Lines changed: 29 additions & 29 deletions

copilot/includes/copilot-e5-e3-enable-sensitivity-labels-sharepoint-onedrive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ You have two options:
1919

2020
:::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":::
2121

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.
2323

2424
To learn more about this configuration, see [Enable sensitivity labels for files in SharePoint and OneDrive](/purview/sensitivity-labels-sharepoint-onedrive-files).

microsoft-365/admin/security-and-compliance/restricted-mode-mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ You must be a member of the [Teams administrator role](/entra/identity/role-base
133133

134134
|Setting|More information|
135135
|---|---|
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).|
137137
|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).|
138138
|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).|

microsoft-365/archive/archive-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Other than these two exceptions, you can expect the site to be unchanged.
9494

9595
## Change the archive status of a site via PowerShell
9696

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).
9898

9999
## Change the archive status of a site via Graph API
100100

microsoft-365/backup/backup-pricing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ You can get the sizes of live sites and first-stage recycle bin in the tenant (o
112112
Get-SPOSite
113113
```
114114

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).
116116

117117
You can get the sizes of the second-stage recycle bin by running the following PowerShell cmdlet:
118118

microsoft-365/documentprocessing/solutions/agreements-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Before creating a workspace for SharePoint Agreements, you need to ensure:
7777
```
7878

7979
> [!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).
8181
8282
4. Run the following command to create a new SharePoint site and set it as an Agreements workspace.
8383

microsoft-365/enterprise/add-a-sharepoint-geo-admin.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Global administrators and SharePoint administrators continue to have access to s
3636

3737
Configuring _Geography_ admins requires the SharePoint PowerShell module.
3838

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.)
4040

4141
To view the existing _Geography_ admins of a location, run `Get-SPOGeoAdministrator`
4242

@@ -62,10 +62,10 @@ To remove a group by using the ObjectID, run `Remove-SPOGeoAdministrator -Object
6262

6363
## Related articles
6464

65-
[Add-SPOGeoAdministrator](/powershell/module/sharepoint-online/add-spogeoadministrator)
65+
[Add-SPOGeoAdministrator](/powershell/module/microsoft.online.sharepoint.powershell/add-spogeoadministrator)
6666

67-
[Get-SPOGeoAdministrator](/powershell/module/sharepoint-online/get-spogeoadministrator)
67+
[Get-SPOGeoAdministrator](/powershell/module/microsoft.online.sharepoint.powershell/get-spogeoadministrator)
6868

69-
[Remove-SPOGeoAdministrator](/powershell/module/sharepoint-online/remove-spogeoadministrator)
69+
[Remove-SPOGeoAdministrator](/powershell/module/microsoft.online.sharepoint.powershell/remove-spogeoadministrator)
7070

7171
[Set an alias (MailNickName) for a security group](/powershell/module/microsoft.graph.groups/update-mggroup)

microsoft-365/enterprise/cmdlet-references-for-microsoft-365-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For connection instructions for Exchange Online PowerShell, see [Connect to Exch
5050
5151
## SharePoint Online PowerShell cmdlets
5252

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/).
5454

5555
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).
5656

microsoft-365/enterprise/m365-dr-workload-spo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@ You can stop a SharePoint site _Geography_ move, provided the move isn't in prog
479479

480480
You can determine the status of a site move in our out of the _Geography_ that you're connected to by using the following cmdlets:
481481

482-
- [Get-SPOSiteContentMoveState](/powershell/module/sharepoint-online/get-spositecontentmovestate) (non-Group-connected sites and SharePoint Embedded container sites)
483-
- [Get-SPOUnifiedGroupMoveState](/powershell/module/sharepoint-online/get-spounifiedgroupmovestate) (Group-connected sites)
482+
- [Get-SPOSiteContentMoveState](/powershell/module/microsoft.online.sharepoint.powershell/get-spositecontentmovestate) (non-Group-connected sites and SharePoint Embedded container sites)
483+
- [Get-SPOUnifiedGroupMoveState](/powershell/module/microsoft.online.sharepoint.powershell/get-spounifiedgroupmovestate) (Group-connected sites)
484484

485485
Use the `-SourceSiteUrl` parameter to specify the site for which you want to see move status.
486486

microsoft-365/enterprise/restrict-content-to-geo-location.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ description: In this article, learn how to restrict SharePoint sites to a specif
2121

2222
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.
2323

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:
2525

2626
|Restriction|Description|
2727
|:----------|:----------|

microsoft-365/enterprise/use-microsoft-365-cdn-with-spo.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ To enable your organization to use public origins, type the following command:
182182
Set-SPOTenantCdnEnabled -CdnType Public -Enable $true
183183
```
184184

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).
186186

187187
<a name="Office365CDNforSPOFileType"> </a>
188188

@@ -211,7 +211,7 @@ To see what file types are currently allowed by the CDN, use the **Get-SPOTenant
211211
Get-SPOTenantCdnPolicies -CdnType <Public>
212212
```
213213

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).
215215

216216
<a name="Office365CDNforSPOSiteClassification"> </a>
217217

@@ -245,7 +245,7 @@ The _ExcludeRestrictedSiteClassifications_ property contains the site classifica
245245

246246
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.
247247

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).
249249

250250
<a name="Office365CDNforSPOOriginPosh"> </a>
251251

@@ -293,7 +293,7 @@ Add-SPOTenantCdnOrigin -CdnType Public -OriginUrl sites/test/siteassets/folder%2
293293
Add-SPOTenantCdnOrigin -CdnType Public -OriginUrl "sites/test/siteassets/folder 1"
294294
```
295295

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).
297297

298298
After you run the command, the system synchronizes the configuration across the datacenter. This result can take up to 15 minutes.
299299

@@ -315,7 +315,7 @@ Normally, these origins are set up for you by default when you enable the Office
315315
Add-SPOTenantCdnOrigin -CdnType Public -OriginUrl */masterpage
316316
```
317317

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).
319319

320320
After you run the command, the system synchronizes the configuration across the datacenter. This result can take up to 15 minutes.
321321

@@ -331,7 +331,7 @@ After you set up the CDN, you can make changes to your configuration as you upda
331331

332332
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.
333333

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).
335335

336336
<a name="Office365CDNforSPORemoveOriginPosh"> </a>
337337

@@ -343,7 +343,7 @@ You can remove access to a folder or SharePoint library that you identified as a
343343
Remove-SPOTenantCdnOrigin -OriginUrl <path> -CdnType <Public | Private | Both>
344344
```
345345

346-
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).
347347

348348
<a name="Office365CDNforSPOModifyOrigin"> </a>
349349

@@ -363,7 +363,7 @@ To disable use of public origins in the CDN, enter the following command:
363363
Set-SPOTenantCdnEnabled -CdnType Public -Enable $false
364364
```
365365

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).
367367

368368
</details>
369369

0 commit comments

Comments
 (0)