Is there a way to make a powershell job accessable from other powershell windows for the same user?

26 Views Asked by At

Say I run a powershell job as a user in one window, and then want to retrieve the results in another powershell window;

Is it possible to make it global somehow, so I can pull it up on another machine?

I imagine the answer I'm going to get is something along the lines of, "why don't you write it to a file instead"?

0

There are 0 best solutions below