#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

How To: Get File Size Summation

In this post I am going to show how to get a quick file size summation for a datasource. And then put it into a function to offer a quick way to display the result. All of the ProjectWise related cmdlets are available using the PWPS_DAB module. At the time of this post, I am… Continue reading How To: Get File Size Summation

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Get List of Connected Users

In this post, I will show a quick way to get a list of connected users within the active ProjectWise datasource utilizing a method from the PWWrapper provided with the PWPS_DAB module. Performance for this process will depend on the number of users within your PW datasource. All of the ProjectWise related cmdlets are available… Continue reading HowTo: Get List of Connected Users

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Navigate to a Folder / Document within ProjectWise Explorer

Occasionally, while working within PowerShell you will need to access a folder or document within the ProjectWise Explorer client. This can easily be done using the folder or document URN. In this post, I will demonstrate how to navigate to a ProjectWise (PW) folder or document within ProjectWise Explorer (PWE) from PowerShell using a URN. … Continue reading HowTo: Navigate to a Folder / Document within ProjectWise Explorer

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Create a Work Area from a Template

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 new ProjectWise (PW) Work Area from a PW Template. This is a pretty straight forward process. I will be including some validation and… Continue reading HowTo: Create a Work Area from a Template

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Generate Managed Workspace 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, we will be stepping through the process of generating an Excel file containing a list of Projects which have a specified Managed Workspace associated with them. All of… Continue reading HowTo: Generate Managed Workspace Report