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
Category: #PowerShell
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
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
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
How To: Log Into ProjectWise
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. There are multiple ways for a user to log into ProjectWise using the PWPS_DAB PowerShell module. First thing you should always do is look at the available Help information for a… Continue reading How To: Log Into ProjectWise
