#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

How To: Add a Column/Attribute To an Environment

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 want to quickly demonstrate how to add a document attribute to a ProjectWise Environment and set the Default Value and Value List options. We will only be… Continue reading How To: Add a Column/Attribute To an Environment

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

How To: Search Entire Datasource for Documents with Specific Name

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. A user was attempting to retrieve all documents with a specific name within their ProjectWise datasource. The user had imported a spreadsheet listing the documents they would like to search on. … Continue reading How To: Search Entire Datasource for Documents with Specific Name

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

How To: Add Dynamic Parameters to Your PowerShell Functions

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 am going to demonstrate how to add dynamic parameters to your PowerShell functions. I will create two functions which each contain one or more dynamic parameters. I… Continue reading How To: Add Dynamic Parameters to Your PowerShell Functions

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

How To: Get and Set “Use Access Control” within 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. Many times, when running PowerShell scripts which are processing a lot of documents and/or projects, having access control turned off for the ProjectWise user account will decrease the amount of time… Continue reading How To: Get and Set “Use Access Control” within PowerShell

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

How To: Generate Report For Checked Out 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. Recently, I had a user needing to generate a report listing all ProjectWise documents checked out. He had created a saved search within ProjectWise Explorer which quickly returned all document objects… Continue reading How To: Generate Report For Checked Out Documents