Tagged Questions
1
vote
2answers
282 views
Share Point Activity feed power shell script error
#Add SharePoint PowerShell SnapIn if not already added
if ((Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue) -eq $null) {
Add-PSSnapin ...