PowerShell script to update all CRM organizations to newest version

I recently updated a CRM server to the newest update rollup version, and found afterwards the CRM server was configured to not automatically update all the organizations when update rollups are installed. To handle this post-upgrade situation, I wrote a PowerShell script to automate the update of the organizations rather than manually updating each organization one at a time through the deployment manager user interface.

Read more

How much text can a note hold?

I was recently working on a project where the question arose about how much text can a note hold. The need was for a user to be able to type in text, or copy-paste large amounts of text from another source such as an email. I didn’t have an offhand answer to this question and looked into finding out.

Read more