2

I love the visuals of powershell ISE,

but I cannot find how to mark a column or a block in a similar way to cmd.exe's "right button > Mark"?

kirill_igum
  • 3,953
  • 5
  • 47
  • 73

1 Answers1

3

I don't think you can with PowerShell V2 but in V3 you hold the Alt key while you drag select to copy a set of columns.

Keith Hill
  • 194,368
  • 42
  • 353
  • 369
  • 1
    Yes but V3 is only at beta status. I wouldn't put it on production servers but I do have it installed on my dev machines. – Keith Hill Mar 23 '12 at 19:06
  • Just in case someone else looks here. V3 is now officially released. It does require the full .NET 4 SDK to be installed. If you only have the 'Client Profile', then the msu will give a cryptic error about the update not applying to your system. – Eris Jul 15 '13 at 17:25