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
Category: #ProjectWise
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
HowTo: Create New Work Area Using SharePoint Data
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'm going to expand on what was done in the previous post, HowTo: Update Work Area Properties From SharePoint. In the previous post we gathered data from SharePoint,… Continue reading HowTo: Create New Work Area Using SharePoint Data
HowTo: Update Work Area Properties From SharePoint
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 am getting more and more requests for assistance with getting data from a SharePoint site and using that data to update Work Area / Project Properties within ProjectWise. So, in… Continue reading HowTo: Update Work Area Properties From SharePoint
