Powershell检查Designer应用程序工作流,Web应用程序中的事件接收器
是否可以使用Powershell在Web应用程序下检查网站集中的自定义?
Is it possible to use powershell to check the customizations in site collection under the web application?
我正在寻找共享点设计器工作流程,添加到网站集中的事件接收者?有没有可用的powershell可以列出如下示例:
I am looking at finding the sharepoint designer workflows, event receivers which are added in the site collections? Is there a powershell available which can list as below as example:
Web应用程序:webapp1
Web application: webapp1
网站集:10
网站集:site1
Designer工作流程:10个附加到列表名称/库名称
Designer workflows : 10 attached to lists name / library name
谢谢
您好,Venkatzeus,
Hi Venkatzeus,
根据您的描述,您希望使用PowerShell获得SharePoint Designer的工作流和事件接收器.
From your description, you want to get SharePoint Designer workflows and Event Receivers using PowerShell.
要使用PowerShell获取SharePoint Designer工作流,可以参考:
To get SharePoint Designer workflows using PowerShell, you can refer to:
https://sharepoint.stackexchange.com/questions/163974/how在Powershell中检索工作流
http://bliblablog.net/powershell-script-get-sharepoint-workflows-farm/
要使用PowerShell获取事件接收器,可以参考:
To get Event Receivers using PowerShell, you can refer to:
谢谢
温迪