#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Use Switch to Set CSBs on Folders

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 demonstrate using a Switch statement within PowerShell to determine which ProjectWise Folder(s) to associate CSBs (Configuration Settings Blocks) for Managed Workspace to. I will simulate the… Continue reading HowTo: Use Switch to Set CSBs on Folders

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Report on Large Files

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 creating a PowerShell function script file (.psm1) to generate a report (Excel spreadsheet) containing a list of documents which meet or exceed a specified file… Continue reading HowTo: Report on Large Files

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Generate Attribute Usage Report

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. Have you ever wondered which attributes (columns) within each of your ProjectWise Environments are actually being used?  I have seen many users with multiple environments, each containing hundreds of attributes. The… Continue reading HowTo: Generate Attribute Usage Report

#PowerShell, #PowerWiseScripting, #ProjectWise, PWPS_DAB

HowTo: Get-PWCommands FUNCTION

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 want to share a function I created to quickly find a cmdlet(s) within the PWPS_DAB module.  I realize you can use the Get-Command cmdlet or the Commands window with PowerShell… Continue reading HowTo: Get-PWCommands FUNCTION