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. I realize I have another post stepping through the process of updating document attributes (How To: Update Document Attributes Using PowerShell). However, I had a request for a method to export… Continue reading HowTo: Export And Update Document Attributes On Import
Category: #PowerShell
HowTo: Get ProjectWise Design Integration Version
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. I've got a simple one today. In this post, we will use the pwping.exe to determine the ProjectWise Design Integration (PWDI) software version for a specified server. Thanks to Gary Cochrane… Continue reading HowTo: Get ProjectWise Design Integration Version
HowTo: Get Document Attributes By View
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. I recently had a request for assistance on how to generate a report containing document attributes for ONLY those attributes displayed within a View associated with the containing folder. So, in… Continue reading HowTo: Get Document Attributes By View
HowTo: Using PWPS_DAB_Remoting
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. Within the PWPS_DAB module, there is a gem of a cmdlet that I believe has been overlooked. It's the Request-PWRemoteScriptExecution cmdlet. This cmdlet has been available since version 1.3.8.0. It is… Continue reading HowTo: Using PWPS_DAB_Remoting
HowTo: Create / Manage Lookup Tables
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. With the release of the PWPS_DAB module version 1.16.3.0, we now have the ability to create and manage lookup tables within ProjectWise using PowerShell. The purpose of this functionality is to… Continue reading HowTo: Create / Manage Lookup Tables
