-
Book Overview & Buying
-
Table Of Contents
Microsoft Dynamics CRM 2011 Cookbook
By :
Deployment-level tracing would enable tracing for all the server roles. However, this tracing can only be configured from a machine that has the Deployment Tool role installed.
Deployment-level tracing can only be configured using Windows PowerShell commands.
By following this recipe, we can enable deployment-level tracing on the machine that is running the Deployment Tool server role.
We need to perform the following steps to achieve this:
Log in to the machine as a local administrator and launch Windows PowerShell by clicking on Start | All Programs | Accessories | Windows PowerShell | Windows PowerShell.
In the PowerShell window, type the following command:
Add-PSSnapin Microsoft.Crm.PowerShell
To turn on the deployment-wide tracing, type the following commands:
$Setting = Get-CrmSetting TraceSettings $Setting.Enabled = $True Set-CrmSetting $setting
To turn off the deployment-wide tracing, type the following commands:
$Setting = Get-CrmSetting...
Change the font size
Change margin width
Change background colour