• Customize document version created on the first state

    Hello, is it possible to customize by PowerShell Script, the document version, once it is added to the ProjectWise Datasource? Basically, it is possible to customize the Document versions, by using WRE. But when we are adding a new Document to ProjectWise…
  • How to combine 2 ProjectWise document objects list into one in PowerShell

    How to combine 2 ProjectWise document objects list into one in PowerShell
  • find ducuments with "Coming In" or "Going Out" status

    I was trying to search the documents with "Coming In" or "Going Out" status. But it is not working in Powershell. $Docs = Get-PWDocumentsBySearch -GetAttributes -FolderPath ".Transmission Pipelines\Bentpath East Pool NPS16\2020 ILI\" -Attributes …
  • 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. …
  • differentiate between set and document Get-PWDocumentsBySearch

    Get-PWDocumentsBySearch is getting sets and documents from folders How do you differentiate between one or the other when iterating the attained document array? I need to skip sets and only process documents. Thx. Kevin.