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 had a user ask how they could build a file description using the values from four source strings. The caveat is that any of the strings could be null or… Continue reading A Little Fun with Strings
Category: PWPS_DAB
HowTo: Generate Attribute Usage Report
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. Have you ever wondered which attributes (columns) within each of your ProjectWise Environments are actually being used? I have seen many users with multiple environments, each containing hundreds of attributes. The… Continue reading HowTo: Generate Attribute Usage Report
HowTo: Get-PWCommands FUNCTION
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 want to share a function I created to quickly find a cmdlet(s) within the PWPS_DAB module. I realize you can use the Get-Command cmdlet or the Commands window with PowerShell… Continue reading HowTo: Get-PWCommands FUNCTION
HowTo: Setup New Datasource
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. UPDATE: There was in issue in one of the functions I provided. Please download the attachment again to get the latest file. In this post, we will be using two PowerShell… Continue reading HowTo: Setup New Datasource
HowTo: Cleanup DMS_CHKL Table
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. In this post, we will be cleaning up the dms_chkl table. This table tracks where documents have been copied out, checked out or exported, and by whom and on which computer… Continue reading HowTo: Cleanup DMS_CHKL Table
