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)
Category: 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
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
HowTo: Get ProjectWise Folders By GUID Using dsqlGetSubFolders
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. Did you know that there is a SQL function provided with ProjectWise which will return all folders within a provided ProjectWise folder specified by the corresponding folder id. The name of… Continue reading HowTo: Get ProjectWise Folders By GUID Using dsqlGetSubFolders
HowTo: Get-PWParentWorkArea 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 thank Robert McMillan for the inspiration for this post. He had created a process to get the Parent Rich Project of a specified folder or document. In this… Continue reading HowTo: Get-PWParentWorkArea FUNCTION
