• How to define ' Add work area participants to project on access ' when you create a connected project by script

    For over a year, we have been automatically creating connected projects for onpremise data sources (PJW DI 3.299) with a web connection using powershell. But since November, there is a new checkbox "Add work area participants to project on access" that…
  • ProjectWise365 Project Setup Development

    We are trying to add a PW365 component to our existing ProjectWise project creation PowerShell script using Add-PW365Project , and have run into issues with the OIDCToken. After looking into this post to troubleshoot, it seems like Set-PWConnectedProjectAssociation…
  • Link connected project to project 365

    Hi everyone, Is somebody know how to link a connected project to a project 365? I heard it was to possible using a web api. I already use the web api to create a connnected project but till now i don't see the part for project 365. Also, is it possible…
  • Bulk Remove Disconnected Projects from connect.bentley.com

    I am looking to rebuild connected projects on connect.bentley.com using Powershell. In the process of attempting to delete my current connected projects from ProjectWise 365 they were instead disconnected from our ProjectWise projects using Remove-PWConnectedProject…
  • Get_oidctoken expiration

    Hello I have a scheduled task that need OIDC_Token to configure user synchronization for connected projects, in my script, I have : $oidcToken = Get-OIDCToken -UseCacheIfAvailable IF ($OIDCtoken.TTL() -lt 100) { $OIDCtoken.Refresh() } How may…
  • Delete connected project

    Hello is there a way by pwps_dab (or ..) to delete a connected project by ID (or ID + name ou ..) without using any connection & login to projectwise Datasource The user who will delete the project is the creator of the project . For example to…
  • Sync Users from Rich Project to Connected Project

    Hi, Is there a way to sync users from a Rich Project in ProjectWise Explorer (i.e. PW Admin Userlist members) to the corresponding Connected Project members list? Currently we have Deliverables Management enabled and right-click on the Deliverables…
  • CONNECTED project creation

    I am looking to both 'Enable ProjectWise Drive' and turn on 'Sync Work Area Participants' as part of our new CONNECTED project creation process. I am looking for Powershell options. Has anyone come up with a solution? Thanks Dave
  • list connected project team members

    Note that DM is not installed. Is it possible to get a list of Connected Project team members using powershell? If yes... how? Thanks for you patience, Kevin.
  • Turn on DM to add users to CONNECTED Project?

    Is there a way to turn on / off DM for a connected project via pwps_dab? I was encountering an error trying to use Add-PWUsersToConnectedProject: " Connection for provided BcKey can not be resolved. " and traced it back to not having DM provisioned…