magritton
5/4/2016 - 4:25 PM

This creates a new custom list in sharepoint

This creates a new custom list in sharepoint

$web = Get-SPWeb https://xxx/cmdtools
$SPTemplate = $web.ListTemplates["Custom List"]
$web.Lists.Add("TestInfoPathList","Description",$SPTemplate)