How to serialize/deserialize data back and forth between Windows PowerShell and PowerShell core?
Advertisements I’ve been trying to find a solution to work with a specific cmdlet from ConfigCi built-in module that is incompatible with PowerShell core. The cmdlet is New-CIPolicyRule I want to use it in my module that targets PowerShell 7.3+. Here is the command that fails in PowerShell core but works in Windows PowerShell 5.1… Read More How to serialize/deserialize data back and forth between Windows PowerShell and PowerShell core?