filmov
tv
SharePoint Online Get all the List using pnp-Powershell
![preview_player](https://i.ytimg.com/vi/4igY-CFyAdI/maxresdefault.jpg)
Показать описание
#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
#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