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 to compile a report listing all of the File Type Associations associated with each of the three document processors (Full Text Indexing, Thumbnail Extraction, and File… Continue reading HowTo: Create File Type Association Report
Category: #PowerWiseScripting
HowTo: Update User’s Domain
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. Recently, I realized there is not a cmdlet available to update the Domain (SecProvider) associated with a Windows type ProjectWise (PW) user account. This is not a common setting to have… Continue reading HowTo: Update User’s Domain
HowTo: Get Document Count for Disabled User(s)
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 will demonstrate how to generate a report listing all disabled accounts within a ProjectWise (PW) datasource and the number of documents they were the creator of. The… Continue reading HowTo: Get Document Count for Disabled User(s)
HowTo: Get ProjectWise Folder Paths with the dsql_GetSubFolders SQL 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. In this post, I will demonstrate another method of obtaining the full path of a ProjectWise folder(s). The idea for this stemmed from a post on the Bentley Communities site where… Continue reading HowTo: Get ProjectWise Folder Paths with the dsql_GetSubFolders SQL Function
HowTo: Use New ProjectWise Folder Object Methods
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 looking at the three new methods added to the ProjectWise Folder object with the latest release of the PWPS_DAB module (1.24.0.0). These methods offer a… Continue reading HowTo: Use New ProjectWise Folder Object Methods
