pnp / PnP-PowerShell

SharePoint PnP PowerShell CmdLets
https://pnp.github.io/powershell
Other
990 stars 663 forks source link

Update GetListItem.cs examples #2806

Closed ToddKlindt closed 3 years ago

ToddKlindt commented 4 years ago

Replaced alias of % with ForEach-Object. That makes it easier for beginners to understand what's going on.

Before creating a pull request, make sure that you have read the contribution file located at

https://github.com/pnp/PnP-PowerShell/blob/dev/CONTRIBUTING.md

Type

What is in this Pull Request ?

I just replaced a "%" with a "ForEach-Object"