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 how to add ProjectWise specific Variable Validation Attributes to PowerShell. These will help you create more efficient PowerShell functions which work with ProjectWise objects.… Continue reading HowTo: Use Parameter Validation In PowerShell for ProjectWise (2 of 2)
Category: PWPS_DAB
HowTo: Use Parameter Validation In PowerShell for ProjectWise (1 of 2)
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 how to use Variable Validation Attributes within PowerShell. In a follow-up post, I will be expanding on this to add ProjectWise specific Variable Validation… Continue reading HowTo: Use Parameter Validation In PowerShell for ProjectWise (1 of 2)
HowTo: Remove Users Without Membership
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 remove all user accounts from a ProjectWise datasource if a user account was not a member of any Group. In this post,… Continue reading HowTo: Remove Users Without Membership
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
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
