• Get_oidctoken expiration

    Hello I have a scheduled task that need OIDC_Token to configure user synchronization for connected projects, in my script, I have : $oidcToken = Get-OIDCToken -UseCacheIfAvailable IF ($OIDCtoken.TTL() -lt 100) { $OIDCtoken.Refresh() } How may…
  • Get-PWAllOwnedConnectedProjectIds returns only manually created project with deliverable management

    Hello ( Projectwise North Europe Datacenter, On premise Projectwise Datasources Pjw connect Server 3.299) I created some connected projects with PowerShell script, all is ok and works well, i can see them on the web console, i have Projectwise…
  • How to define ' Add work area participants to project on access ' when you create a connected project by script

    For over a year, we have been automatically creating connected projects for onpremise data sources (PJW DI 3.299) with a web connection using powershell. But since November, there is a new checkbox "Add work area participants to project on access" that…
  • How to set Datasource security for the root / top folder ?

    Hello, I need to change 250+ datasource parameters for the security of the root folder. Manually, I go to pw administrator, select my project/datasource, right-click Properties, then edit 'folder security' and 'document security' Can i do it with…
  • Import-PWDocuments error codes and shortened path

    Hello I recently use Import-PWDocuments to import huge folders (275000 files, about 700 Gb) It worked quite well but i had 3 different issues, The script send me different warning of some files (12 files) who were not imported , do you have…
  • Import-PWDocuments not working as expected

    #Needs 32bit verion of powershell #This needs the PWPS_DAB module which is installed on the PWZ server. Also, please update the source code in TFS. Set-ExecutionPolicy -ExecutionPolicy Unrestricted; Import-Module -Name pwps_dab; function emptyLogFile…
  • Is there a powershell command to get ODBC name of datasources

    Hello, is there a PowerShell command to get the ODBC name for a specific (or all) datasource ? I found a command that give me the details of datasource and the fact that it's an ODBC datasource, but I can't find a way to get the ODBC name Get…
  • Is there a way to index only PDF and Office files

    Hello, I have some datasource with hundred of different extension files I do not want to index with the full text document processor. Is there a way to configure with Projectwise administrator (or other solution ) the Document processor / full text…