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 request come in where a user wanted a report listing which attributes were used on each of their ProjectWise Interfaces for a specific ProjectWise Environment. First thing I… Continue reading How To: Report on All GUI Attributes
Posts
How To: Merge Multiple Spreadsheets Using New-XLSXWorkBook
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
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
