What is the quickest way to get the full paths of your ProjectWise folders?
Category: #ProjectWise
HowTo: Create Work Area From Template With Specified Level of Sub-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. Users have been requesting methods to create new Work Areas in ProjectWise from a Template. However, they don't always want to copy all of the available sub-folders into the new Work… Continue reading HowTo: Create Work Area From Template With Specified Level of Sub-Folders
HowTo: Get Local Time From UTC
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 request for advice on how to deal with date time data being returned when running the Get-PWUserAuditTrailRecords cmdlet. The date time values are being returned in UTC… Continue reading HowTo: Get Local Time From UTC
HowTo: Filter Documents on Dates
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 will be creating a function (Get-PWDocumentsBetween) to filter an array of ProjectWise Documents based on the FileUpdatedDate and / or the DocumentUpdatedDate. I realise the Get-PWDocumentsBySearchWithReturnColumns cmdlet… Continue reading HowTo: Filter Documents on Dates
HowTo: Export And Update Document Attributes On Import
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 realize I have another post stepping through the process of updating document attributes (How To: Update Document Attributes Using PowerShell). However, I had a request for a method to export… Continue reading HowTo: Export And Update Document Attributes On Import
