I am running the sharepoint 2010 Management Shell and I am did this
Get-SPFeature –Site http://sp2010
Comes back with
DisplayName Id Scope
--------------------------------------------
TheOneIWantIsToLo.... someId Site
Now I need the display name to deactive the feature and active again. Yet I don't know what the full name is as it cuts it off.
How can I make it bigger so it won't do this?
This worked for me:
Get-SPFeature -Site http://sp2010 | format-table -auto