Skip to content
This repository was archived by the owner on Feb 20, 2022. It is now read-only.

Commit 3126b01

Browse files
authored
Merge pull request MicrosoftDocs#3055 from nschonni/fix--MD039/no-space-in-links
fix: MD039/no-space-in-links
2 parents 4d3eabb + 5ac3202 commit 3126b01

File tree

2 files changed

+19
-22
lines changed

2 files changed

+19
-22
lines changed
Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Overview ##
1+
# Overview
22

33
Microsoft PowerShell is a command-line shell and scripting language that provides an administrator full access to applicable application programming interfaces (APIs). Administrators can interact directly with SharePoint Server to manipulate web applications, site collections, sites, lists and much more. In addition, an administrator can script cmdlets (pronounced "command-lets").
44

@@ -12,38 +12,37 @@ For a list of SharePoint Online cmdlets, see [SharePoint Online cmdlets](sharepo
1212

1313
For a list of the SharePoint PnP cmdlets, see [SharePoint PnP cmdlets](sharepoint-pnp/sharepoint-pnp-cmdlets.md)
1414

15-
#### SharePoint Online ####
15+
## SharePoint Online
1616

1717
Verify that you have the following administrative permissions:
1818

19-
* You must be assigned the global administrator role on the SharePoint Online site on which you are running the PowerShell cmdlet.
20-
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).
19+
* You must be assigned the global administrator role on the SharePoint Online site on which you are running the PowerShell cmdlet.
20+
 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).
2121

2222
**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/en-us/library/fp161362(v=office.16).aspx).
2323

24-
## Learning PowerShell ##
24+
## Learning PowerShell
2525

2626
There are several PowerShell learning resources for SharePoint IT professionals.
2727

28-
#### TechNet Scripting Center ####
28+
### TechNet Scripting Center
2929

3030
The TechNet Scripting Center includes many resources to help you learn the basics about PowerShell. It also contains script repositories with samples of scripts that are typically used with various Microsoft products. The following table shows the main learning resources.
3131

3232
|**Page**|**Description**|
3333
|------------------|------------------|
34-
|[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.|
35-
|[Scripting With Windows PowerShell ](https://technet.microsoft.com/en-us/scriptcenter/dd742419.aspx)| The home page for PowerShell scripting learning resources.|
36-
|[Windows PowerShell Owner's Manual ](https://technet.microsoft.com/en-us/library/ee221100.aspx)|Web-based guide for getting started with PowerShell.|
37-
|[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.|
34+
|[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.|
35+
|[Scripting With Windows PowerShell](https://technet.microsoft.com/en-us/scriptcenter/dd742419.aspx)| The home page for PowerShell scripting learning resources.|
36+
|[Windows PowerShell Owner's Manual](https://technet.microsoft.com/en-us/library/ee221100.aspx)|Web-based guide for getting started with PowerShell.|
37+
|[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.|
3838

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

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

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOGeoAdministrator.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ms.reviewer:
1111
# Get-SPOGeoAdministrator
1212

1313
## SYNOPSIS
14+
1415
This cmdlet returns the SharePoint Online user or security group accounts with global administrative privileges in the current Multi-Geographics tenant.
1516

1617
## SYNTAX
@@ -32,25 +33,24 @@ You must be a SharePoint Online or global administrator and you must have a the
3233

3334
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).
3435

35-
3636
## EXAMPLES
3737

38-
### Example 1
38+
### Example 1
39+
3940
```powershell
40-
Get-SPOGeoAdministrator
41+
Get-SPOGeoAdministrator
4142
```
4243
This cmdlet will output a SharePoint Online user or security group that is Multi-Geographic administrators on the current multi-geo tenant.
4344

4445
## PARAMETERS
4546

4647
### CommonParameters
47-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
48-
4948

49+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
5050

5151
## RELATED LINKS
5252

53-
[Add or remove a geo administrator ](https://docs.microsoft.com/Office365/Enterprise/add-a-sharepoint-geo-admin)
53+
[Add or remove a geo administrator](https://docs.microsoft.com/Office365/Enterprise/add-a-sharepoint-geo-admin)
5454

5555
[Getting started with SharePoint Online Management Shell](https://docs.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps)
5656

@@ -59,5 +59,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
5959
[Add-SPOGeoAdministrator](Add-SPOGeoAdministrator.md)
6060

6161
[Remove-SPOGeoAdministrator](Remove-SPOGeoAdministrator.md)
62-
63-

0 commit comments

Comments
 (0)