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. There have been many, many requests asking for the ability to get and set user settings and user default settings within a 64-bit session of PowerShell. Thanks to Dave B. this… Continue reading HowTo: Get and Set User Settings Using PowerShell with PWPS_DAB (64-Bit)
Category: #ProjectWise
HowTo: Create a Scheduled Task 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 want to share a PowerShell function that I've built to quickly create Scheduled Tasks within Windows using the Register-ScheduledJob cmdlet provided with the PSScheduledJob module. I realize… Continue reading HowTo: Create a Scheduled Task Using PowerShell
How To: Update Document Attributes 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. Recently, I have had a few requests for assistance with updating ProjectWise Document attributes using PowerShell. So, I am going to step through the process in this post. Hopefully, you will… Continue reading How To: Update Document Attributes Using PowerShell
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
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
