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
Category: #ProjectWise
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
HowTo: Mirror Project Documents between Datasources
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, I am going to expand on my previous post, "HowTo: Mirror Project Folders between Datasources", and mirror the documents contained in the folders of a Work Area in… Continue reading HowTo: Mirror Project Documents between Datasources
HowTo:Mirror Project Folders between Datasources
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. Thanks to Buddy for this post. Buddy developed a script which would mirror folders and documents from one project to another. In this post, I am going to take that idea… Continue reading HowTo:Mirror Project Folders between Datasources
