Keep using this so put it up here for reference:
#Open SharePoint List
$SPServer="http://abcd01:9999/"
$SPAppList="/Lists/UPList/"
$spWeb = Get-SPWeb $SPServer
$spData = $spWeb.GetList($SPAppList)
$SPServer="http://abcd01:9999/"
$SPAppList="/Lists/UPList/"
$spWeb = Get-SPWeb $SPServer
$spData = $spWeb.GetList($SPAppList)
No comments:
Post a Comment