Posts

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

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

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

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

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

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

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Get ProjectWise Design Integration Version

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 a simple one today.  In this post, we will use the pwping.exe to determine the ProjectWise Design Integration (PWDI) software version for a specified server. Thanks to Gary Cochrane… Continue reading HowTo: Get ProjectWise Design Integration Version

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Get Document Attributes By View

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 assistance on how to generate a report containing document attributes for ONLY those attributes displayed within a View associated with the containing folder.  So, in… Continue reading HowTo: Get Document Attributes By View