You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-28Lines changed: 8 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,31 +5,19 @@ This solution contains a library of PowerShell commands that allows you to perfo
5
5
6
6

7
7
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.
13
10
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
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
19
14
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.
21
16
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.
23
18
24
-
----------
25
19
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)
33
21
34
22
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:
35
23
@@ -40,16 +28,8 @@ If you main OS is Windows 10, or if you have [PowerShellGet](https://github.com/
*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.
51
31
52
-
###How to Update the Cmdlets
32
+
# How to Update the Cmdlets
53
33
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.
54
34
55
35
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