Skip to content

Commit e6b9893

Browse files
authored
Merge branch 'master' into patch-108
2 parents a332942 + c900525 commit e6b9893

File tree

8 files changed

+108
-220
lines changed

8 files changed

+108
-220
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@
159159
"source_path": "exchange/virtual-folder/exchange/connected-accounts/Set-PopSubscription.md",
160160
"redirect_url": "https://support.office.com/article/5cc526bf-e928-4a99-8b9f-5e089df7d887",
161161
"redirect_document_id": false
162+
},
163+
{
164+
"source_path": "sharepoint/docs-conceptual/overview.md",
165+
"redirect_url": "https://docs.microsoft.com/powershell/sharepoint",
166+
"redirect_document_id": true
162167
}
163168
]
164169
}

sharepoint/docs-conceptual/index.md

Lines changed: 0 additions & 128 deletions
This file was deleted.
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
### YamlMime:Landing
2+
3+
title: SharePoint PowerShell# < 60 chars
4+
summary: Learn about using PowerShell cmdlets for SharePoint in Microsoft 365 and SharePoint Server. # < 160 chars
5+
6+
metadata:
7+
title: SharePoint PowerShell # Required; page title displayed in search results. Include the brand. < 60 chars.
8+
description: Use PowerShell cmdlets for SharePoint in Microsoft 365 and SharePoint Server # Required; article description that is displayed in search results. < 160 chars.
9+
ms.service: sharepoint-online #Required; service per approved list. service slug assigned to your service by ACOM.
10+
ms.subservice: subservice
11+
ms.topic: landing-page # Required
12+
ms.collection: M365-collaboration
13+
author: kaarins #Required; your GitHub user alias, with correct capitalization.
14+
ms.author: kaarins #Required; microsoft alias of author; optional team alias.
15+
ms.date: 03/16/2020 #Required; mm/dd/yyyy format
16+
localization_priority: Priority
17+
18+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
19+
20+
landingContent:
21+
# Cards and links should be based on top customer tasks or top subjects
22+
# Start card title with a verb
23+
# Card (optional)
24+
- title: SharePoint in Microsoft 365
25+
linkLists:
26+
- linkListType: reference
27+
links:
28+
- text: Intro to SharePoint Online Management Shell
29+
url: introduction-sharepoint-online-management-shell.md
30+
- text: Get started with SharePoint Online Management Shell
31+
url: connect-sharepoint-online.md
32+
- text: Cmdlet reference
33+
url: powershell/module/sharepoint-online
34+
- text: Manage SharePoint with Office 365 PowerShell
35+
url: /office365/enterprise/powershell/manage-sharepoint-online-with-office-365-powershell
36+
37+
38+
# Card
39+
- title: SharePoint Server
40+
linkLists:
41+
- linkListType: reference
42+
links:
43+
- text: Overview
44+
url: /powershell/sharepoint/sharepoint-server/sharepoint-server-cmdlets
45+
- text: Cmdlet reference
46+
url: /powershell/module/sharepoint-server
47+
48+
# Card
49+
- title: SharePoint Patterns and Practices (PnP)
50+
linkLists:
51+
- linkListType: reference
52+
links:
53+
- text: Overview
54+
url: /powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets
55+
- text: Cmdlet reference
56+
url: /powershell/module/sharepoint-pnp
57+
- text: PowerShell Gallery
58+
url: https://www.powershellgallery.com/
59+
60+
# Card
61+
- title: Learning PowerShell
62+
linkLists:
63+
- linkListType: learn
64+
links:
65+
- text: PowerShell documentation
66+
url: /powershell
67+
- text: Overview
68+
url: /powershell/scripting/overview
69+
- text: Windows PowerShell 3.0 and Server Manager Quick Reference Guide download
70+
url: https://www.microsoft.com/download/details.aspx?id=30002
71+
- text: More resources for learning PowerShell
72+
url: /powershell/scripting/learn/more-powershell-learning
73+
74+
75+

sharepoint/docs-conceptual/overview.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: Getting started with SharePoint Online Management Shell
2+
title: Get started with the SharePoint Online Management Shell
33
---
44

5-
# Getting started with SharePoint Online Management Shell #
5+
# Get started with SharePoint Online Management Shell #
66

7-
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.
7+
To get started using PowerShell to manage SharePoint Online, you need to install the latest SharePoint Online Management Shell is installed and connect to SharePoint Online.
88

9-
Install the SharePoint Online Management Shell by downloading and running the [SharePoint Online Management Shell](https://go.microsoft.com/fwlink/p/?LinkId=255251) or installing module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/Microsoft.Online.SharePoint.PowerShell/). Once installed, the module is available for use, and you do not need to install it again until you need features introduced in a later version. For example, you may need to install a new version for TLS 1.2 negotiation after October 2018.
9+
Install the SharePoint Online Management Shell by downloading and running the [SharePoint Online Management Shell](https://go.microsoft.com/fwlink/p/?LinkId=255251) or installing the module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/Microsoft.Online.SharePoint.PowerShell/). Once installed, the module is available for use, and you do not need to install it again until you need features introduced in a later version. For example, you may need to install a new version for TLS 1.2 negotiation after October 2018.
1010

1111
First you can check if you have already installed SharePoint Online Management Shell by running the following command in administrative mode in PowerShell.
1212

1313
```ps
1414
Get-Module -Name Microsoft.Online.SharePoint.PowerShell -ListAvailable | Select Name,Version
1515
```
1616

17-
If your operating system is using PowerShell 5 or newer, you can install Sharepoint Online Management Shell also by running following command in administrative mode.
17+
If your operating system is using PowerShell 5 or newer, you can install the SharePoint Online Management Shell also by running the following command in administrative mode.
1818

1919
```ps
2020
Install-Module -Name Microsoft.Online.SharePoint.PowerShell
@@ -38,9 +38,9 @@ Connect-SPOService -Url https://$orgName-admin.sharepoint.com -Credential $userC
3838
3939
```
4040

41-
2. When prompted with the Windows PowerShell credential request dialog box, type the password for the SharePoint Online SharePoint administrator account.
41+
2. When prompted with the Windows PowerShell credential request dialog box, type the password for the SharePoint admin account.
4242

43-
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).
43+
To assign a user the SharePoint admin role, see [Assign admin roles](/microsoft-365/admin/add-users/assign-admin-roles) or [Assign roles to user accounts with Office 365 PowerShell](/office365/enterprise/powershell/assign-roles-to-user-accounts-with-office-365-powershell).
4444

4545
## To connect with multifactor authentication (MFA) ##
4646

@@ -57,4 +57,4 @@ Connect-SPOService -Url https://$orgName-admin.sharepoint.com
5757
You are now ready to use SharePoint Online commands.
5858

5959
> [!NOTE]
60-
> If you encounter issues trying to connect using MFA, please see [Cannot force Modern Authentication when using Connect-SPOService cmdlet in SharePoint Online Management Shell](https://docs.microsoft.com/sharepoint/troubleshoot/security/cannot-force-modern-authentication)
60+
> If you encounter issues trying to connect using MFA, please see [Cannot force Modern Authentication when using Connect-SPOService cmdlet in SharePoint Online Management Shell](/sharepoint/troubleshoot/security/cannot-force-modern-authentication)

0 commit comments

Comments
 (0)