What is the quickest way to get the full paths of your ProjectWise folders?
Category: #PowerShell
PowerShell: $null VS Out-Null
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 been doing a bit of research and a lot of testing lately regarding the use of the Out-Null cmdlet. Typically, I have been using the Out-Null when adding members… Continue reading PowerShell: $null VS Out-Null
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
