Homepage
Site map
RSS
Print
My Powershel scripts
Search site
Powershell scripts for Sharepoint 2010
Menu
Powershell
React
Sharepoint 2013
Sharepoint 2010 general
Sharepoint Administration
Client Object Model
Unit Tests
C#
XSLT
javaScript and jQuery
Common Tasks - Scripts
Links
Error Messages
Css Styles
InfoPath
BPC PowerForms
Nintex Workflow
Powershell
>
Get list EventReceivers
Get list EventReceivers
21/10/2012 13:44
$serverUrl="https://fastlanessl"
$listName="ContactFinder Contacts"
#get List object
$spWeb = Get-SPWeb -Identity $serverUrl
$spList = $spWeb.Lists[$listName]
$spList.EventReceivers
Tags
:
EventReceiver
|
list
Back
Website powered by Webnode
Launch your own website for free!
Start here