I am trying to delete a set of folders weekly. But I also want those folders deleted should list in "Deleted Items" section in ProjectWise. But unfortunately it is not working for me. Please help.
Script: Remove-PWFolder -FolderID '486359' -RemoveDocuments -RemoveFolders -ProceedWithDelete -Verbose
Hmmm. the Remove-PWDocuments command has a -UseSoftDelete option that will put files into the Deleted Items. That probably needs to be added to the Remove-PWFolder command too.
Until that happens you could delete the documents first with Remove-PWDocuments.
Do you know when this enhancement will be released?
I'm not even sure they'll do it. the developers will have to comment on it.