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
Category: #PowerShell
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
HowTo: Merge PDFs
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 show you how to merge multiple PDF files into a new Merged PDF file. The PDF files to be merged must exist within ProjectWise. Although, this… Continue reading HowTo: Merge PDFs
HowTo: Replace Text Within a PDF
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 show you how to replace text within a PDF file. The PDF file must exist within ProjectWise. This functionality was added with Version 1.12.9.0 of the… Continue reading HowTo: Replace Text Within a PDF
