Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit e417888

Browse files
committed
Updated readme
1 parent f9851e0 commit e417888

File tree

1 file changed

+8
-28
lines changed

1 file changed

+8
-28
lines changed

README.md

Lines changed: 8 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,19 @@ This solution contains a library of PowerShell commands that allows you to perfo
55

66
![SharePoint Patterns and Practices](https://devofficecdn.azureedge.net/media/Default/PnP/sppnp.png)
77

8-
### Applies to ###
9-
- Sharepoint Online (Multi Tenant & Dedicated)
10-
- SharePoint 2019 on-premises
11-
- SharePoint 2016 on-premises
12-
- SharePoint 2013 on-premises
8+
> **Important:**
9+
> This repository will be retired by the end of 2020. As of the GA of the Cross-Platform [PnP.PowerShell](https://github.com/pnp/pnp.powershell) we will only maintain that version going forward.
1310
14-
### Prerequisites ###
15-
In order to generate the Cmdlet help you need to have the Windows Management Framework v4.0 installed, which you can download from http://www.microsoft.com/en-us/download/details.aspx?id=40855
11+
![PnP PowerShell RoadMap](PnP_PowerShell_Roadmap.png)
1612

17-
If it is not [pre-installed on your operating system](https://docs.microsoft.com/powershell/scripting/wmf/overview#wmf-availability-across-windows-operating-systems), you can find installation instructions in the [WMF release notes.](https://docs.microsoft.com/powershell/scripting/wmf/overview#wmf-release-notes)
18-
Check out the "Getting Started" section to make sure you have all requirements in place.
13+
# I've found a bug, where do I need to log an issue or create a PR
1914

20-
### Latest Release Quick Download
15+
Between now and the end of 2020 both [PnP-PowerShell](https://github.com/pnp/pnp-powershell) and [PnP.PowerShell](https://github.com/pnp/powershell) are actively maintained. Once the new PnP PowerShell becomes generally available (GA) we will stop mainting the old repository.
2116

22-
The latest release can be found on [this link](https://github.com/pnp/PnP-PowerShell/releases)
17+
Given that the cross-platform PnP PowerShell is our future going forward we would prefer issues and PRs being created in the new https://github.com/pnp/powershell repository. If you want your PR to apply to both then it is recommend to create the PR in both repositories for the time being.
2318

24-
----------
2519

26-
# Commands included #
27-
[Navigate here for an overview of all cmdlets and their parameters](https://docs.microsoft.com/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets?view=sharepoint-ps)
28-
29-
# Installation #
30-
There are two ways:
31-
32-
## 1. Using the [PowerShell Gallery](https://www.powershellgallery.com) **(Recommended)**
20+
# Installation Using the [PowerShell Gallery](https://www.powershellgallery.com)
3321

3422
If you main OS is Windows 10, or if you have [PowerShellGet](https://github.com/powershell/powershellget) installed, you can run the following commands to install the PowerShell cmdlets:
3523

@@ -40,16 +28,8 @@ If you main OS is Windows 10, or if you have [PowerShellGet](https://github.com/
4028
|SharePoint 2016|```Install-Module SharePointPnPPowerShell2016```|
4129
|SharePoint 2013|```Install-Module SharePointPnPPowerShell2013```|
4230

43-
*Notice*: if you install the latest PowerShellGet from Github, you might receive an error message stating
44-
>PackageManagement\Install-Package : The version 'x.x.x.x' of the module 'SharePointPnPPowerShellOnline' being installed is not catalog signed.
45-
46-
In order to install the cmdlets when you get this error specify the -SkipPublisherCheck switch with the Install-Module cmdlet, e.g. ```Install-Module SharePointPnPPowerShellOnline -SkipPublisherCheck -AllowClobber```
47-
48-
## 2. Downloading the Files directly
49-
50-
You can download the setup files from the [releases](https://github.com/pnp/PnP-PowerShell/releases) section of the PnP PowerShell repository. These files will up be updated on a monthly basis. Run the install and restart any open instances of PowerShell to use the cmdlets.
5131

52-
### How to Update the Cmdlets
32+
# How to Update the Cmdlets
5333
Every month a new release will be made available of the PnP PowerShell Cmdlets. If you earlier installed the cmdlets using the setup file, simply download the [latest version](https://github.com/pnp/PnP-PowerShell/releases/latest) and run the setup. This will update your existing installation.
5434

5535
If you have installed the cmdlets using PowerShellGet with ```Install-Module``` from the PowerShell Gallery then you will be able to use the following command to install the latest updated version:

0 commit comments

Comments
 (0)