Should we pass the Library Title or Library Name inside this PnP Function " Get-PnPListItem -List" #2796
Unanswered
mvcsharepointdev
asked this question in
Q&A
Replies: 1 comment
-
Actually the best thing (for performance reasons) is to pass it a list object $list = Get-PnPList -Identity list pipebind can be guid, name or url of the list |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Should we pass the Library/List Title or Library/List Name inside this PnP Function
Get-PnPListItem -List
now based on my test both will work, so could the pnp fail safe to get the library title incase the library name is missing?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions