2017-04-19 5 views

答えて

0

あなたはPowerShellスクリプトを使用して、監査レポートを生成することができます。あなたは完全なサードパーティにしたい場合は

https://social.technet.microsoft.com/wiki/contents/articles/26747.windows-server-how-to-schedule-a-powershell-script-to-auto-run.aspx

:自動実行にPowerShellのスクリプトをスケジュールするための

https://sharepointhivehints.wordpress.com/2014/04/30/sharepoint-2007-2010-powershell-script-to-get-sharepoint-audit-information/

http://shokochino-sharepointexperience.blogspot.in/2013/05/create-auditing-reports-in-sharepoint.html

追加参照:あなたは、以下の有益な情報を参照することができますSharePointの監査&コンプライアンスレポートソリューションは、SharePoint Audit and Reporting toolをご覧ください。 SharePointレポートのセット

0

はい。オンプレミスSharePointの場合、探しているはずのAPI内の場所はMicrosoft.SharePoint.SPAuditQueryクラスです。ここでは、必要なアラートの条件を指定し、それを使用して監査項目のリストを照会し、必要なすべてのデータを取得できます。ここでSPAuditQueryクラスは次のとおりです。 https://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spauditquery.aspx とプロセスの全体的な外観: http://spuser.blogspot.com/2011/10/spaudit-how-to-read-from-audit-log.html

関連する問題