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
Category: #PowerWiseScripting
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
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
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
HowTo:Create and Use Encrypted Password File
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 have a simple one for this post. I will go through the process of creating a text file to contain an encrypted password. We will then retrieve the encrypted password… Continue reading HowTo:Create and Use Encrypted Password File
