#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

How To: Create Custom Picklists within ProjectWise Using PowerShell

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'm going to demonstrate how to create and use custom picklists within ProjectWise using PowerShell. These custom picklists can be used to limit the values available for document… Continue reading How To: Create Custom Picklists within ProjectWise Using PowerShell

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

How To: Change the Environment on a Project with Documents

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've come across a few instances where users are having difficulty changing the ProjectWise Environment associated with a folder. The cause of the issue was that some or all of the… Continue reading How To: Change the Environment on a Project with Documents

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

How To: Report on All GUI Attributes

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

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

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

#PowerShell, #PowerWiseScripting, #ProjectWise, 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