#ProjectWise, #PowerShell, #PowerWiseScripting, PWPS_DAB

HowTo: Navigate to Infrastructure Cloud Project

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 a simple one today. Lately, I am finding myself needing to navigate to an Infrastructure Cloud project associated with a Work Area. This is simple to do within PowerShell.… Continue reading HowTo: Navigate to Infrastructure Cloud Project

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: FUNCTION Remove-MyPWDocumentExplicitAccessControlByDocument

In this post, I'll show a function I created for removing explicit document access control for ProjectWise document objects provided. This is different than the previous post for ALL explicit document access control. I realize there are rare occasions where explicit document access control may be required. FUNCTION Definition The following is the function wrapper… Continue reading HowTo: FUNCTION Remove-MyPWDocumentExplicitAccessControlByDocument

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Refresh ProjectWise Explorer Client – Updated Version

In this post, I'll show a script to refresh the ProjectWise Explorer Client from PowerShell. Many thanks to ChatGPT for some assistance. This script will select the "ProjectWise Datasources" item within the Datasource Listing and refresh. Can be used when enabling/disabling ProjectWise Datasources. I am not going to break down the code in this one,… Continue reading HowTo: Refresh ProjectWise Explorer Client – Updated Version