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 PowerShell function script file (.psm1) which will return an array of ProjectWise Document objects in a project which have been updated after a… Continue reading HowTo: Get Documents Updated After A Derived Date
Category: PWPS_DAB
HowTo: Generate ProjectWise User Licensing Report
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 getting more and more requests from ProjectWise Administrators asking how to generate a report listing all consultant accounts (non-company user accounts) to determine where their ProjectWise license is… Continue reading HowTo: Generate ProjectWise User Licensing Report
HowTo: Add Document Descriptions to a Reference Report
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, I am going to step through the process of adding addition columns to a reference file report generated using the Get-PWReferenceReportForDocuments. By default, this report does not include… Continue reading HowTo: Add Document Descriptions to a Reference Report
HowTo: Generate Folder Report Using Two Criterion
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 I will demonstrate how to generate a report for folders that meet certain criteria. We will use two bits of data to get only the folders that match… Continue reading HowTo: Generate Folder Report Using Two Criterion
HowTo: Use Range to Submit Renditions 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, I want to share how I used a range to select a subset of ProjectWise document objects from a collection to be submitted for renditioning using PowerShell. Keep… Continue reading HowTo: Use Range to Submit Renditions Using PowerShell
