Hi,
in Dynamics CRM OnPremise you can usually configure common settings by using the snippets "Get-CrmSetting" and "Set-CrmSetting" of the Powershell module "Microsoft.Crm.Powershell". E.g. you can set the max elements of dashboards or the depth of workflow calls.
Unfortunately, this module does not work for CRM Online. Also, it seems that performing this settings via the SDK (Microsoft.Xrm.Sdk.Deployment.dll) is not possible, too.
How can I configure my CRM Online organisation regarding these settings?