• 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 …
  • Unable to download file while using Projectwise Web

    Unable to download file/s while using Projectwise Web no matter which browser I try. Preview option is also not working. Getting the below error- and this when trying to preview a file- At the top its says that 'This server is not publicly accessible…
  • 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. …
  • get documents that do not have files with powershell

    Is there a way to check all data stores and return a set of documents that do not have files - using powershell? I am busy with a dev for this; I am stuck at the last step - trying to confirm that a Document is deleted or not. When using Project Wise…
  • looking for "Get-PWDocumentAttribute" functionality

    Is there a way to extract a document's attributes? I am using "Update-PWDocumentAttribute" and that works great, however, I would like to do the reverse...given a document (object) that I read into a variable, I would like to access the values of the…
  • How can I move a file to a different storage?

    Hi all, I am very new to PWPS and to this forum. So I'll offer my apologies in advance if my questions seem (too) simple or too complicated for this gremium! But I will try anyway. In short: We would like to move a file from one storage in PW to another…
  • 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.
  • update / change / set Document store area (thus moving document from drive and folder to drive and folder)

    In Explorer: new store area added as resource to project, sub folder store area property changed to new store area. Existing folder documents still assigned to old store area; is there a cmdlet to update document store area property?