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
Simplified CRUD Operation Using Entity FrameworkNov 29, 2017
SQL Important QueryNov 29, 2017
Controller.cs inside WebApiNov 29, 2017
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment