• Update User IdentityProvider in PowerShell

    How can I update user's Identify provider column using PowerShell?
  • How to get immediate child folders in a folder

    How to get only immediate child folders in a folder in powershell.
  • Customize document version created on the first state

    Hello, is it possible to customize by PowerShell Script, the document version, once it is added to the ProjectWise Datasource? Basically, it is possible to customize the Document versions, by using WRE. But when we are adding a new Document to ProjectWise…
  • Add one User List to each Folder option

    Hello, Basically, there is one Account and Datasource, with hundreds of Folders in it and there is a need to include one additional User List permission setting with Read access, without need of doing it manually for each Folder. But every Folder and…
  • Export / search in Local Doument Organizer dashboard

    Hi, I am dealing with a long list of exported and locked documents, in which I need to make selections based on keywords in Export folder / Export comment file properties. Is there a way to search in Local Document Organizer dashboard, or alternatively…
  • New-PWRichProject how to mention Environment

    New-PWRichProject how to mention the Environment
  • Mention attributes when creating a document

    Is there any option to send attributes values while creating file using " New-PWDocument "? New-PWDocument -FolderPath '\testing\' -FilePath $f.FullName -Verbose
  • switching refrences to there active versios

    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…
  • How to Find Where an Environment has been used

    How can I easily find where an Environment has been selected / used? I am trying to clean up our Datasource and possibly remove some older Environments. I believe there are some projects which can be archived and Environments changed to our updated…
  • Check for Orphaned Files

    Is it possible to check for orphan files that exist on the in backend storage location, but not in the ProjectWise database/Front end?
  • Is there a PowerShell for PSET to rendition convertor?

    This seems like a general want for the Bentley users as they use Psets and Renditions are more limited. or a pset to PW file 'Set' convertor would help too.
  • List of Disabled users with disabled date

    Is there any way to export the list of disabled users with the date that user got disabled in ProjectWise using PowerShell?
  • Unable to disable the user from projectwise administrator.

    We are trying to disable a user from projectwise administrator application and we get an error "insufficient privileges". We got to know that there is a dedicated cmdlet called Set-PWUserDisabled to disable the user. Can someone please specify the steps…
  • Clear-PWWorkflowByFolderPath not functioning as expected

    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…
  • How To: Scripting the Project Lifecycle

    Added a new post to my blog, PowerWiseScripting.blog. Please check it out and let me know what you think. https://powerwisescripting.blog/2019/01/07/how-to-scripting-the-project-lifecycle/ Cheers, Brian
  • PS Report from Audit Trail

    Would like to get a report of all docs created by a specific user in a datasource from the Audit trail data. The user no longer exists in PW I would like a report that shows Doc name; User ID; Date and PW link to the doc All help will be apreciat…
  • Attempting to us Export-PWAccessControlToExcel and I get an error

    I am attempting to use Export-PWAccessControlToExcel in a PowerShell script and I get the following error: Export-PWAccessControlToExcel : Unable to find an entry point named 'aaApi_GetAAApiDir2' in DLL 'dmsgen.dll'. At line:14 char:1 + Export-PWAccessControlToExcel…