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
Category: #ProjectWise
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
Improving the way we administer 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. Over the course of the next weeks, months and years, I will be posting articles, scripts, functions, etc. to help with the administration of ProjectWise. Feel free to contact me with… Continue reading Improving the way we administer ProjectWise
