Search code examples
sharepointpowershellsharepoint-2010

How to make display name bigger in sharepoint power shell


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?


Solution

  • This worked for me:

    Get-SPFeature -Site http://sp2010 | format-table -auto