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

Commit 336e7bc

Browse files
authored
Merge pull request MicrosoftDocs#3040 from nschonni/fix--MD025/single-h1
fix: MD025/single-h1
2 parents 3126b01 + 575dfa3 commit 336e7bc

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Short URL: aka.ms/office-powershell
22

3-
# Overview
3+
## Overview
44
This repository holds reference content of Office PowerShell cmdlets for help purpose. The expert knowledge around Office PowerShell is distributed among customers, MVPs, partners, product teams, support, and other community members. Consumers also have various preferences when consuming knowledge such as a website, PowerShell Get-Help, Windows app, iOS app, Android app, and others. The following diagram illustrates the point.
55
![Contribution and Consumption model for Office PowerShell reference content](images/contrib-consumption-model.png)
66

7-
# Learn How To Contribute
7+
## Learn How To Contribute
88
Anyone who is interested can contribute to the Microsoft Office PowerShell reference topics.
99
When you contribute your work will go directly into the Microsoft Office products and show up in Get-Help for the given Office cmdlet.
1010

1111
> Notice that if you are looking into contributing for the **PnP PowerShell cmdlets**, their documentation is automatically generated from the code, and you should be submitting your change towards the original code at https://github.com/SharePoint/PnP-powershell. See, for example, how the attributes are used in the code for the [Get-PnPList](https://github.com/SharePoint/PnP-PowerShell/blob/master/Commands/Lists/GetList.cs) cmdlet.
1212
13-
# Quick Start
13+
## Quick Start
1414

15-
## Contribute using the GitHub website
15+
### Contribute using the GitHub website
1616

1717
[![Image of Quick Start video](images/edit_video_capture.jpg)](https://support.office.com/en-us/article/edit-powershell-cmdlet-in-github-dcd20227-3764-48ce-ad6e-763af8b48daf?ui=en-US&rs=en-US&ad=US)
1818

@@ -42,9 +42,9 @@ Looking for more in-depth content? Check out the following:
4242
* [Using more advanced tools with the PowerShell GitHub repo](repo_docs/ADVANCED.md)
4343
* [Creating content for brand new cmdlets](repo_docs/NEW_CMDLETS.md)
4444

45-
# Microsoft Open Source Code of Conduct
45+
## Microsoft Open Source Code of Conduct
4646

47-
## Contributing
47+
### Contributing
4848

4949
This project welcomes contributions and suggestions. Most contributions require you to agree to a
5050
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us

sharepoint/docs-conceptual/sharepoint-online/introduction-sharepoint-online-management-shell.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# What is the SharePoint Online Management Shell? #
1+
# What is the SharePoint Online Management Shell?
22

33
The SharePoint Online Management Shell is a Windows PowerShell module that you can use to manage SharePoint Online users, sites, and site collections. Command-line operations in Windows PowerShell are composed of a series of commands. Each command uses a cmdlet and a set of settings known as parameters. For example, you use the **New-SPOSite** cmdlet for a command that creates a new SharePoint Online site collection with a specified title, URL, owner, storage quota, and template (the parameters).
44

55
SharePoint Online PowerShell commands can be very efficient for batch operations — for example, creating a dozen new site collections or adding hundreds of new SharePoint Online users to a site. For more information, see [Why you need to use Office 365 PowerShell](https://technet.microsoft.com/library/dn568034.aspx).
66

7-
#### What is the difference between SharePoint Online PowerShell commands and Office 365 PowerShell commands? ####
7+
## What is the difference between SharePoint Online PowerShell commands and Office 365 PowerShell commands?
88

9-
The major and obvious difference is the nouns they use. Every SharePoint Online cmdlet will start with SPO as its noun. Conversely, Office 365 will start with MSO as it noun.
9+
The major and obvious difference is the nouns they use. Every SharePoint Online cmdlet will start with SPO as its noun. Conversely, Office 365 will start with MSO as it noun.
1010

1111
The set of SharePoint Online Management Shell commands differs from the set of Office 365 for professionals and small businesses PowerShell commands. SharePoint Online Management Shell commands manage SharePoint Online users and site collections, whereas Office 365 commands manage Office 365-level tasks such as users, licenses, organization information, and services. They both manage users and groups. However, Office 365 PowerShell commands manage users and groups for all of the Office 365 services. The SharePoint Online commands manage users and groups only for SharePoint Online.
1212

13-
#### Should I use the SharePoint Online Admin Center or SharePoint Online PowerShell commands? ####
13+
## Should I use the SharePoint Online Admin Center or SharePoint Online PowerShell commands? ####
1414

15-
If you are new to Office 365 and SharePoint Online and you have not done much managing of SharePoint sites or users, the SharePoint Online Administration Center is a good place to start.
15+
If you are new to Office 365 and SharePoint Online and you have not done much managing of SharePoint sites or users, the SharePoint Online Administration Center is a good place to start.
1616

1717
After you get familiar with SharePoint Online sites and users, try using SharePoint Online commands, especially when you want to manage lots of users, sites, or site collections.
1818

19-
# How do I get permissions and set up the environment? #
19+
## How do I get permissions and set up the environment?
2020

2121
To use SharePoint Online PowerShell commands, you must be a SharePoint Online global administrator.
2222

0 commit comments

Comments
 (0)