Add-PSSnapin "Microsoft.SharePoint.PowerShell"
#testname
$list = (Get-SPWeb "http://spserver/2015/").Lists["testname"]
$list.BreakRoleInheritance($true,$true)
$list.Update()
Thursday, April 30, 2015
Home
/
BreakRoleInheritance
/
list or library
/
permission
/
Powershell
/
SharePoint
/
sharepoint 2013
/
Removing the BreakRoleInheritance permission list or library using Powershell
Removing the BreakRoleInheritance permission list or library using Powershell
sharepoint 2013
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment