Skip to content

Commit

Permalink
hide hidden lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerg00s committed Sep 12, 2021
1 parent 383c0eb commit 572fa2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Move-Lists.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 572fa2e

Please sign in to comment.