Skip to content

Commit 95c60f2

Browse files
committed
Merge branch 'master' into live
2 parents a8d0c53 + 3a48813 commit 95c60f2

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

sharepoint/docs-conceptual/sharepoint-online/connect-sharepoint-online.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
# Getting started with SharePoint Online Management Shell #
2+
13
Before you get started using PowerShell to manage SharePoint Online, make sure that the SharePoint Online Management Shell is installed and you have connected to SharePoint Online.
24

35
Install the SharePoint Online Management Shell by downloading and running the [SharePoint Online Management Shell](https://go.microsoft.com/fwlink/p/?LinkId=255251). You only need to do this once for each computer from which you are running SharePoint Online PowerShell commands.
46

57
To open the SharePoint Online Management Shell command prompt, from the **Start** screen, type **sharepoint**, and then click **SharePoint Online Management Shell**.
68

7-
#### To connect with a user name and password ####
9+
> [!Video https://www.youtube.com/watch?v=DbyF4y4te80]
10+
11+
## To connect with a user name and password ##
812

913
1. Fill in the values for the **$adminUPN** and **$orgName** variables (replacing all the text between the quotes, including the < and > characters), and then run the following commands at the SharePoint Online Management Shell command prompt:
1014

@@ -20,7 +24,7 @@ Connect-SPOService -Url https://$orgName-admin.sharepoint.com -Credential $userC
2024

2125
To make a user account a SharePoint administrator, see [Assign admin roles in Office 365 for business](https://support.office.com/en-us/article/Assign-admin-roles-in-Office-365-for-business-eac4d046-1afd-4f1a-85fc-8219c79e1504?ui=en-US&rs=en-US&ad=US) or [Assign roles to user accounts with Office 365 PowerShell](https://technet.microsoft.com/library/mt736914.aspx).
2226

23-
#### To connect with multifactor authentication (MFA) ####
27+
## To connect with multifactor authentication (MFA) ##
2428

2529
1. Fill in the value for the **$orgName** variable (replacing all the text between the quotes, including the < and > characters), and then run the following commands at the SharePoint Online Management Shell command prompt:
2630

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,3 @@ After you get familiar with SharePoint Online sites and users, try using SharePo
2121
To use SharePoint Online PowerShell commands, you must be a SharePoint Online global administrator.
2222

2323
Before you can run SharePoint Online commands, you must install the SharePoint Online Management Shell module and connect to the SharePoint Online service. For more information, see [Connect SharePoint Online](connect-sharepoint-online.md)
24-
25-
26-
27-
28-
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
#SharePoint Online Cmdlets
22

33
For a listing of the SharePoint Online cmdlets, see [SharePoint Online cmdlets](../../sharepoint-ps/sharepoint-online/sharepoint-online.md).
4+
5+
* [Introduction to SharePoint Online Management Shell](introduction-sharepoint-online-management-shell.md)
6+
* [Getting started with SharePoint Online Management Shell](connect-sharepoint-online.md)

sharepoint/docs-conceptual/sharepoint-pnp/sharepoint-pnp-cmdlets.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,12 @@ To view all cmdlets, enter
7373
Get-Command -Module *PnP*
7474
```
7575

76+
> [!Video https://www.youtube.com/watch?v=-VLGj-kV0Pw]
77+
7678
At the following links you will find a few videos on how to get started with the cmdlets:
7779

78-
* https://channel9.msdn.com/blogs/OfficeDevPnP/PnP-Web-Cast-Introduction-to-Office-365-PnP-PowerShell
79-
* https://channel9.msdn.com/blogs/OfficeDevPnP/Introduction-to-PnP-PowerShell-Cmdlets
80-
* https://channel9.msdn.com/blogs/OfficeDevPnP/PnP-Webcast-PnP-PowerShell-Getting-started-with-latest-updates
80+
* [Getting started with PnP PowerShell](https://www.youtube.com/watch?v=-VLGj-kV0Pw)
81+
* [Introduction to PnP PowerShell cmdlets](https://channel9.msdn.com/blogs/OfficeDevPnP/Introduction-to-PnP-PowerShell-Cmdlets)
8182

8283
### Setting up credentials ##
8384
See this [wiki page](https://github.com/SharePoint/PnP-PowerShell/wiki/How-to-use-the-Windows-Credential-Manager-to-ease-authentication-with-PnP-PowerShell) for more information on how to use the Windows Credential Manager to setup credentials that you can use in unattended scripts

sharepoint/docs-conceptual/toc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
- name: Overview
55
href: overview.md
66
- name: SharePoint Online Cmdlets
7-
href: sharepoint-online/sharepoint-online-cmdlets.md
7+
href: harepoint-online/introduction-sharepoint-online-management-shell.md
88
items:
99
- name: Connect to SharePoint Online
1010
href: sharepoint-online/connect-sharepoint-online.md
11-
- name: Introduction to the SharePoint Online Management Shell
12-
href: sharepoint-online/introduction-sharepoint-online-management-shell.md
1311
- name: SharePoint Server Cmdlets
1412
href: sharepoint-server/sharepoint-server-cmdlets.md
1513
- name: SharePoint PnP Cmdlets

0 commit comments

Comments
 (0)