#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Run a ProjectWise Scan For References using PowerShell

Be sure to check out my Scripting4Crypto initiative. It’s a fun way to get into using cryptocurrencies all while getting your PowerShell needs met.

We’ve had many requests for the ability to run a ProjectWise Scan For References and Link Sets using PowerShell. If you were not aware, there is a scanref.exe command line utility delivered with the newer versions of ProjectWise Explorer (CONNECT Edition). I have created a PowerShell function named New-PWScanForReferences which is delivered with the PWPS_DAB module that utilizes the scanref.exe command line functionality.

This executable is located in the ProjectWise bin directory:
C:\Program Files (x86)\Bentley\ProjectWise\bin\scanref.exe


First thing to do is take a look at the available help to familiar yourself with the many parameters available. There are many parameters for this function and we will not cover them all. I am going to demonstrate a fairly straight forward scan for references process. I recommend you become familiar with all of the parameters and options.

ref1


Experiment with it and have fun.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.