• CONNECTED Projects Roles and Management

    Powereshell Team Powershell addition that allows the creation of new CONNECTED project ROLES from a spreadsheet. Powershell addition that allows you to manage the users assigned to CONNECTED project roles. Powershell addition that allows you to…
  • RE: IDEA: Globally Edit Project Saved Searches

    I have added a new Copy-PWSavedSearch cmdlet. Look for it in the next release of the PWPS_DAB module.
  • RE: is aaApi_SQLSelect supported in PowerShell? I would like to locate documents without an Attribute sheet.

    You should be able to run any Select query for the current ProjectWise datasource using the Select-PWSQL, Select-PWSQLDataTable or Select-PWSQLDataTableToSQLite cmdlets.
  • RE: Projectwise Transmittals Function

    After reviewing the logs, the problem was determined to be at a Windows level related to performance counters "Cannot load Counter Name data because an invalid index '' was read from the registry." To fix the problem the counters had to be rebuilt, as…
  • Import Files from Local Drive to ProjectWise Folder

    I have added another post to my PowerShell and ProjectWise blog which steps through the process of importing files from a local folder and creating new documents or versions if the documents already existed.. http://powerwisescripting.blog/2018/09/20…
  • Web Services Gateway & plug-ins installs are in the full ProjectWise Design Integration Server Installs

    Nothing else really to say, i'm just posting this here so the next time I spend an hour looking for the stupid plug-ins I'll have a nice reminder to not download the WSG from the Fulfillment center and to go straight to the Design Integration Server installs…
  • How To: Export ProjectWise Datasource Statistics To Excel Using PowerShell

    I have added another post to my PowerShell and ProjectWise blog which steps through the process of exporting out ProjectWise Datasource Statistics information to an Excel spreadsheet. http://powerwisescripting.blog/2018/10/10/how-to-export-projectwise…
  • RE: Cleaning up Environments

    Remove-PWDocumentSheet communities.bentley.com/.../478929
  • ProjectWise Connector for Microsoft Flow and IFTTT (If This Then That)

    I finally figured out how to create a rich project with Web Services Gateway and set its properties (also environment and workflow…no way to set storage), and create a document and set the environment properties. This is limited right now to string properties…
  • Projectwise Transmittals Function

    I have a user in my office who is experiencing an issue in the above subject. PW590 is currently installed and is receiving the attached error when trying to use transmittals. Any advise would be appreciated. I have reinstalled the connector to no avail…
  • Version 1.3.18.0 of PWPS_DAB just posted to the PowerShell Gallery

    We just posted version 1.3.18.0 of the #PWPS_DAB #PowerShell module for #ProjectWise to the PowerShell Gallery. To install: Run an Admin session of 32-bit PowerShell v5 and use the cmdlet Update-Module PWPS_DAB (if you already have the module) or Install…
  • RE: Set-PWUserLicenseSource

    Kevin, I also tried to use this parameter -useclient and -useserver but it didn't work for me as well. I'll try to find if this is a defect or we are missing something. However if you want to change Licensing setting for the user then you can try…