In this post, I will provide a sample code snippet to be used within the PowerShell ISE. Snippets are a great way to simplify and improve your coding within the PowerShell ISE. It ensures consistency of code within your PowerShell scripts. Create New Snippets File A snippet file can be created in the following folder.… Continue reading HowTo: Use Snippets
Category: #ProjectWise
HowTo: PW Tools – Get Folder Data (Updated)
I have updated this post to provide an updated version of the "Get Folder Data" tool. Typically, when I am working I am an administrator and do not have to deal with access control limitations. In the first version of this tool, I did not take that into account which may cause the tool to… Continue reading HowTo: PW Tools – Get Folder Data (Updated)
HowTo: Get LastLogin for ALL PW Users
Obtaining Last Login Information for ProjectWise Users with PowerShell When managing users in ProjectWise, administrators often need to audit user activity, including tracking their last login dates. This script demonstrates how to retrieve and organize this information using PowerShell and custom embedded C# code for enhanced functionality. All of the ProjectWise related cmdlets are available… Continue reading HowTo: Get LastLogin for ALL PW Users
HowTo: Get-PWOwner
In this post, we will be creating a PowerShell function which will return the owner(s) of a specified ProjectWise Group or UserList. All of the ProjectWise related cmdlets are available using the PWPS_DAB module. At the time of this post, I am using version 24.01. Take a look at the help for each of the… Continue reading HowTo: Get-PWOwner
HowTo: PW Tools
In this post, I'm going to share an update to the ProjectWise customization tool I created to add some additional functionality. This is a simple tool but has proven to come in handy for me. You can download a zip file (PWTools2) containing the following two files: PWTools.dll PWTools.mrr Copy the two files into the… Continue reading HowTo: PW Tools
