Skip to content

Commit 44ceec5

Browse files
committed
Update /powershell/module/sharepoint-server/ to /powershell/module/microsoft.sharepoint.powershell/
1 parent 7b99e1d commit 44ceec5

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

sharepoint/breadcrumb/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
topicHref: /sharepoint/index
44
items:
55
- name: SharePoint PowerShell
6-
tocHref: /powershell/module/sharepoint-server/
6+
tocHref: /powershell/module/microsoft.sharepoint.powershell/
77
topicHref: /powershell/sharepoint/index
88
- name: SharePoint
99
tocHref: /powershell/sharepoint/

sharepoint/docs-conceptual/sharepoint-online/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ landingContent:
3939
- text: Overview
4040
url: ../sharepoint-server/sharepoint-server-sub-cmdlets.md
4141
- text: Cmdlet reference
42-
url: /powershell/module/sharepoint-server
42+
url: /powershell/module/microsoft.sharepoint.powershell
4343

4444

4545
# Card
@@ -50,7 +50,7 @@ landingContent:
5050
- text: Overview
5151
url: ../sharepoint-server/sharepoint-server-cmdlets.md
5252
- text: Cmdlet reference
53-
url: /powershell/module/sharepoint-server
53+
url: /powershell/module/microsoft.sharepoint.powershell
5454

5555
# Card
5656
- title: SharePoint Patterns and Practices (PnP)

sharepoint/docs-conceptual/sharepoint-pnp/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ landingContent:
3939
- text: Overview
4040
url: ../sharepoint-server/sharepoint-server-sub-cmdlets.md
4141
- text: Cmdlet reference
42-
url: /powershell/module/sharepoint-server
42+
url: /powershell/module/microsoft.sharepoint.powershell
4343

4444

4545
# Card
@@ -50,7 +50,7 @@ landingContent:
5050
- text: Overview
5151
url: ../sharepoint-server/sharepoint-server-cmdlets.md
5252
- text: Cmdlet reference
53-
url: /powershell/module/sharepoint-server
53+
url: /powershell/module/microsoft.sharepoint.powershell
5454

5555
# Card
5656
- title: SharePoint Patterns and Practices (PnP)

sharepoint/docs-conceptual/sharepoint-server/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ landingContent:
3939
- text: Overview
4040
url: sharepoint-server-sub-cmdlets.md
4141
- text: Cmdlet reference
42-
url: /powershell/module/sharepoint-server
42+
url: /powershell/module/microsoft.sharepoint.powershell
4343

4444

4545
# Card
@@ -50,7 +50,7 @@ landingContent:
5050
- text: Overview
5151
url: sharepoint-server-cmdlets.md
5252
- text: Cmdlet reference
53-
url: /powershell/module/sharepoint-server
53+
url: /powershell/module/microsoft.sharepoint.powershell
5454

5555
# Card
5656
- title: SharePoint Patterns and Practices (PnP)

sharepoint/sharepoint-ps/Microsoft.SharePoint.Powershell/Get-SPDeletedSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For more information about how to use parameter sets, see [Cmdlet parameter sets
3434
This cmdlet was introduced in SharePoint Server with Service Pack 1 (SP1) and SharePoint Foundation with Service Pack 1 (SP1).
3535

3636
Use the Get-SPDeletedSite cmdlet to display a list of deleted site collections by using the Identity parameter.
37-
If no parameter is specified, then all deleted site collections in the farm are displayed. Deleted Sites are sites in the process of gradual delete. For more information on gradual delete, see [Remove-SPSite](https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsite?view=sharepoint-ps).
37+
If no parameter is specified, then all deleted site collections in the farm are displayed. Deleted Sites are sites in the process of gradual delete. For more information on gradual delete, see [Remove-SPSite](https://learn.microsoft.com/powershell/module/microsoft.sharepoint.powershell/remove-spsite?view=sharepoint-ps).
3838

3939
Unlike the Get-SPSite cmdlet that uses the host name and scheme for the Identity parameter (that is, https://server_name), the value of the identity parameter for all SPDeletedSite cmdlets use a server-relative URL.
4040
Typically, the forward slash character (/) begins the relative URL and also denotes the root site.

sharepoint/sharepoint-ps/Microsoft.SharePoint.Powershell/Get-SPODataConnectionSetting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
123123

124124
## RELATED LINKS
125125

126-
[New-SPODataConnectionSetting](/powershell/module/sharepoint-server/New-SPODataConnectionSetting)
126+
[New-SPODataConnectionSetting](/powershell/module/microsoft.sharepoint.powershell/New-SPODataConnectionSetting)
127127

128-
[Remove-SPODataConnectionSetting](/powershell/module/sharepoint-server/Remove-SPODataConnectionSetting)
128+
[Remove-SPODataConnectionSetting](/powershell/module/microsoft.sharepoint.powershell/Remove-SPODataConnectionSetting)
129129

130-
[Set-SPODataConnectionSetting](/powershell/module/sharepoint-server/Set-SPODataConnectionSetting)
130+
[Set-SPODataConnectionSetting](/powershell/module/microsoft.sharepoint.powershell/Set-SPODataConnectionSetting)

sharepoint/sharepoint-server-ps/SharePointServer/Get-SPDeletedSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For more information about how to use parameter sets, see [Cmdlet parameter sets
3131
This cmdlet was introduced in SharePoint Server with Service Pack 1 (SP1) and SharePoint Foundation with Service Pack 1 (SP1).
3232

3333
Use the Get-SPDeletedSite cmdlet to display a list of deleted site collections by using the Identity parameter.
34-
If no parameter is specified, then all deleted site collections in the farm are displayed. Deleted Sites are sites in the process of gradual delete. For more information on gradual delete, see [Remove-SPSite](https://learn.microsoft.com/powershell/module/sharepoint-server/remove-spsite?view=sharepoint-ps).
34+
If no parameter is specified, then all deleted site collections in the farm are displayed. Deleted Sites are sites in the process of gradual delete. For more information on gradual delete, see [Remove-SPSite](https://learn.microsoft.com/powershell/module/microsoft.sharepoint.powershell/remove-spsite?view=sharepoint-ps).
3535

3636
Unlike the Get-SPSite cmdlet that uses the host name and scheme for the Identity parameter (that is, https://server_name), the value of the identity parameter for all SPDeletedSite cmdlets use a server-relative URL.
3737
Typically, the forward slash character (/) begins the relative URL and also denotes the root site.

0 commit comments

Comments
 (0)