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
Category: #ProjectWise
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
HowTo: Archive a Work Area
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 "Archiving" a Work Area from a ProjectWise datasource to a SQLite database. The end result of this process is a SQLite database containing nearly all… Continue reading HowTo: Archive a Work Area
HowTo: Create Work Area and Connected Project
In this post, we will be stepping through the process of creating a new Work Area using the New-PWRichProject cmdlet and an associated Connected Project using the Add-PWConnectedProject. We will also be using few other Connected Project related cmdlets for data validation and to obtain a token which is required for all of Connected Project… Continue reading HowTo: Create Work Area and Connected Project
