I need a powershell command which deletes the second stage recyclebin and the possibilities are stated below
Possibilities :
->If it is possible to get a script wherein if we give an user name for ex Deleted By “THEJA,Mr.RAVURI(THEJA)”,it should delete the all the files which were deleted by user.
->Another possibility is get the files based on Deleted which is like, the script should delete all the files which were deleted on specific date.
->to delete all the files which are present in the Admin recycle bin.
->to delete first “n” number of files which are present in recyclebin with ascending or descending order.
Many thanks in Advance and let me know if you require any clarifications on this
Theja.
I Think you are trying to overwrite on previous cmdlet because it is showing $SPSite.RecycleBin.DeleteAll ();
that I am not using. Try to use fresh cmdlet (please close the sharepoint powershell cmd first and then try again.
Another thing, That try to view the name “THEJA,Mr.RAVURI(THEJA)”
Because, I have tested all the above cmdlet before providinig you 🙂