- Get the list of all hidden list or library: Using below power shell command you can get the list of all list and library (Get-SPWeb webapp-url).Lists | select Title, Hidden
- Show / Hide List or Library: $web = Get-SPWeb "your site URL"
$list = $web.Lists["List or library name"]
$list.hidden = $false
$list.updte() - Get the SharePoint Farm build version: Using below comand you can get the SharePoint Farm build version (Get-SPFarm).buildversion
Home / PowerShell /
SharePoint 2016
/ SharePoint 2016 Manage Hidden List and Library using powershell command
Subscribe to:
Post Comments
(
Atom
)
0 comments:
Post a Comment