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
Category: #ProjectWise
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
How To: Add a New Folder to All Projects (Updated)
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 user request a script that would add a sub-folder (PDF) to each of their Rich Projects / Work Areas within the current ProjectWise Datasource. The following script will… Continue reading How To: Add a New Folder to All Projects (Updated)
How To: Update ProjectWise Folder Security
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 will go through the process of adding access control settings to a project folder. Then resetting and updating access control on each of the immediate children folders… Continue reading How To: Update ProjectWise Folder Security
