|
Thursday, May 18, 2006
PowerShell Remoting version 0.2.5.1
Version 0.2.5.1
Uninstall old version of PowerShell Remoting before install newer version.
Have Fun
Uninstall old version of PowerShell Remoting before install newer version.
- Support Ctrl+C and Ctrl+Break to cancel current pipeline (UDP datagram, So not 100% reliable)
- Support Maximum Client per IP option (default 2)
- Customized client filter policy (%Program Files%\PowerShell Remoting\user.xml, see sample files for format information)
- $UserACL variable for current client filter policy
- Client is installed as PSSnapin
- New install/uninstall script for both server and client, new start-remotehost.ps1 script
- CanThrowException and CanHandleCancelKey property of client (For developer)
- Change Log file path to %Documents and Settings%\NetworkService\Local Settings\Application Data\PowerShellRemoting.log
- Change Service Name to "PowerShellRemoting"
- Service related Exception is also Logged to Eventlog (EventLog: Application, source: PowershellRemoting)
- Other Bugs fixed
Important: default installation only allow user in Administrators group login from localhost. So you have to have your own user.xml before you can login from another IP. If user.xml file parse error occorred when start service, default policy will be loaded. Check log file or EventLog for details of parse error.
Have Fun
Tags: msh monad PowerShell
Post a Comment