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. Within the PWPS_DAB module, there is a gem of a cmdlet that I believe has been overlooked. It's the Request-PWRemoteScriptExecution cmdlet. This cmdlet has been available since version 1.3.8.0. It is… Continue reading HowTo: Using PWPS_DAB_Remoting
Posts
HowTo: Create / Manage Lookup Tables
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. With the release of the PWPS_DAB module version 1.16.3.0, we now have the ability to create and manage lookup tables within ProjectWise using PowerShell. The purpose of this functionality is to… Continue reading HowTo: Create / Manage Lookup Tables
HowTo: Rename 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. In this post, we will be looking at using the Rename-PWDocuments cmdlet. I have had a couple of requests for assistance, and I want to hopefully clear up any confusion on… Continue reading HowTo: Rename Documents
HowTo: Report on Users In Group/UserList Including LastLogin
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 be covering one method of generating a report containing user information for members of a group or userlist which will also include the LastLogin. We will… Continue reading HowTo: Report on Users In Group/UserList Including LastLogin
HowTo: Use New-MyPWLogin to Log Into ProjectWise within PowerShell
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 be demonstrating a function (New-MyPWLogin) I have created to consolidate the available methods to log into a ProjectWise datasource. We currently have multiple methods to log… Continue reading HowTo: Use New-MyPWLogin to Log Into ProjectWise within PowerShell
