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. Ever run a script and wonder how far along it is? Why not add a Progress Bar to your script to give you a visual queue as to where in the… Continue reading How To: Add Progress Bar To Your PowerShell Script
Category: #PowerShell
How To: Customize PowerShell’s TitleBar
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. Some of the first things I ask a user when assisting with PowerShell are: Are you running the 32-bit or 64-bit version of PowerShell? Are you running as an Administrator? Which… Continue reading How To: Customize PowerShell’s TitleBar
How To: Deal with Long Paths
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 encountered an issue when exporting documents out of a ProjectWise datasource and importing them into another datasource. The issue encountered had to do with the long path names. ProjectWise… Continue reading How To: Deal with Long Paths
How To: Get ProjectWise Documents by Owner
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 user ask if it was possible to search for ProjectWise documents based on the owner of the documents. Unfortunately, at the time of this post, we do… Continue reading How To: Get ProjectWise Documents by Owner
How To: Add a New Folder to All Projects (Updated)
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 had a user request a script that would add a sub-folder (PDF) to each of their Rich Projects / Work Areas within the current ProjectWise Datasource. The following script will… Continue reading How To: Add a New Folder to All Projects (Updated)
