pnp / PnP-PowerShell

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

Patch 3 #2770

Closed ToddKlindt closed 4 years ago

ToddKlindt commented 4 years ago

This adds an example on how to work with the "Url" column since its Title and the properly it comes from aren't the same. For beginners it's not obvious how to work with columns like that.

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 ?

Added an example on how to filter on the Url column that is returned.

erwinvanhunen commented 4 years ago

Thanks @ToddKlindt!