Catapult, a Quisitive company, is a Microsoft-focused solutions and services firm that specializes in imagining, building and sustaining digital transformation and cloud-based solutions that people love to use. Catapult has consistently been recognized as a leading Microsoft Partner with 10 Advanced Specializations and 17 Microsoft competencies. Recent accolades include 2020 MSUS Partner Award Winner Azure – DevOps, Top Microsoft 365 Security Partner for FY20, and being named a finalist of the Data Analytics 2020 Microsoft Partner of the Year Award. Catapult has offices nationwide.

jQuery: Using Regular Expressions to Remove HTML Tags from Content

The following is a very simple example of using jQuery to remove HTML Tags from your content: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>Strip HTML</title> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" ></script> <script type="text/javascript"> $(document).ready(function () { var htmlString = $("#textbox1").val();   /* replace escaped brackets with real ones */ var htmlString2 = htmlString.replace(/&(lt|gt);/g, function…

Introducing Windows Azure AD Rights Management (AADRM)

Organizations that are interested in taking advantage of the Rights Management features available in volume licensed versions of Microsoft Office have a new deployment option available: Windows Azure AD Rights Management (AADRM). Release Date AADRM is already available through the Office 365 portal for organizations that are already using Online Services such as Exchange Online…

Heavy Travel Ahead

Between August 19th and Thanksgiving I am scheduled to travel over 27,000 miles on 27 flights! WOW! This travel is primarily focused on work for such things as the Office 365 Road Show Catapult is doing, Office 365 + Your Organization, A Power Combination. I will be speaking in San Diego, Boston, Anchorage, New York…

Office 365 ADFS Certificate Expiration

I have been seeing this warning every time I log into the Microsoft Online Portal for the past couple of weeks: Naturally, I ignored it. I followed Joe’s advice and installed the Microsoft Office 365 Federation Metadata Update Automation Installation Tool to create a scheduled task that automatically notifies Office 365 that the self-signed token…

An Unexpected Error Has Occurred

I was at a client with several semi-autonomous divisions and was working on enabling Free/Busy sharing between the Exchange installations at these divisions and Office 365 in preparation for their migrations. The Remote Connectivity Analyzer added a tab specifically for Office 365 that includes a Free/Busy test which can give us more information than just…