#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

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

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

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

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

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Use Parameter Validation In PowerShell for ProjectWise (2 of 2)

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 covering how to add ProjectWise specific Variable Validation Attributes to PowerShell. These will help you create more efficient PowerShell functions which work with ProjectWise objects.… Continue reading HowTo: Use Parameter Validation In PowerShell for ProjectWise (2 of 2)

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Use Parameter Validation In PowerShell for ProjectWise (1 of 2)

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 covering how to use Variable Validation Attributes within PowerShell. In a follow-up post, I will be expanding on this to add ProjectWise specific Variable Validation… Continue reading HowTo: Use Parameter Validation In PowerShell for ProjectWise (1 of 2)