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
Category: 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
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
HowTo: Use New-PWFoldersFromSpreadsheet
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 using information imported from an Excel Workbook to create folders within a ProjectWise datasource. There are six required columns to be included in the Excel… Continue reading HowTo: Use New-PWFoldersFromSpreadsheet
HowTo: Confirm Disk Space Prior To Migration
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 creating a PowerShell module script file (.psm1) which contains a function to verify if there is enough space on a local drive to proceed with… Continue reading HowTo: Confirm Disk Space Prior To Migration
