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. ProjectWise provides a powerful Saved Search feature, but managing those searches programmatically isn’t always straightforward. While the ProjectWise SDK exposes many useful APIs, some functionality—such as modifying an existing saved search—requires… Continue reading HowTo: Renaming a ProjectWise Saved Search with PowerShell
Tag: programming
FUNCTION: Add-PWAuditTrailComment
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. After my previous post to add a comment to a folder, I decided to create a function which would allow you to add a comment to documents as well. The function… Continue reading FUNCTION: Add-PWAuditTrailComment
HowTo: Add Comments to Folder Objects 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, we’ll walk through a PowerShell example that prompts a user to select a ProjectWise folder and then programmatically adds a custom comment to that folder’s audit trail using… Continue reading HowTo: Add Comments to Folder Objects Using PowerShell
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
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
