top of page

How Does Your Current IT Support Resource Stack Up?

  • CoopSys
  • Apr 12, 2019
  • 4 min read

How can you tell if you are receiving substandard service from your IT support resource? How do you know if your current IT support person or team is doing what is necessary to secure your network from down-time, viruses, data loss, and other frustrating, expensive, and potentially catastrophic situations?

Take the below “quiz” to find out! If your IT support resource does not score a “yes” on every one of these points, you could be paying for substandard support.

  • Do they respond to emergencies in 1 hour or less?

  • Are they easy to get a hold of and responsive, even for non-emergencies?

  • Do they offer ongoing maintenance to keep critical security settings and patches updated?

  • Do they offer monitoring to watch over your network 24/7 for developing problems?

  • Do they proactively offer new ways to make your network perform better, vs just waiting until you have a problem to make any recommendations?

  • Do they provide detailed invoices with clear explanation of what you’re paying for?

  • Do they explain things they do and answer questions in terms that you can easily understand?

  • Do they finish work on time and within budget, as opposed to projects always ending up costing more or taking longer than expected?

  • Do they offer guarantees on their services?

  • Do they have other technical resources who are familiar with your network in case they are not available and you need assistance?

  • Do they maintain current vendor certifications and participate in ongoing training and programs?

  • Do you feel as though they’re doing their learning on the time you’re paying for, as opposed to making sure that ongoing learning is done outside of what you pay to receive from them?

  • Do they take calls from other clients while working on your network (on your dime)?

  • Are they adamant about backups and having tested disaster recovery planning in place?

  • Do they meet with you regularly to review your network status, business plans, and their own performance in support of your company?

  • Do you have to step in to manage progress on their work and do you have to ask for status updates and followups?

  • Do they offer a flat rate or fixed fee for projects, monitoring and maintenance instead of giving themselves an open field for “time and materials”?

If you answered “not sure” or “no” to any of the above, it is important that you evaluate whether you have alternative options, information, and considerations for your business. Best-in-class support and partnership at a reasonable cost is possible, and your business deserves it!

Learn about the advantages of working with a managed technology partner like us. Here are just some of the ways you could benefit:

  • Always available: 24x7x365

  • 1 number to call for all IT issues and questions

  • Predictable fixed-cost invoices

  • Partnership and open communication

  • Outsourced IT at a fraction of the cost of an internal hire

  • Adaptability and scalability

Get in touch for an evaluation of your business technology, or just to learn more about how we might be able to help you.

"*" indicates required fields

First Name

*

Last Name

*

Company Name

*

Email

*

Phone
Address

Street Address

Address Line 2

City

StateAlabamaAlaskaAmerican SamoaArizonaArkansasCaliforniaColoradoConnecticutDelawareDistrict of ColumbiaFloridaGeorgiaGuamHawaiiIdahoIllinoisIndianaIowaKansasKentuckyLouisianaMaineMarylandMassachusettsMichiganMinnesotaMississippiMissouriMontanaNebraskaNevadaNew HampshireNew JerseyNew MexicoNew YorkNorth CarolinaNorth DakotaNorthern Mariana IslandsOhioOklahomaOregonPennsylvaniaPuerto RicoRhode IslandSouth CarolinaSouth DakotaTennesseeTexasUtahU.S. Virgin IslandsVermontVirginiaWashingtonWest VirginiaWisconsinWyomingArmed Forces AmericasArmed Forces EuropeArmed Forces Pacific

ZIP Code

CAPTCHA
Receive updates on news and events
Receive updates on news and events

Cooperative Systems will send email updates and reminders about upcoming events, news, and promotions.

Comments

This field is for validation purposes and should be left unchanged.

gform.initializeOnLoaded( function() {gformInitSpinner( 23, 'https://coopsys.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_23').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_23');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_23').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_23').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_23').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_23').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_23').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_23').val();gformInitSpinner( 23, 'https://coopsys.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [23, current_page]);window['gf_submitting_23'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_23').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_23').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [23]);window['gf_submitting_23'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_23').text());}else{jQuery('#gform_23').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "23", currentPage: "current_page", abort: function() { this.preventDefault(); } }]); if (event && event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_23" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_23"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_23" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 23, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate && !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, childList: false, subtree: true, attributeFilter: [ 'style', 'class' ], }); } else { triggerPostRender(); } } );} );

Recent Posts

See All

Comments


bottom of page