Skip to main content

Posts

Showing posts from 2016

PowerShell - Add telnet client to Windows Server 2012 R2

I was trying to check port specific communication on  a server, so I decided to power up good old telnet.  Much to my surprise it was not installed on the Server. PowerShell to fix that issue! Add-WindowsFeature telnet-client  All set.  No Reboot needed. -AJ

CRM 2011 - Workflow Email Error

[Microsoft.Crm.Workflow: Microsoft.Crm.Workflow.Activities.EvaluateExpression] [EvaluateExpression] Workflow Error: Unhandled Exception: Microsoft.Crm.CrmException: Cannot create the given type without the required parameters Found a workaround for an annoying issue i ran across today when overhauling a slew of old email notifications. https://rule30.wordpress.com/2014/04/10/fix-microsoft-crm-crmexception-cannot-create-the-given-type-without-the-required-parameters/ In short, dynamic email addresses can get funky.  Remove the To, CC, and BCC values, save.  Then recreate the dynamic connections.