Results 19 comments of Todd Klindt

This is by design, and unfortunately it's very confusing. By default, Get-PnPListItem, and many other Get-PnP* cmdlets, don't retrieve every property for every object they get. This is done to...

Get-PnPListItem, and the other Get* cmdlets don't every retrieve all of the properties, regardless of how many objects are being returned. You always have to specify additional properties like FieldValues....

If it's urgent, try @jansenbe 's suggestion. Manually edit the page, then the cmdlet should work.

With this being all community driven, we can't really make demands. If someone knows how to fix it and wants to dig in, they will. If not, there's not much...

If you find a fix or workaround, don't forget us folks in here. :)

Not helpful for the web part issue, but here is another way to get the home page for the web: `((Get-PnPWeb -Includes WelcomePage).WelcomePage -split "/")[-1]`

If I'm reading the code and the docs right (and there's a really good chance I'm not) then the Site's ID isn't returned by the [GetSiteProperties method](https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-csom/dn174792(v=office.15)) they're using. It...

Pull request, https://github.com/pnp/script-samples/pull/342