#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Get Document(s) in Folder(s) Statistics

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. Here is a function to get document statistics for a specified folder. Thanks to Kevin Van Haaren for providing this via the Bentley Communities page.    FUNCTION Get-QXFolderStats {<# .SYNOPSIS Return… Continue reading HowTo: Get Document(s) in Folder(s) Statistics

#ProjectWise, #PowerShell, #PowerWiseScripting, PWPS_DAB

HowTo: Navigate to Infrastructure Cloud Project

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 have a simple one today. Lately, I am finding myself needing to navigate to an Infrastructure Cloud project associated with a Work Area. This is simple to do within PowerShell.… Continue reading HowTo: Navigate to Infrastructure Cloud Project

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Get ProjectWise Work Area Property Definitions

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. When working with ProjectWise Work Area Types, it is often necessary to inspect the attribute definitions assigned to a specific Work Area class. The Get-PWWorkAreaProperties function provides a simple way to… Continue reading HowTo: Get ProjectWise Work Area Property Definitions

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Generate List of Documents Stuck in Coming In / Going Out

In this post, we will be generating a list of documents which are stuck in the "Coming In" and / or "Going Out" status. You are unable to explicitly select documents within these two statuses within the Saved Search tools. If someone is aware of a way to do this, please reply to this post.… Continue reading HowTo: Generate List of Documents Stuck in Coming In / Going Out

#PowerWiseScripting

PowerShell Performance Win: A One-Line Change That Saved 50+ Hours

This is a quick post, but I felt it was worth sharing—especially for fellow ProjectWise users and PowerShell scripters who work with large datasets. Recently, I was working on a script to generate a comprehensive report of all documents within a complex ProjectWise folder hierarchy. The scope? A whopping 29,240 folders and over 420,000 documents.… Continue reading PowerShell Performance Win: A One-Line Change That Saved 50+ Hours