Tuesday, November 15, 2005

 
MSH Beta 2 for RTM

The new version of MSH is out. If you want to install Visual Studio 2005, you need to uninstall the previous version of MSH and get this one.

Note that the default execution policy has changed. There are four execution policies: Restricted, AllSigned, RemoteSigned and Unrestricted. The default execution policy has changed from RemoteSigned to Restricted. You can see the details here.
If you are like me who had old profile.sh from previous version, you might get a message like this:

set-alias : The AllScope option cannot be removed from the alias 'cat'.

It turns out the new version introduces AllScope, a new session state option. You would get the warning if you are trying to define an existing alias. To override the default alias, do "remove-item alias:cat -force" and recreate the alias per Jeff Jones of Microsoft. Anyway, I don't intend to override the default alias, I just deleted the set-alias statements from the old profile.msh files.

Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?