I am trying to get all User type access control list using Get-PWFolderSecurity. But unfortunately it is taking more time to get the results and I did not find a way to filter only ' User' type results. Is there any way to filter out the results so that…
Hello,
My template work area has all the folder structure with the required workflows with permissions applied. Also, the template has user-lists with a particular prefix.
When I try to create New-PWRichProject from the template project, I go through…
Hello, When i run the New-PWLogin Command, at the start it gives the following three messages as output:
Security Protocol now set to TLS 1.2
PWPS_DAB Version is 2.1.18.0
This is a 64-bit process.
Since I want to create an .exe-file with this…
I was trying to get the list of folders in a folder. But I can see a large number of empty folders in the result. Is there any way to exclude empty folders while querying folder list using Get-PWFolders?
$UndergroundStorageFolders= Get-PWFolders …
I want to export a set of documents and its attributes to an excel file. I tried it using " Get-PWDocumentsBySearch " function and was not able to find the attributes value
$documents=Get-PWDocumentsBySearch -FolderPath '\Software' -GetAttributes…
Hello,
is there a way to switch the references of an ProjectWise document to there active versions in the PWPS_DAB?
I tryed to build an work arround but there is only an Add-PWDocumentReference which allows me to add aditionally references but i cant…
Is there is any powershell cmdlet or method to get the projectwise web link ?? Below is the one that I am using for getting the connect pw explorer project link. Is there is any method like the blow to get the web link ??
Would be great if someone help…
I'm running ProjectWise 10.00.03.140 and PWPS_DAB 1.12.3.0.
When I run the below to attempt to clear the workflow from a nested folder structure it returns "WARNING: Folder 'XXXX' not found" for every folder ID in the path.
$folders=Get-PWFolders…
Hi,
I currently have a quick line of code that goes through a global search on ProjectWise and extracts the metadata. My result is a lot more then what is needed. The excel sheet comes with a general tab and a tab of the current view but it does not…