6 November 2009 0 Comments

How to: Run Expression Encoder 3 under PowerShell remoting

James  wanned me to explain the set of steps I use to enable Convert-Media under a PowerShell remoting. First a disclaimer: running these steps will lower the security settings of your PC, use with caution.  Here there are: In your encoding server (mine is called tv-server): Enable-PSRemoting  -force # Enables remoting set-item WSMan:localhostClientTrustedHosts * -force # I am not running a domain controller, so my server needs to trust everybody set-item wsman:localhostShellMaxMemoryPerShellMB 1024 -force # The default allowed memory is very low, we need to bump it so that Convert-Media have room to work.

Excerpt from: 
How to: Run Expression Encoder 3 under PowerShell remoting

If you liked this post, buy me a Coffee.

Leave a Reply