Powershell object property changed to "Text" on pass to Start-Job -
i'm passing object background job via start-job. object has array property use inside background job.
however, array property converted other field. instead of being property "array", "arraytext" , appears string. i'm assuming has serialization, i'm not sure why happening. know object methods lost, thought data members should survive serialization? data seems there in text.
Comments
Post a Comment