diff --git a/Move-Lists.ps1 b/Move-Lists.ps1 index b967f3e..1689df4 100644 --- a/Move-Lists.ps1 +++ b/Move-Lists.ps1 @@ -38,6 +38,8 @@ if ($Migration.Lists) { else { $lists = Get-PnPList + $lists = $lists | Where-Object {$_.Hidden -eq $false} + $selectedLists = Get-FormArrayItems ($lists) -dialogTitle "Select lists and libraries to migrate" -key Title $titles = $selectedLists.Title } diff --git a/README.md b/README.md index 16037fe..ba5b739 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Move-Lists -Easily move SharePoint Online lists from one site to another. +Easily move SharePoint Online list templates from one site to another. ## Prerequisites