#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

How To: Add a New Folder to All Projects (Updated)

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 had a user request a script that would add a sub-folder (PDF) to each of their Rich Projects / Work Areas within the current ProjectWise Datasource. The following script will… Continue reading How To: Add a New Folder to All Projects (Updated)

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

How To: Update ProjectWise Folder Security

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 go through the process of adding access control settings to a project folder. Then resetting and updating access control on each of the immediate children folders… Continue reading How To: Update ProjectWise Folder Security

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

How To: Free Documents Not Checked In

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. Here is a simple way to obtain all ProjectWise documents within a Project that are not checked in, and then free them. The Get-PWDocumentsBySearch will return all ProjectWise documents within the… Continue reading How To: Free Documents Not Checked In

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

How To: Set GeoSpatial Location for Multiple Documents

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. The following is a simple way to update the Geospatial Location information for one or more ProjectWise Documents. # Get WKT from the Parent ProjectWise folder. $WKT = Get-PWFolderGeoSpatialLocation -FolderPath 'test\new'… Continue reading How To: Set GeoSpatial Location for Multiple Documents

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

How To: Force Inheritance to Parent Folder

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 a script to reset folder access control such that all sub-folders inherit from the Project or Parent folder. The following is what I came up… Continue reading How To: Force Inheritance to Parent Folder