I finally got around to updating my Monad... er.. PowerShell mode for Emacs. It has some minor changes, no functionality differences:
  • Updated all instances of vmsh --> poweshell now that the name change is official
  • File name changed from vmsh-mode.el --> powershell-mode.el
  • In your .emacs, please change from (require 'vmsh-mode) to (require 'powershell-mode)
  • Put the file in your site-list directory. \emacs\site-list or $home\site-lisp

That's it! Here is the file. BTW: the file you'll download is powershell-mode.el.txt. You neeed to remove the ".txt" extension before you can use it.