#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Generate Application 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 looked at the number of applications available within a ProjectWise datasource? In the  datasource used for this post, there are 199 defined applications. Of those, how many are… Continue reading HowTo: Generate Application Usage Report

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Create File Type Association 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. 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

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

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

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

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)

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

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