SharePoint Online Get all the List using pnp-Powershell

preview_player
Показать описание
#In this video we will query all the List in a Particular Site in SharePoint online using pnp power shell
#First We will connect to site using pnp-powershell command
#Then Query to all the List in that site
#all commands are mentioned in the description

#PnpPowershell use credential manager to save user ID and Password.
#therefore no need to enter again and again while using powershell


$web = Get-PnPWeb

Get-PnPProperty -ClientObject $web -Property Id, Lists

$web.Lists
Рекомендации по теме