Wednesday, 4 February 2015

Get List of event receiver attached to List/Library using powershell sharepoint

To get list of event receiver attached to list /Library use followingpowershell script:

Add-PSSnapin microsoft.sharepoint.powershell -ErrorAction SilentlyContinue
$web=Get-SPWeb "WebURL"
$list=$web.Lists["ListName"]
$list.EventReceivers | Select Name, Assembly, Type

No comments:

Post a Comment

What is the Use of X and Y Properties in Power Apps SharePoint List Form?

If you've spent any time customizing SharePoint List Forms using Power Apps, you've likely come across the X and Y properties ...