Hello all,
I’m a noob/convert to PowerShell…
Trying to understand get more information on Universal Code Execution Model. Very few google search results on this subject, did find something by Jeffrey Snover but links unfortunately broken/old?
I believe UCEM allows me to create a script on a client/source host and then execute that script on a remote host using Invoke-Command, script is converted to script block? How does UCEM guarantee that script written on client/source host will run on a remote host, are there not any .Net (or even powershell) version requirements for both client/source and remote host please?
Many Thanks,