CRM - tracking is a useful function that can provide valuable information for our CRM Debugging and evaluation, and we can use window 's performance monitoring tool to understand CRM performance status, but can also use the Task Manager yo, very useful tools.
1. Enable deployment level tracking
· Open PowerShell via run-> PowerShell
· To reference the CRM command: Add-pssnapin Microsoft.Crm.PowerShell
· Check the current tracking status first: get-crmsetting tracsettings
· Enable tracing:
$Setting = get-crmsetting tracesettings$setting.enabled = $True $Setting. callstack= $True $setting.categories= "*: Verbose "Set-crmsetting $setting
· To Disable tracing:
$Setting = get-crmsetting tracesettings$setting. Enabled = $FalseSet-crmsetting $setting
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/71/71/wKioL1XQpYTDBDW0AAHm_dSC_Ns395.jpg "style=" float: none; "title=" 2015-08-04_212404.png "alt=" Wkiol1xqpytdbdw0aahm_dsc_ns395.jpg "/>
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/71/75/wKiom1XQo3vBQJJYAAJcyk6dBNs516.jpg "style=" float: none; "title=" 2015-08-15_001238.png "alt=" Wkiom1xqo3vbqjjyaajcyk6dbns516.jpg "/>
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/71/71/wKioL1XQpYWBx5kUAAEyhCLoIbw960.jpg "style=" float: none; "title=" 2015-08-15_001330.png "alt=" Wkiol1xqpywbx5kuaaeyhcloibw960.jpg "/>
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/71/75/wKiom1XQo3ywbcULAADAENI2h_c679.jpg "style=" float: none; "title=" 2015-08-15_001344.png "alt=" Wkiom1xqo3ywbculaadaeni2h_c679.jpg "/>
Open Performance Monitor.
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/71/71/wKioL1XQpYXRi_-NAAKnFgMY7Kk407.jpg "style=" float: none; "title=" 2015-08-15_001508.png "alt=" Wkiol1xqpyxri_-naaknfgmy7kk407.jpg "/>
Put CRM related to the selection, Add.
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/71/75/wKiom1XQo3zBXjdrAAJoMAByaMw168.jpg "style=" float: none; "title=" 2015-08-15_001609.png "alt=" Wkiom1xqo3zbxjdraajomabyamw168.jpg "/>
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/71/75/wKiom1XQo3yi7RYJAARcoi8Nre4327.jpg "style=" float: none; "title=" 2015-08-15_001638.png "alt=" Wkiom1xqo3yi7ryjaarcoi8nre4327.jpg "/>
You can also get some useful information using the task Manager below.
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/71/71/wKioL1XQpYaxrCtnAAYdSZVabKM457.jpg "style=" float: none; "title=" 2015-08-15_002046.png "alt=" Wkiol1xqpyaxrctnaaydszvabkm457.jpg "/>
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/71/75/wKiom1XQo32Tu7JSAANcxGRONao995.jpg "style=" float: none; "title=" 2015-08-15_002105.png "alt=" Wkiom1xqo32tu7jsaancxgronao995.jpg "/>
This article is from the "Farmers It Technology blog" blog, please be sure to keep this source http://hangyc.blog.51cto.com/427521/1685103
Microsoft Dynamics 2015 Server System performance maintenance, tracking, can also be used in the task Manager yo