Skip to content

Commit 36ce7d1

Browse files
authored
Merge branch 'master' into patch-117
2 parents e089b83 + 0cc3d82 commit 36ce7d1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SharePoint Patterns and Practices (PnP) contains a library of PowerShell command
88

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

11-
_**Applies to:** SharePoint Online, SharePoint 2016, SharePoint 2013_
11+
_**Applies to:** SharePoint Online, SharePoint 2019, SharePoint 2016, SharePoint 2013_
1212

1313
## Installation
1414

@@ -21,6 +21,7 @@ If you main OS is Windows 10, or if you have [PowerShellGet](https://github.com/
2121
|**SharePoint Version**|**Command to install**|
2222
|------------------|------------------|
2323
|SharePoint Online|`Install-Module SharePointPnPPowerShellOnline `|
24+
|SharePoint 2019|`Install-Module SharePointPnPPowerShell2019`|
2425
|SharePoint 2016|`Install-Module SharePointPnPPowerShell2016`|
2526
|SharePoint 2013|`Install-Module SharePointPnPPowerShell2013`|
2627

@@ -29,7 +30,7 @@ If you main OS is Windows 10, or if you have [PowerShellGet](https://github.com/
2930
3031
### Setup files
3132

32-
You can download setup files from the [releases](https://github.com/sharepoint/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.
33+
You can download 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.
3334

3435
### Installation script
3536

@@ -38,12 +39,12 @@ This is an alternative for installation on machines that have at least PowerShel
3839
To install the cmdlets you can run the below command which will install PowerShell Package Management and then install the PowerShell Modules from the PowerShell Gallery.
3940

4041
```powershell
41-
Invoke-Expression (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/sharepoint/PnP-PowerShell/master/Samples/Modules.Install/Install-SharePointPnPPowerShell.ps1')
42+
Invoke-Expression (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/pnp/PnP-PowerShell/master/Samples/Modules.Install/Install-SharePointPnPPowerShell.ps1')
4243
```
4344

4445
## Updating
4546

46-
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/SharePoint/PnP-PowerShell/releases/latest) and run the setup. This will update your existing installation.
47+
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.
4748

4849
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:
4950

@@ -87,7 +88,7 @@ At the following links you will find a few videos on how to get started with the
8788

8889
### Setting up credentials
8990

90-
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
91+
See this [wiki page](https://github.com/pnp/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
9192

9293
## Cmdlet overview
9394

0 commit comments

Comments
 (0)