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. Thanks to Dave Brumbaugh for another very informative demo video. In this video, Dave demonstrates some new functionality available with the export and import process. He works with long paths, which… Continue reading Import Export PowerShell Demo
Posts
HowTo:Use New .Methods
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. With this latest version of the PWPS_DAB module (version 1.21.0.0) we have incorporated methods into some of the ProjectWise objects; Users, Groups, UserLists, and Workflows. Using methods allows you to get… Continue reading HowTo:Use New .Methods
HowTo: Fastest Way to Get FolderPath
What is the quickest way to get the full paths of your ProjectWise folders?
PowerShell: $null VS Out-Null
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 been doing a bit of research and a lot of testing lately regarding the use of the Out-Null cmdlet. Typically, I have been using the Out-Null when adding members… Continue reading PowerShell: $null VS Out-Null
HowTo: Create Work Area From Template With Specified Level of Sub-Folders
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. Users have been requesting methods to create new Work Areas in ProjectWise from a Template. However, they don't always want to copy all of the available sub-folders into the new Work… Continue reading HowTo: Create Work Area From Template With Specified Level of Sub-Folders
