• Powershell Login - Remove messages

    Hello, When i run the New-PWLogin Command, at the start it gives the following three messages as output: Security Protocol now set to TLS 1.2 PWPS_DAB Version is 2.1.18.0 This is a 64-bit process. Since I want to create an .exe-file with this…
  • Unable to login to datasource with service account

    Hi, I'm attempting to login to our datasource using a new service account, but receive an error 55501 when logging in. Currently this is what I'm using which results in the 55501 error: $userName = "username" $password = "password" $securePassword…
  • Connecting to ProjectWise with Powershell

    I'm currently trying to use the PWPS_DAB module, but I haven't been able to connect to ProjectWise. I've been trying the New-PWLogin cmdlet, but it's been returning false with the warning WARNING: Error logging in to 'servername.xxx.xx:ABCD' -91003…
  • IMS Login into multiple datasources

    Similar situation as: https://communities.bentley.com/products/projectwise/content_management/f/projectwise-powershell-extensions-forum/143135/login-into-multiple-datasource/434536#434536 I would like to create a 2 PW sessions. I have it working if…