#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

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

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

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

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

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

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

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

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Use Add-PWSavedSearchOrGroup

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 be demonstrating how to use the Add-PWSavedSearchOrGroup. This new functionality allows you to expand the functionality of your saved searches. You simply add an OR Group… Continue reading HowTo: Use Add-PWSavedSearchOrGroup