SharePoint Powershell truncated results

Hey guys,

I had a problem everytime I executed the following Powershell command, I received a truncated table as default.

 Get-SPWebTemplate

 

If you don't want the results to be truncated you have to use the following additional command property. (This can be used for every PowerShell command which has an table as output)

  Get-SPWebTemplate | format-table -auto

 

 

cheers


Posted Jan 31 2012, 07:01 PM by Nadine Storandt

Comments

Making use of wrote re: SharePoint Powershell truncated results
on 12-03-2012 15:14

Great Article! I have been searching for this tonight and sooo want to get an email or even the updates about this article. Keep in touch!

developers.de is a .Net Community Blog powered by daenet GmbH.