No announcements
Found 2959642 threads
-
1 Votes
Delete Security role with Powershell from a Document Library
This will reset all items in a Document library.Answered | 3 Replies | 818 Views | Created by Bart V - Monday, August 10, 2015 11:01 AM | Last reply by RajendraPratap Singh - Tuesday, August 11, 2015 8:07 AM -
0 Votes
PowerShell for Document Library permissions
" -f $currentWeb.Url, $listName) -ForegroundColor Yellow; } This will stop the error from occurring and still let you know if the expected library is missing.Answered | 14 Replies | 5081 Views | Created by Matthew Carter - Wednesday, February 24, 2016 2:39 PM | Last reply by David Drever - Friday, March 4, 2016 9:41 PM -
2 Votes
Document library...can't delete
Goto to the library which you want to delete.Answered | 5 Replies | 9706 Views | Created by hizic - Thursday, June 13, 2013 7:55 PM | Last reply by Alex Brassington - Thursday, April 2, 2015 11:57 AM -
1 Votes
Configure the security for Document Library
You have to create a new permisson level from Approve Permission level and uncheck / remove the Delete Items option from List Permission from Permissions.Answered | 1 Replies | 6999 Views | Created by Sudheer Madduru - Wednesday, February 16, 2011 5:57 AM | Last reply by Shantha Kumar T - Wednesday, February 16, 2011 7:29 AM -
1 Votes
how to remove specific user permission from document library using powershell?
Shiva thx, but I need powershell not stsadm utility.Answered | 4 Replies | 13032 Views | Created by Dmitri Manushin - Wednesday, January 30, 2013 8:19 PM | Last reply by Mike Smith MCT MVP - Sunday, February 3, 2013 4:20 AM -
0 Votes
Restrict user to delete files from document library
Check the following similar thread for ...Answered | 29 Replies | 7025 Views | Created by Rauf Ab - Monday, September 12, 2011 12:10 PM | Last reply by Rauf Ab - Tuesday, September 20, 2011 9:38 AM -
1 Votes
how to upload document to document library using powershell
$webUrl = "servername" $docLibraryName = "Summery Lib" $localFolderPath = "filepath" #Open web and library $web = Get-SPWeb ...Answered | 3 Replies | 11237 Views | Created by RahulDayal17 - Monday, July 23, 2012 7:17 AM | Last reply by RahulDayal17 - Monday, July 23, 2012 9:39 AM -
2 Votes
Powershell to create folder in Document library
The following should work: $web = Get-SPWeb "http://yoursite/" $list = $web.Lists["Documents"] $f = ...Answered | 4 Replies | 14413 Views | Created by Venkatzeus - Tuesday, May 13, 2014 6:55 AM | Last reply by Florian Wachter - Tuesday, May 13, 2014 9:28 AM -
0 Votes
How to upload and delete files from document library?
Garry For Uploading files in document library and sub folder you can use folowing code using (SPSite spsite = new ...Answered | 2 Replies | 10357 Views | Created by GarryDoon - Saturday, April 17, 2010 4:35 AM | Last reply by GarryDoon - Sunday, April 18, 2010 2:39 PM -
0 Votes
Unable to delete an empty folder from a document library with no checkout files.
My document library is on the Site Collection level.Answered | 5 Replies | 5448 Views | Created by Zero Cool always - Wednesday, December 2, 2015 10:47 AM | Last reply by Sara Fan - Wednesday, December 23, 2015 8:19 AM -
3 Votes
Delete documents in a library based on date
Easy way is to use the library Information management policy settings then set the retention policy.Answered | 10 Replies | 5301 Views | Created by SharePoint Diva - Wednesday, July 2, 2014 1:55 PM | Last reply by ankitsaxena - Friday, July 4, 2014 6:04 AM -
0 Votes
Restrict user from deleting document library and various folders inside it
You can do it by powershell script or by SharePoint Manager 2010.Answered | 6 Replies | 3638 Views | Created by Venkatzeus - Tuesday, February 7, 2012 12:34 PM | Last reply by Venkatzeus - Wednesday, February 8, 2012 2:16 PM -
0 Votes
Delete documents from Document Library after 30 days of creating.
Hi, before you start coding use a retentions policy for the documents of your library.Answered | 5 Replies | 7944 Views | Created by satish_p - Sunday, October 23, 2011 11:49 AM | Last reply by Joshua Phua - Tuesday, May 24, 2016 4:17 AM -
0 Votes
Make each of the document in the document library read-only
Hi there, Depends on the flavour of SharePoint; and whether the roles of those who could access the documents needs to be further defined and managed.Answered | 2 Replies | 2967 Views | Created by wkpli - Wednesday, November 14, 2012 2:02 PM | Last reply by Geoff Evelyn - Wednesday, November 14, 2012 3:27 PM -
0 Votes
Delete pages from the Pages library
This is for list item only not for document library...Answered | 5 Replies | 1134 Views | Created by anuxps - Monday, November 4, 2013 12:01 PM | Last reply by Vladimir Buyevich - Monday, November 4, 2013 8:26 PM -
3 Votes
How can every SharePoint Library be deleted with PowerShell?
I am creating a C# program Instead of learning PowerShell you could just write a C# program to delete the libraries.Answered | 8 Replies | 3611 Views | Created by MH170 - Tuesday, June 5, 2012 1:59 PM | Last reply by MH170 - Thursday, June 7, 2012 5:29 PM -
0 Votes
Unable to delete the word document from the Sharepoint document library
else enable versioning or checked in checked out thing on document library.Answered | 7 Replies | 1405 Views | Created by krishna_2012 - Sunday, April 3, 2016 5:38 AM | Last reply by Dean_Wang - Thursday, April 7, 2016 2:24 AM -
0 Votes
deletion confirmation message not appearing on delete an item from document library
Hi Steve, delete API wont call javascript from core.js?Answered | 5 Replies | 3827 Views | Created by RK Naik - Monday, August 17, 2009 6:47 PM | Last reply by Chengyi Wu - Wednesday, September 2, 2009 12:41 AM -
0 Votes
unable to delete document library
Hello, TryGetList method receives list Title as input (http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.splistcollection.trygetlist.aspx) as far as I ...Answered | 3 Replies | 3083 Views | Created by SanRek - Monday, August 6, 2012 2:13 PM | Last reply by SanRek - Monday, August 6, 2012 2:58 PM -
0 Votes
How to delete files in SharePoint Document Library 2010 > last 3 months using PowerShell
However, i can't see Information management policy settings under the document library settings.Answered | 4 Replies | 1401 Views | Created by Badal Ratra - Friday, July 29, 2016 2:58 AM | Last reply by Dennis Guo - Friday, August 5, 2016 9:02 AM - Items 1 to 20 of 2959642 Next ›
No announcements