1. 程式人生 > >How To Collect ULS Log from SharePoint Farm

How To Collect ULS Log from SharePoint Farm

We can use below command to collect SharePoint ULS log from all servers in the Farm in PowerShell.

Merge-SPLogFile

--------------EXAMPLE 1-----------------

Merge-SPLogFile -Path "C:\Logs\FarmMergedLog.log" -Overwrite

This example merges the last hour of log data from all farm computers with no filtering.

--------------EXAMPLE 2-----------------

Merge-SPLogFile -Path "C:\Logs\FarmMergedLog.log" -Overwrite -Area Search

This example merges the last hour of log data from the Search area.

--------------EXAMPLE 3-----------------

Merge-SPLogFile -Path "C:\Logs\FarmMergedLog.log" -Overwrite -Area "SharePoint Foundation","Web Analytics Services"

This example merges the last hour of log data from the SharePoint Foundation and Web Analytics Services areas.

--------------EXAMPLE 4-----------------

Merge-SPLogFile -Path "C:\Logs\FarmMergedLog.log" -Overwrite -Level High

This example merges the log data of level High

 or higher.

--------------EXAMPLE 5-----------------

Merge-SPLogFile -Path "C:\Logs\FarmMergedLog.log" -Overwrite -StartTime "06/09/2008 16:00" - EndTime "06/09/2008 16:15"

This example merges the log data for events in a particular time range, which is culture-specific to the United States.

--------------EXAMPLE 6-----------------

Merge-SPLogFile -Path "C:\Logs\FarmMergedLog.log" -Overwrite -Message "*permission changed*"

This example merges the log data for events with permission changed in the message text.

--------------EXAMPLE 7-----------------

Merge-SPLogFile -Overwrite -Path d:\1.log -ContextFilter "name=timer job*" -Area "*search*"

This example merges the log data for all search timer jobs.

--------------EXAMPLE 8-----------------

Merge-SPLogFile -Overwrite -Path d:\2.log -ContextFilter "user=contoso?joeuser"

This example shows how to merge the log data for all user names that have a contoso\joeuser or Contoso/joeuser format.

Merge-SPLogFile -Correlation {Correlation ID} -Path D:\MergedLogs.log -StartTime "11/21/2015 13:00:00" -EndTime "11/21/2015 14:00:00"

Reference:https://technet.microsoft.com/en-us/library/ff607721.aspx

相關推薦

How To Collect ULS Log from SharePoint Farm

We can use below command to collect SharePoint ULS log from all servers in the Farm in PowerShell. Merge-SPLogFile --------------EXAMPLE 1---------------

How to output Object Data from Chrome console.log « 關於網路那些事...

var myObject = Data.toJSON(); console.log(myObject); If we just right click and

How to force a log switch-強制切換日誌

適合 需要 nts art enable interval repeat sets sysdba 日誌切換通常是系統自動執行,不需要人為幹涉。但是在某些情況下,需要強制日誌切換,以下就幾種方法。 1、修改系統參數 The following initialization p

How to change vCenter log size

vCenter Login vCenter server as administrator Open Windows Explorer and go to C:\ProgramData\VMware\VMware VirtualCenter\ Backup the vpxd file copy and

[tensorflow] 如何從pb模型檔案中獲得引數資訊 How to obtain parameters information from a tensorflow .pb file?

因為要和SOTA比較模型的複雜度,我想知道引數數量。但是模型檔案不是tensorflow checkpoint,而是pb檔案,我發現當匯入graph後,tf.trainable_variables()返回空。 Problem setting : I need to compare wit

How to save PNG file from NSImage (retina issues)

參考網址:https://stackoverflow.com/questions/17507170/how-to-save-png-file-from-nsimage-retina-issues  /** 儲存指定大小圖片到本地路徑下 @param image image 實

How to download all files from Google Cloud Storage. « 關於網路那些事...

How to back up GCP Storage file and folder to local? Here I'm using gsutil tool co

How to send an object from one Android Activity to another using Intents?

在 Activity 之間傳遞引數的方法: If you’re just passing objects around then Parcelable was designed for this. It requires a little more effort to use than using J

Machine Learning: How to Build a Model From Scratch

As an online travel booking company, Momentum Travel realized early on that identifying and preventing fraud is a vital part of their business. Hear from S

How to use Azure API from Go SDK

In this post we will go through some basic example on how to use Azure SDK in Go. The example program we will go through is pretty simple. First, it gets a

Ask HN: How to stop a government from censoring my website?

Hey,So I run a website that invites journalists to submit articles and their keep anonymity. The problem is the country where the articles are targeted at

Ask HN: How to generate API documentation from .md/.rst files?

How would you go about generating single-page API documentation using either .md or .rst files? Is there a managed service available? Something like Stripe

Xhorse bonus points,what is the use & How to collect?

vvdi BE key pro VVDI Key Tool vvdi universal remotes vvdi2 xhorse bonus points For some customers’ questions about xhorse bonus po

Show HN: How to Launch Your Product from Early Idea to Revenue

Excellent write-up! Two things jumped out for me:1. "Upvotes don’t give you anything unless they are from the people who are really interested in what you

How to Implement Stacked Generalization From Scratch With Python

Tweet Share Share Google Plus Code a Stacking Ensemble From Scratch in Python, Step-by-Step. Ens

How to Serve Multiple Domains from an HTTPS CloudFront Distribution

Amazon Web Services is Hiring. Amazon Web Services (AWS) is a dynamic, growing business unit within Amazon.com. We are currently hiring So

How to export C++ class from dll

原文來源: C++語言畢竟能和Windows DLLs能夠和平共處。 介紹 自從Windows的開始階段動態連結庫(DLL)就是Windows平臺的一個組成部分。動態連結庫允許在一個獨立的模組中封裝一系列的功能函式然後以一個顯式的C函式列表提供外部使用者使用。在

How to Remove A Service Entry From Win10 Service List

console hot list warn oba tor div register ever .warnbanner { width: 600px; background-color: #FFEFCE } .warnbanner.border { border: 0px

java 讀取配置文件工具類 (how to read values from properties file in java)

讀取 public resource fault .get exce ram trac stat Java 讀取配置文件工具類 使用 java.util.Properties import java.io.IOException; import java.io.Inpu

【故障處理】ERROR 1872 (HY000): Slave failed to initialize relay log info structure from the repository

options 配置信息 解決 fail 可用 soc none fma 刪除 今天在使用冷備份文件重做從庫時遇到一個報錯,值得研究一下。 版本:MySQL5.6.27  一、報錯現象 dba:(none)> start slave; ERROR 1872 (H