$site=Get-SPSite "http://serverName/sites/VJTesting/"$web=$site.OpenWeb()$list=$web.Lists.TryGetList("Team Discussion")if($list -ne $null){ $query=New-Object Microsoft.SharePoint.SPQuery $itemColl = $list.GetItems($query) foreach($item in $itemColl) { Write-Host -ForegroundColor Green $item["Title"] Write-Host -ForegroundColor Green $item["Replies"] } }else{ Write-Host -ForegroundColor Yellow "List does not exists." }
$site=Get-SPSite "http://serverName/sites/VJTesting/"
$web=$site.OpenWeb()
$list=$web.Lists.TryGetList("Team Discussion")
if($list -ne $null)
{
$query=New-Object Microsoft.SharePoint.SPQuery
$itemColl = $list.GetItems($query)
foreach($item in $itemColl)
Write-Host -ForegroundColor Green $item["Title"]
Write-Host -ForegroundColor Green $item["Replies"]
}
else
Write-Host -ForegroundColor Yellow "List does not exists."
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: