Skip to content

Commit 3a48813

Browse files
committed
Adding video introductions to PnP and SPO PowerShell pages
1 parent 64a227a commit 3a48813

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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/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)