Zachary Loeber

I eat complexity and am never without a meal.

Powershell Tip: Save and Load Calculated Property Definitions

Using Export-CliXML and Import-CliXML (as well as some custom code) you can save calculated properties in a file for later use. Although the need for something like this is rather infrequent the exercise can better familiarize you with multiple Powershell techniques and concepts.

Continue reading