1 2 3 |
$proceso = Get-Process powershell $ser = [System.Management.Automation.PSSerializer]::Serialize($proceso) [System.Management.Automation.PSSerializer]::Deserialize($ser) |