J
Jiss96
Guest
I was trying to call a powershell script from c# using pipeline.Invoke()
My powershell script uses Split-pipeline in its code.
pipeline.Invoke() creates an exception Object reference not set to an instance of an object . This will not occurs when I removed the split-pipeline from powershell script and use foreach loop.
Why this issue occurs??
Continue reading...
My powershell script uses Split-pipeline in its code.
pipeline.Invoke() creates an exception Object reference not set to an instance of an object . This will not occurs when I removed the split-pipeline from powershell script and use foreach loop.
Why this issue occurs??
Continue reading...