#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

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

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

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

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

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

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Monitor Folder to Import Documents Into ProjectWise

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 setup a FileSystemWatcher to monitor a specified local folder for new files. When a new file(s) is created in the folder on the… Continue reading HowTo: Monitor Folder to Import Documents Into ProjectWise

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo:Use an Assertion to Validate/Create a Folder

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 use an Assertion to verify if a ProjectWise folder exists in the current datasource. If the folder does not exist, it will be… Continue reading HowTo:Use an Assertion to Validate/Create a Folder