• Export-PWDocuments script crashes Powershell

    Hi All, I was given the following script from Bentley to allow me to export a fair amount of data from our datasource which will be backed up somewhere (somebody else will be looking after that). For now I just want to copy out the files. The command…
  • Exporting Multiple Document Properties [Not Using Import/Export to Excel Tool]

    Question related to exporting document property data from our Datasource (not the actual files). Looking to extract document properties for about ~12,500 files, for use on another task. The amount of documents will continue to grow as the Project develops…
  • Define Interface when using Export-PWDocument with export of metadata

    Hi! In Projectwise we have multiple Interfaces within the same Environment. Does anyone know of there is a way to define which interface should be used when exporting documents with metadata using Export-PWDocuments? I did not see any possiblity to…
  • Export Outlook mails and attachment to specific PW folders.

    HI Guys, I need your help, is there a way to automate my situation right now, I'am managing the documents of Three (3) different projects and receiving all submission thru outlook mail. Everyday, I have to export/download all mails including their attachments…
  • Using the Export-PWDocumentFilesToZip

    I have added another post to my PowerShell and ProjectWise blog which steps through the process of exporting ProjectWise documents to a zip file on the local drive. Obviously, the ProjectWise documents must have a physical file associated with them. …
  • Help with Get-DocumentReportDataTable

    I am trying to create a drawing index in Projectwise using Powershell. I used the get-documentreportdatatable cmdlt and it worked fine but I would like to pick and choose the attributes that powershell exports to excel because it gives me a lot of superfluous…
  • RE: ProjectWise-export, download or copy 55 folders each day to my computer

    PowerShell is certainly the answer here.. run the script as a scheduled task.. I usually run them on a separate server, and have them email me any errors when complete. See below.. this should get you started. You'll obviously want to test this in a…