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. Recently, I had created a couple of reports, or rather spreadsheets, and realized this information would be more useful and easier to distribute, read, etc. if it was all contained in… Continue reading How To: Merge Multiple Spreadsheets Using New-XLSXWorkBook
Category: PWPS_DAB
How To: Add Progress Bar To Your PowerShell Script
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
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
