Guest User

Untitled

a guest
Jan 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. A list of problems I have experienced in my first week of using PowerShell extensively:
  2.  
  3. - Scripts won't run unless they are signed. Documentation does not provide a workable solution. ("Unblock" button is not present in script file properties)
  4.  
  5. - No apparent way to do reverse history lookup (like Ctrl-R in most Bash shells). You have to retype the whole command again with the rudimentary autocompletion, unless you can get scripts to work...
  6.  
  7. - Seems to have lots of support for .NET environment, but none of this is useful for other languages such as Java.
  8.  
  9. - EDIT has been removed in Windows 7 (and Vista I believe) - No replacement out-of-the-box text editor? This is vital for systems with security preventing installation of alternatives.
  10.  
  11. - You either have tabs or inline command shell. The ISE wrapper separates STDIN/STDOUT into separate windows. No apparent way to get a proper inline command shell with tabs?
  12.  
  13. - No pipelines (anonymous or named), IPC is limited to the in-built capabilities of the programs used. Cygwin only works for Unix tools ported to the platform.
Add Comment
Please, Sign In to add comment