• 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…
  • Recreate ProjectWise Folders Locally

    Based on a previous post ( Exporting complex folder structure from ProjectWise to Windows - ProjectWise PowerShell Extensions Forum - ProjectWise - Bentley Communities ) I've successfully re-created a ProjectWise tree locally using the following:…
  • Help creating "24hr Changes" export script for a Work Area folder

    I'm trying to create a script that will search for any changes to files/folders made to a " Work Area " folder within a 24 hour period and export out a copy to a local folder for those changed items. This script will be executed once a day via Task Scheduler…
  • 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-PWDocuments and Document sets

    Hello, it there a way in Powershell to export a PJW folder containing document sets with files inside document sets ? Best regards L Lagrevol
  • Export-PWDocuments and missing metadata xlsx file

    Hello, I need to export +90.000 files with excel metadata informations . I use export-PWDocuments for this (code below) When i export small number of files, all is OK, i have the right nulmber of files and an excel file with all metadata & audit…
  • Export-PWDocuments - how to prevent creation of ProjectWise folders on disk?

    Hello, i use Export-PWDocuments to export one document from ProjectWise to a share on the network. I use the following command with parameters: Export-PWDocuments -InputDocuments $validationFile -OutputFolder $exportDirectory -JustOneFolder The…