• I am trying to update the folder security for security type Folder rather than Workflow. I've experimented with the following: New-PWLogin -DatasourceName *Project* -BentleyIMS $FolderPaths = Get-PWFolders -FolderPath "path" -Slow Updat

  • Check for Write Access by a UserList within a Project

    I need to scan a project to find the folders a user, or userlist, has read/write access to. I wrote this to get the folders the UserList has read access to, but I need to take it a step further. $folders = Get-PWFolders -FolderPath 'FARM Bridge Program…
  • Apply rights to target directory

    Hello together I'm looking for the equivalent in PowerShell for the "Apply rights to target directory" function of ProjectWise. First I tried to make a script with the Import/Export Functions, the problem there is, that it doesn't overwrite users and…