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

Add a Comment

(required)  
(optional)
(required)  
Remember Me?
developers.de is a .Net Community Blog powered by daenet GmbH.