|
1 | 1 | # PnP.Powershell |
2 | 2 |
|
3 | | -## Featured tags |
| 3 | + |
4 | 4 |
|
5 | | -### Latest |
| 5 | +**PnP PowerShell** is a .NET Core 3.1 / .NET Framework 4.6.2 based PowerShell Module providing over 650 cmdlets that work with Microsoft 365 environments such as SharePoint Online, Microsoft Teams, Microsoft Project, Security & Compliance, Azure Active Directory, and more. |
| 6 | + |
| 7 | +Last version | Last nightly version |
| 8 | +-------------|--------------------- |
| 9 | +[](https://www.powershellgallery.com/packages/PnP.PowerShell/) | [](https://www.powershellgallery.com/packages/PnP.PowerShell/) |
| 10 | + |
| 11 | +## Latest |
6 | 12 |
|
7 | 13 | * latest: The latest stable image |
8 | 14 |
|
|
18 | 24 |
|
19 | 25 | ## About this image |
20 | 26 |
|
21 | | -**PnP PowerShell** is a .NET Core 3.1 / .NET Framework 4.6.1 based PowerShell Module providing over 600 cmdlets that work with Microsoft 365 environments such as SharePoint Online, Microsoft Teams, Microsoft Project, Security & Compliance, Azure Active Directory, and more. |
| 27 | +**PnP PowerShell** is a .NET Core 3.1/ .NET Framework 4.6.2 based PowerShell Module providing over 600 cmdlets that work with Microsoft 365 environments such as SharePoint Online, Microsoft Teams, Microsoft Project, Security & Compliance, Azure Active Directory, and more. |
22 | 28 |
|
23 | 29 | ## Usage examples |
24 | 30 |
|
25 | 31 | ### Windows-container |
26 | 32 |
|
27 | 33 | Starting an isolated container with PnP.PowerShell module installed: |
28 | 34 |
|
29 | | -``` |
30 | | -docker run --rm -it m365pnp/powershell:1.10.0-nanoserver-1809 |
| 35 | +```powershell |
| 36 | +docker run --rm -it m365pnp/powershell:1.11.0-nanoserver-1809 |
31 | 37 | ``` |
32 | 38 |
|
33 | 39 | Starting a PnP.PowerShell container with the current directory mounted: |
34 | 40 |
|
35 | | -```PowerShell |
36 | | -docker run --rm -it -v ${PWD}:c:/app -w c:/app m365pnp/powershell:1.10.0-nanoserver-1809 |
| 41 | +```powerShell |
| 42 | +docker run --rm -it -v ${PWD}:c:/app -w c:/app m365pnp/powershell:1.11.0-nanoserver-1809 |
37 | 43 | ``` |
38 | 44 |
|
39 | 45 | ### Linux-container |
40 | 46 |
|
41 | 47 | Starting an isolated container with PnP.PowerShell module installed: |
42 | 48 |
|
43 | | -``` |
| 49 | +```powershell |
44 | 50 | docker run --rm -it m365pnp/powershell |
45 | 51 | ``` |
46 | 52 |
|
@@ -69,9 +75,23 @@ Tag name examples: |
69 | 75 | * 1.10.0-nanoserver-1809 |
70 | 76 | * 1.10.0-alpine-3.14 |
71 | 77 | * 1.10.26-nightly-nanoserver-ltsc2022 |
| 78 | +* 1.11.0-alpine-3.14 |
| 79 | +* 1.11.0-nanoserver-ltsc2022 |
| 80 | + |
| 81 | +To find the version numbers please visit <https://www.powershellgallery.com/packages/PnP.PowerShell> |
| 82 | + |
| 83 | +## Contribute |
| 84 | + |
| 85 | +We love to accept contributions. |
| 86 | + |
| 87 | +If you want to get involved with helping us grow PnP PowerShell, whether that is suggesting or adding a new cmdlet, extending an existing cmdlet or updating our documentation, we would love to hear from you. |
| 88 | + |
| 89 | +Checkout our [Wiki](https://pnp.github.io/powershell/articles/buildingsource.html) for guides on how to contribute to this project. |
| 90 | + |
| 91 | +## Microsoft 365 Platform Community |
72 | 92 |
|
73 | | -To find the version numbers please visit https://www.powershellgallery.com/packages/PnP.PowerShell |
| 93 | +PnP PowerShell is a [Microsoft 365 Platform Community](https://pnp.github.io) (PnP) project. Microsoft 365 Platform Community is a virtual team consisting of Microsoft employees and community members focused on helping the community make the best use of Microsoft products. PnP PowerShell is an open-source project not affiliated with Microsoft and not covered by Microsoft support. If you experience any issues using PnP PowerShell, please submit an issue or open a discussion in the [issues list or discussion forum](https://github.com/pnp/powershell/issues/new/choose). |
74 | 94 |
|
75 | | -## Feedback |
| 95 | +## Disclaimer |
76 | 96 |
|
77 | | -* To give feedback for PnP.PowerShell or for how the images are built, file an issue at [PnP/PowerShell](https://github.com/pnp/powershell/issues/new/choose) |
| 97 | +**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** |
0 commit comments