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
Category: 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
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
HowTo: Use Copy-PWFoldersBetweenDatasources
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 Copy-PWFoldersBetweenDatasources. This is a powerful tool which can be used to quickly migrate or copy data from one datasource to… Continue reading HowTo: Use Copy-PWFoldersBetweenDatasources
HowTo: Get Work Areas by Date Properties
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 returning all ProjectWise Work Areas where the Project Properties date values meet specified criteria. I had a user ask for a way to filter the… Continue reading HowTo: Get Work Areas by Date Properties
