Skip to content

Commit 6fedb83

Browse files
authored
Merge pull request MicrosoftDocs#4643 from MicrosoftDocs/kenwith-patch-3
Removes hard coded locale.
2 parents 91b9e29 + 3762acc commit 6fedb83

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sharepoint/docs-conceptual/overview.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For a list of the SharePoint PnP cmdlets, see [SharePoint PnP cmdlets](sharepoin
2121
Verify that you have the following administrative permissions:
2222

2323
* You must be assigned SharePoint administrator role.
24-
 For more information, see [Default administrative roles and user groups](https://support.office.com/en-us/article/Default-SharePoint-Groups-13BB2B6B-DD8C-447E-B71B-0E4BB9EFE1D3?ui=en-US&rs=en-US&ad=US) and [About the SharePoint admin role in Microsoft 365](https://docs.microsoft.com/sharepoint/sharepoint-admin-role).
24+
 For more information, see [Default administrative roles and user groups](https://support.office.com/article/Default-SharePoint-Groups-13BB2B6B-DD8C-447E-B71B-0E4BB9EFE1D3?ui=en-US&rs=en-US&ad=US) and [About the SharePoint admin role in Microsoft 365](https://docs.microsoft.com/sharepoint/sharepoint-admin-role).
2525

2626
**IMPORTANT:** You can use a specific group of PowerShell with SharePoint Online. For more information, see [Office 365 PowerShell for SharePoint Online](https://technet.microsoft.com/library/fp161362(v=office.16).aspx).
2727

@@ -35,18 +35,18 @@ The TechNet Scripting Center includes many resources to help you learn the basic
3535

3636
|**Page**|**Description**|
3737
|------------------|------------------|
38-
|[Windows PowerShell Documentation on TechNet](https://docs.microsoft.com/en-us/powershell/scripting/powershell-scripting?view=powershell-5.1)|This section of the TechNet Library contains web copies of the core PowerShell Get-Help topics. The section also has web copies of the PowerShell Getting Started document, the PowerShell.exe help, and a PowerShell primer.|
39-
|[Scripting With Windows PowerShell](https://technet.microsoft.com/en-us/scriptcenter/dd742419.aspx)| The home page for PowerShell scripting learning resources.|
40-
|[Windows PowerShell Owner's Manual](https://technet.microsoft.com/en-us/library/ee221100.aspx)|Web-based guide for getting started with PowerShell.|
41-
|[Windows PowerShell Quick Reference](https://www.microsoft.com/en-us/download/details.aspx?id=30002)|Downloadable copy of the Quick Reference document that is installed with PowerShell.|
38+
|[Windows PowerShell Documentation on TechNet](https://docs.microsoft.com/powershell/scripting/powershell-scripting?view=powershell-5.1)|This section of the TechNet Library contains web copies of the core PowerShell Get-Help topics. The section also has web copies of the PowerShell Getting Started document, the PowerShell.exe help, and a PowerShell primer.|
39+
|[Scripting With Windows PowerShell](https://technet.microsoft.com/scriptcenter/dd742419.aspx)| The home page for PowerShell scripting learning resources.|
40+
|[Windows PowerShell Owner's Manual](https://technet.microsoft.com/library/ee221100.aspx)|Web-based guide for getting started with PowerShell.|
41+
|[Windows PowerShell Quick Reference](https://www.microsoft.com/download/details.aspx?id=30002)|Downloadable copy of the Quick Reference document that is installed with PowerShell.|
4242

4343
As you read these resources, consider that the following concepts and cmdlets are useful ones to learn before you use PowerShell for SharePoint Server:
4444

4545
* [Get-Command](https://go.microsoft.com/fwlink/p/?LinkId=171069)
4646
* [Get-Member](https://go.microsoft.com/fwlink/p/?LinkId=171070)
4747
* [Get-Help](https://go.microsoft.com/fwlink/p/?LinkId=171068)
4848
* [Aliasing](https://go.microsoft.com/fwlink/p/?LinkId=113207)
49-
* [Piping and the Pipeline in Windows PowerShell](https://technet.microsoft.com/en-us/library/ee176927.aspx)
49+
* [Piping and the Pipeline in Windows PowerShell](https://technet.microsoft.com/library/ee176927.aspx)
5050
* [Cmdlet Parameter Sets](https://msdn.microsoft.com/library/dd878348(VS.85).aspx)
51-
* [Foreach-Object](https://technet.microsoft.com/en-us/library/ee176828.aspx)
52-
* [Where-Object](https://technet.microsoft.com/en-us/library/ee177028.aspx)
51+
* [Foreach-Object](https://technet.microsoft.com/library/ee176828.aspx)
52+
* [Where-Object](https://technet.microsoft.com/library/ee177028.aspx)

0 commit comments

Comments
 (0)