Codehoglet
2015. április 20., hétfő
Turning on tracing in CRM 2013 with a single powershell command
The following command turns on tracing in CRM 2013. The directory is automatically created during CRM setup, you don't have to create it yourself.
Add-PSSnapin Microsoft.Crm.PowerShell $setting = Get-CrmSetting TraceSettings $setting.Enabled=$True $setting.Directory="C:\Program Files\Microsoft Dynamics CRM\Trace" Set-CrmSetting $setting
Újabb bejegyzések
Régebbi bejegyzések
Főoldal
Feliratkozás:
Bejegyzések (Atom)