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
Author: Brian Flaherty
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
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)
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)
HowTo: Remove Users Without Membership
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 recently had a request for a script to remove all user accounts from a ProjectWise datasource if a user account was not a member of any Group. In this post,… Continue reading HowTo: Remove Users Without Membership
