• Update version Sequence

    Is there a way to update the sequence of versions when they are scrambled? The large set of data I have has this problem so a batch fix through PowerShell I would think would be a better solution versus deleting and reimporting the documents in the correct…
  • Set-PWDocumentVersion

    Hello, I'm trying to change the Version of documents building off the following script, but receiving errors that the parameters don't exist. New-pwlogin -usegui $InputDocuments = Import-Csv "ENTER FILE PATH.csv" ForEach($A in $InputDocuments…
  • Get-PWDocumentsByGUIDs | CheckedoutDate is Wrong

    When I trying to get the document which is checked out already, the below command is giving a wrong date formate. The date is constant one, its not updating the real one, Get-PWDocumentsByGUIDs -DocumentGUIDs $Doc.DocumentGUID -Verbose
  • How to get the list of parent folders in a data source

    I want to get the list of parent folders in ProjectWise data source using powershell Is there a way to extract them using powershell?
  • Folder not found during Set-PWEnvironmentByFolderPath

    Hello, I am trying to set the environment of a folder and all its subfolders. It's able to find all folders and their ID with line 7 (of the image below), but when I try to set the environment it returns the warnings "Folder 'XXXX' not found". The environment…
  • 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…
  • Add one User List to each Folder option

    Hello, Basically, there is one Account and Datasource, with hundreds of Folders in it and there is a need to include one additional User List permission setting with Read access, without need of doing it manually for each Folder. But every Folder and…
  • Set-PWConnectedProjectAssociation

    I created a rich/connected project manually. And i want to associate it both. Using the below code is saying error and even I could not get the connected project guid. The connected projectid is showing like "00000000-0000-0000-0000-000000000000" Could…
  • Getting PW Web/Teams Link Cmdlet

    Do we have any "Cmdlet" to getting the link of PW WEB/TEAMS ? or any other methods ?
  • Set-PWDocumentState failing

    I am trying to change the state of a file with using the below code, but i am getting an error message like below. If someone could correct me where i am wrong would be very much appreciated Error Message : VERBOSE: Found 1 documents WARNING: Failed…
  • Name of the below Attribute ? to update Work area Name

    I am using the below code to update the connected work area name but i am struck here that, when i put @{PROJECT_Project_Name="NewProjectName"} this will be updating the properties not the name of the project. The rectangle marked one in that image that…