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
Category: #ProjectWise
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
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
How To: Scripting the Project Lifecycle
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 you will find a video from Dave Brumbaugh, where he steps through entire Project Lifecycle process via PowerShell scripting. The video is approximately 15 minutes long, however, it… Continue reading How To: Scripting the Project Lifecycle
How To: Export Entire Project Including Empty Folders
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 got another quick one for you today. Had a user ask how to export an entire project out to their local system. They were exporting all of the documents, but… Continue reading How To: Export Entire Project Including Empty Folders
