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…
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:…
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…
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…
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…
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…