Search This Blog

Monday 9 September 2013

Powershell command to get all event recievers


$web = Get-SPWeb http://sp2010/Site/
$list = $web.Lists["List Name"]
$list.EventReceivers

No comments:

Post a Comment