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.
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…
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…
While working with a customer to deploy Windows 2012 Hyper-V, SCVMM 2012 SP1 and Hyper-V clusters I needed a way to check to ensure all of the latest hotfixes were installed on each of the hosts. A quick Bing search led me to the here. Being a firm believer in scripting and PowerShell, it was…
Part of our jobs as consultants is to assess the health of an environment and make recommendations for service improvement. Microsoft has some great tools like the Best Practice Analyzer and the Remote Connectivity Analyzer, but those reports alone are not enough. I want to dig further and document all the settings of each feature…
I am working on a Data Warehouse project and I am optimizing my OLTP database for data retrieval in order to source my stage OLAP database. As I am adding fields to my tables, instead of figuring out which applications are updating these tables or whether the tables are being updated by entity framework, I…
I am working on a data warehouse project and would like to have a ModifiedDate added to my OLTP tables. I added the date field to the table design with a default set to GETDATE() so that when a row is inserted, the ModifiedDate would automatically be populated. However, I needed a way to handle…
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…
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…
I recently reviewed a detailed comparison of the top 5 IaaS cloud providers and it listed Windows Azure as having the best overall value (both in cost and performance). The interesting thing about the comparison is they used a benchmarking tool called Unixbench running on Ubuntu linux. The irony of a Linux distribution running better…
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…