• ProjectWise 2023 required SSL/TLS sucks for on prem deployments?

    I understand why there is a mandatory switch for SSL/TLS in the Network Control Panel but it's going to delay our roll-out of ProjectWise 2023 until we come up with a workable setup and make sure this isn't going to kill our network or VMs. Not sure if…
  • PowerShell Workflows - explanation

    I found an article that helps define a PowerShell workflow vs. a PowerShell function. The Basics of Windows PowerShell Workflow: When to Use It and Why
  • ProjectWise Integration Module for AutoCAD/Civil 3D 2023 now available

    ProjectWise Integration Module for AutoCAD/Civil 3D 2023 is now available for download: Version: 10.04.02.57 ProjectWise 10.00.03.453 The ProjectWise Integration Module for AutoCAD contains the installation package needed to integrate AutoCAD…
  • Get-PWDSConfigEntry got really (really!) slow in pwps_dab 23.0.0.0

    I noticed that Get-PWDSConfigEntry got really slow for me, it takes over a minute and a half on my computer. I noticed that a couple of extra properties got added to the returned object ODBCDatasourceName, ODBCUserName. I assume it's related to those…
  • Tab completion for datasource names in New-PWLogin

    I figured out how to get tab completion for datasources on the New-PWLogin, even puts in the quote marks for you. Add this to your profile.ps1 file: # Silently import PWPS_DAB Import-Module PWPS_DAB -Verbose:$false -ErrorAction Stop -DisableNameChecking…