www.supportnerds.us Open in urlscan Pro
104.26.9.22  Public Scan

Submitted URL: http://www.supportnerds.us/
Effective URL: https://www.supportnerds.us/
Submission: On January 27 via manual from US — Scanned from US

Form analysis 3 forms found in the DOM

Name: contact_usPOST emailer/contact

<form class="form-horizontal" action="emailer/contact" method="post" name="contact_us" novalidate="novalidate">
  <div class="col-lg-6 col-md-6 col-sm-12">
    <div class="form-group">
      <input type="text" class="form-control" name="name" placeholder="Your Name">
    </div>
  </div>
  <div class="col-lg-6 col-md-6 col-sm-12">
    <div class="form-group">
      <input type="email" class="form-control" name="email" placeholder="Your Email">
    </div>
  </div>
  <div class="col-lg-6 col-md-6 col-sm-12">
    <div class="form-group">
      <input type="text" class="form-control" name="phone" placeholder="Phone Number">
    </div>
  </div>
  <div class="col-lg-6 col-md-6 col-sm-12">
    <div class="form-group">
      <input type="text" class="form-control" name="company" placeholder="Company Name">
    </div>
  </div>
  <div class="col-lg-12 col-md-12 col-sm-12">
    <div class="form-group">
      <select name="service" class="form-control">
        <option value="">What is your IT Service Need? *</option>
        <option value="Managed IT Services">Managed IT Services</option>
        <option value="Cyber Security Services">Cyber Security Services</option>
        <option value="IT Support Services">IT Support Services</option>
        <option value="Cloud Computing">Cloud Computing</option>
        <option value="IT Consultancy">IT Consultancy</option>
      </select>
    </div>
  </div>
  <div class="col-lg-12 col-md-12 col-sm-12">
    <div class="form-group">
      <label>How many people work for your Organization? *</label>
      <div class="row">
        <div class="col-lg-3">
          <div class="pretty p-icon p-round">
            <input type="radio" name="no_of_employee" value="01-15" checked="">
            <div class="state p-success">
              <i class="icon mdi mdi-check"></i>
              <label>01-15</label>
            </div>
          </div>
        </div>
        <div class="col-lg-3">
          <div class="pretty p-icon p-round">
            <input type="radio" name="no_of_employee" value="16-30">
            <div class="state p-success">
              <i class="icon mdi mdi-check"></i>
              <label>16-30</label>
            </div>
          </div>
        </div>
        <div class="col-lg-3">
          <div class="pretty p-icon p-round">
            <input type="radio" name="no_of_employee" value="31-45">
            <div class="state p-success">
              <i class="icon mdi mdi-check"></i>
              <label>31-45</label>
            </div>
          </div>
        </div>
        <div class="col-lg-3"></div>
      </div>
    </div>
  </div>
  <div class="col-lg-12 col-md-12 col-sm-12 mb-5">
    <div class="form-group">
      <select name="industry" class="form-control">
        <option value="">Select your Industry</option>
        <option value="Banking">Banking</option>
        <option value="Logistics">Logistics</option>
        <option value="Enterprise Technology"> Enterprise Technology</option>
        <option value="Manufacturing"> Manufacturing</option>
        <option value="Healthcare"> Healthcare</option>
        <option value="Education"> Education</option>
        <option value="Travel"> Travel</option>
      </select>
    </div>
  </div>
  <div class="col-lg-12 col-md-12 col-sm-12">
    <div class="form-group">
      <div class="pretty p-svg p-curve">
        <input type="checkbox" name="privacy_policy">
        <div class="state p-success">
          <svg class="svg svg-icon" viewBox="0 0 20 20">
            <path
              d="M7.629,14.566c0.125,0.125,0.291,0.188,0.456,0.188c0.164,0,0.329-0.062,0.456-0.188l8.219-8.221c0.252-0.252,0.252-0.659,0-0.911c-0.252-0.252-0.659-0.252-0.911,0l-7.764,7.763L4.152,9.267c-0.252-0.251-0.66-0.251-0.911,0c-0.252,0.252-0.252,0.66,0,0.911L7.629,14.566z"
              style="stroke: white;fill:white;"></path>
          </svg>
          <label>I accept the Support Nerds privacy and terms</label>
        </div>
      </div>
    </div>
  </div>
  <div class="col-lg-12 col-md-12 col-sm-12">
    <input type="submit" value="submit" class="btn formhome_btn">
  </div>
</form>

Name: form_quotePOST emailer/quote

<form name="form_quote" method="post" id="form-quote" action="emailer/quote" novalidate="novalidate">
  <div class="main_box">
    <div class="box">
      <div class="input_box form-group">
        <input id="input-name" type="text" class="form-control" name="name" autocomplete="off" placeholder="Full Name" required="" aria-required="true">
      </div>
      <div class="input_box form-group">
        <input type="email" class="form-control" name="email" id="input-email" autocomplete="off" placeholder="Email" required="" aria-required="true">
      </div>
      <div class="input_box form-group">
        <input type="tel" id="input-phone" class="form-control" name="phone" autocomplete="off" placeholder="Phone Number" required="" aria-required="true">
      </div>
      <div class="input_box form-group">
        <textarea name="query" required="" id="input-help" placeholder="How can we help?" aria-required="true"></textarea>
      </div>
      <input type="submit" value="Submit">
    </div>
  </div>
</form>

Name: form_assessmentPOST emailer/assessment

<form method="post" action="emailer/assessment" name="form_assessment" novalidate="novalidate">
  <div class="row">
    <div class="col-lg-6 col-md-6 col-sm-12">
      <div class="form-group">
        <input type="text" class="form-control" name="name" placeholder="Your Name*">
      </div>
    </div>
    <div class="col-lg-6 col-md-6 col-sm-12">
      <div class="form-group">
        <input type="text" class="form-control" name="business" placeholder="Your Business Name*">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-6 col-md-6 col-sm-12">
      <div class="form-group">
        <select class="form-control" data-val="true" data-val-required="A state is required." name="state">
          <option value=""> --Select State*</option>
          <option value="AK">AK</option>
          <option value="AL">AL</option>
          <option value="AR">AR</option>
          <option value="AS">AS</option>
          <option value="AZ">AZ</option>
          <option value="CA">CA</option>
          <option value="CO">CO</option>
          <option value="CT">CT</option>
          <option value="DC">DC</option>
          <option value="DE">DE</option>
          <option value="FL">FL</option>
          <option value="GA">GA</option>
          <option value="HI">HI</option>
          <option value="IA">IA</option>
          <option value="ID">ID</option>
          <option value="IL">IL</option>
          <option value="IN">IN</option>
          <option value="KS">KS</option>
          <option value="KY">KY</option>
          <option value="LA">LA</option>
          <option value="MA">MA</option>
          <option value="MD">MD</option>
          <option value="ME">ME</option>
          <option value="MI">MI</option>
          <option value="MN">MN</option>
          <option value="MO">MO</option>
          <option value="MS">MS</option>
          <option value="MT">MT</option>
          <option value="NC">NC</option>
          <option value="ND">ND</option>
          <option value="NE">NE</option>
          <option value="NH">NH</option>
          <option value="NJ">NJ</option>
          <option value="NM">NM</option>
          <option value="NV">NV</option>
          <option value="NY">NY</option>
          <option value="OH">OH</option>
          <option value="OK">OK</option>
          <option value="OR">OR</option>
          <option value="PA">PA</option>
          <option value="PR">PR</option>
          <option value="RI">RI</option>
          <option value="SC">SC</option>
          <option value="SD">SD</option>
          <option value="TN">TN</option>
          <option value="TX">TX</option>
          <option value="UT">UT</option>
          <option value="VA">VA</option>
          <option value="VI">VI</option>
          <option value="VT">VT</option>
          <option value="WA">WA</option>
          <option value="WI">WI</option>
          <option value="WV">WV</option>
          <option value="WY">WY</option>
        </select>
      </div>
    </div>
    <div class="col-lg-6 col-md-6 col-sm-12">
      <div class="form-group">
        <input type="text" class="form-control" placeholder="Phone Number*" name="phone">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-6 col-md-6 col-sm-12">
      <div class="form-group">
        <input type="text" name="email" class="form-control" placeholder="Your Email Address*">
      </div>
    </div>
    <div class="col-lg-6 col-md-6 col-sm-12">
      <div class="form-group">
        <select class="form-control" name="size_of_business">
          <option value=""> -- Size of Business?*</option>
          <option value="10-25">&lt; 25</option>
          <option value="25-75">25-75</option>
          <option value="75-250">75-250</option>
          <option value="250-500">250-500</option>
          <option value="500+">500+</option>
        </select>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-6 col-md-6 col-sm-12">
      <div class="form-group">
        <select class="form-control" name="service_needed">
          <option value="" selected="" disabled=""> -- What is your IT Service Need?</option>
          <option value="Cloud Storage &amp; Disaster Recovery">Cloud Storage &amp; Disaster Recovery</option>
          <option value="Data Protection &amp; Business Continuity">Data Protection &amp; Business Continuity</option>
          <option value="Governance Risk &amp; Compliance">Governance Risk &amp; Compliance</option>
          <option value="Mobile Device Management">Mobile Device Management </option>
          <option value="IT Service Management ">IT Service Management </option>
          <option value="Technology Deployment">Technology Deployment</option>
          <option value="Desktop as a Service (DaaS)">Desktop as a Service (DaaS)</option>
          <option value="Cloud Services">Application Security Training</option>
          <option value="IT Security Compliance ">IT Security Compliance </option>
          <option value="Azure Plan &amp; Deploy Services ">Azure Plan &amp; Deploy Services </option>
          <option value="Microsoft Licensing Optimization">Microsoft Licensing Optimization</option>
          <option value="Office 365 Velocity Services">Office 365 Velocity Services</option>
          <option value="Managed IT Services ">Managed IT Services </option>
          <option value="Managed Print Services">Managed Print Services</option>
          <option value="Security Awareness Training">Security Awareness Training</option>
          <option value="Other">Other</option>
        </select>
      </div>
    </div>
    <div class="col-lg-6 col-md-6 col-sm-12">
      <div class="form-group">
        <input type="text" class="form-control" placeholder="If other, please describe" name="other">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-12 col-md-12 col-sm-12">
      <div class="form-group">
        <textarea name="anything_else" class="form-control" placeholder="Anything else we should know about your company, network or IT needs?"></textarea>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-lg-12 col-md-12 col-sm-12 text-center">
      <div class="form-group">
        <button type="submit" class="btn" value="Send">Send</button>
      </div>
    </div>
  </div>
</form>

Text Content

Covid-19 Update: We’re fully prepared to continue to support your business.
Learn More
 * 
 * 
 * 
 * 
 * 

 * Chat With Us

 * Login
 * Create an Account
 * Support
   Chat now Contact us Instant Assistance Knowledge base Web support assistance

 * United States Canada

 * Company
   
   About Us
   
   Partners
   
   Careers
   
   Contact Us

 * Solutions
   
   DATA CENTER
   
    * Cloud Storage & Disaster Recovery
    * Data Protection & Business Continuity
    * Infrastructure as a Service (IaaS) & Platform as a Service (PaaS)
    * Private & Hybrid Cloud
   
   IT SECURITY
   
    * Assessment & Security Audit
    * Governance Risk & Compliance
    * Managed Security Solutions
    * Unified Security Stack
   
   COMPUTING & MOBILITY
   
    * Desktop as a Service (DaaS)
    * Desktop Virtualization
    * Mobile Device Management
    * Mobile Device Security
   
   IT LIFECYCLE
   
    * IT Service Management
    * IT Staffing
    * Technology Deployment

 * Services
   
   IT SECURITY
   
    * Application Security Training
    * Data Loss Prevention Assessment
    * IT Security Compliance
    * Security Awareness Training
   
   DATA CENTER
   
    * Disaster Recovery as a Service (DRaaS)
    * Infrastructure as a Service (IaaS) & Platform as a Service (PaaS)
    * Hyper-Converged Data Center Packaged Services
   
   MICROSOFT SOFTWARE
   
    * Azure Plan & Deploy Services
    * Enterprise Agreement Assessment
    * Microsoft Licensing Optimization
    * Office 365 Velocity Services
   
   IT LIFECYCLE
   
    * Device as a Service
    * Managed IT Services
    * Managed Print Services
    * Warranty & Installation

 * Industry
   
   Banking
   
   Logistics
   
   Enterprise Technology
   
   Manufacturing
   
   Healthcare
   
   Education
   
   Retail
   
   
 * Blog

 * (888) 462-2719
 * Get a Quote


WE HELP YOU


Build Next-Generation Workplace



EXCEPTIONAL MANAGED IT SERVICES, FIT TO YOUR SPECIFIC BUSINESS NEEDS.

MANAGED IT

Reduce both cost and risk for your business by managing today’s IT challenges

CLOUD BACKUP

Schedule data backup to the capacity & frequency appropriate for your
organization

CYBER SECURITY

Prepare and defend your business from internal and external threats before they
strike

STRATEGIC CONSULTING

Design and execute right technology strategies to help your business perform at
peak

WE ARE SUPPORT NERDS

LEADING MANAGED IT SERVICES TO HELP YOUR BUSINESS SUCCEED

AS YOUR TRUSTED IT PARTNER, OUR TRAINED IT EXPERTS ANALYZE YOUR BUSINESS FOR ITS
EVER-EVOLVING NEEDS, TAKE STOCK OF YOUR ENVIRONMENT, AND ENSURE THAT WE SET YOU
AND YOUR BUSINESS UP FOR SUCCESS.

END-TO-END SERVICES
TO MITIGATE COMPLEX IT CHALLENGES

At Support Nerds, we deliver IT services to enhance your business process. We
help organizations to leverage technology for their benefits. Our experts are
here to create a digital evolution strategy for you to overcome the present
challenges and get prepared for the future.

 * CLOUD TRANSFORMING DATA SERVICE
   
   More power & increased security for data services supported by excellent
   cloud services to improve customer experience.

 * INNOVATIVE IT SECURITY
   
   Designed to assess and mitigate business’ security risk and protecting most
   critical data & information.

 * DIGITAL TRANSFORMATION
   
   Specialized services with leading Microsoft offerings, curated to suit every
   industry verticals.

 * STRATEGIC IT MANAGEMENT
   
   Defining the perspective, plans, position, and patterns for your business to
   attain higher goals.


CERTIFIED ENGINEERS FOR INDUSTRY SPECIFIC IT NEEDS:


 * Banking - Gain business efficiency & customer loyalty
 * Capital Market - Better engage with clients
 * Healthcare - Overcome compliance & tech challenges
 * Higher Education - Optimize education environment


Find Out More


PROLIFIC PRODUCT IT SERVICES FOR CLIENTS:


 * Office 365 - Best-in-class solutions to help you do more
 * Dynamics 365 - Next-generation CRM & ERP solutions
 * VMware - Industry-leading expertise in virtualization
 * Network Devices - Optimize network connectivity


Find Out More



WE ENSURE YOUR BUSINESS IS IN GOOD HANDS.


 * IT Experts - Get most dependable IT solutions
 * Fair Business Practices - Transparent Services
 * Cross-Industry Adaptability - Universal solutions
 * Managed IT Infrastructure - Best IT optimization


Find Out More
 * 98.6 %
   
   Success Rate

 * 15+
   
   Years Consecutive Growth

 * < 32 Sec
   
   Average Response Time

 * 300+
   
   Projects Completed

HOW IT WORKS


ASK AN IT SOLUTION QUOTE

Please fill in the form and let our team know. A representative will shortly
contact you.

 * CHOOSE A SERVICE
   
   Pick a suitable service that works best for your IT needs.

 * LET’S COMMUNICATE
   
   Discuss your business and how you use technology.

 * START WITH BEST IT EXPERIENCE
   
   Optimize your IT and experience seamless business operations.

What is your IT Service Need? * Managed IT Services Cyber Security Services IT
Support Services Cloud Computing IT Consultancy
How many people work for your Organization? *
01-15
16-30
31-45

Select your Industry Banking Logistics Enterprise Technology Manufacturing
Healthcare Education Travel
I accept the Support Nerds privacy and terms

-- Kylie T.
Their services are trustworthy. Everyone here knows his job. Best part is they
listen to you patiently and come up with fitting solution every time.
-- Henry P.
I appreciate the finest efforts by Support Nerds team to fix network issues for
me. They are highly professional and proactive. Thankful that I partnered with
them.
-- Graham S.
It is great to know that Support Nerds team is there for you. I highly recommend
their quick and reliable services that give positive results every time.
-- Marry W.
We were quite satisfied with the solution provided to recent malware intrusion
to our system. Support Nerds staff was very supportive.
-- Patrick A.
I honestly feel positive for them. They always show up with quality services and
give the best solution. Keep up!
-- Kylie T.
Their services are trustworthy. Everyone here knows his job. Best part is they
listen to you patiently and come up with fitting solution every time.
-- Henry P.
I appreciate the finest efforts by Support Nerds team to fix network issues for
me. They are highly professional and proactive. Thankful that I partnered with
them.
-- Graham S.
It is great to know that Support Nerds team is there for you. I highly recommend
their quick and reliable services that give positive results every time.
-- Marry W.
We were quite satisfied with the solution provided to recent malware intrusion
to our system. Support Nerds staff was very supportive.

BLOG POST & NEWS

EXPLORE OUR BLOGS FOR VALUABLE INSIGHT INTO BUSINESS
IT BEST PRACTICES AND TRENDS.

Read All

CYBER SECURITY

4 WAYS TO IDENTIFY YOU’VE RECEIVED A PHISHING EMAIL

By Gloria Lofton | 26th June, 2020



DATA SECURITY

COVID-19 PHISHING ATTACKS: SECURE YOURSELF AND YOUR BUSINESS DATA

By Gloria Lofton | 17th June, 2020



DATA & DISASTER RECOVERY

INCIDENT RESPONSE AND DISASTER RECOVERY FOR FUTURE-READY BUSINESS

By Craig Cargile | 15th June, 2020


Improve effectiveness of your business operations - Opt for best IT solutions

LET’S GET STARTED 

YOU NEED AN EXPERT WHEN IT COMES TO MANAGE YOUR BUSINESS IT. LET US HELP YOU
WITH MOST RELIABLE AND RESPONSIVE MANAGED IT SERVICES.


Ask free assessment
 * Services
 * Disaster Recovery as a Service (DRaaS)
 * IT Security Compliance
 * Microsoft Licensing Optimization
 * Managed IT Services

 * Solutions
 * Cloud Storage & Disaster Recovery
 * Assessment & Security Audit
 * Managed Security Solutions
 * IT Service Management

 * Company
 * About Us
 * Careers
 * Help and FAQs
 * Contact Us
 * Blog

 * Follow Us On
 * Facebook
 * Twitter
 * Linkedin
 * Instagram
 * Pinterest

Address
Support Nerds Inc, 72 Pottstown Pike, Unit 102, Chester Springs, PA 19425

Phone: (888) 462-2719
|
Mail: info@supportnerds.us

Subscribe to our newsletter and stay informed with the latest technology trends,
new launched products, useful services, and other updates on Support Nerds. You
may opt-out anytime using unsubscribe feature.

subscribe

© Copyright 2022, supportnerds.us

 * Terms of Sale
 * Terms of Use
 * Privacy Policy


×

REQUEST A QUOTE



Fill the form to get customized IT service quote that best meets your unique
business needs.



×

GET STARTED WINNING WITH IT

JUST FILL OUT THE FORM BELOW, AND ONE OF OUR CONSULTANTS WILL HELP YOU WITH YOUR
DAY-TO-DAY TECHNOLOGY CHALLENGES.

--Select State* AK AL AR AS AZ CA CO CT DC DE FL GA HI IA ID IL IN KS KY LA MA
MD ME MI MN MO MS MT NC ND NE NH NJ NM NV NY OH OK OR PA PR RI SC SD TN TX UT VA
VI VT WA WI WV WY

-- Size of Business?* < 25 25-75 75-250 250-500 500+
-- What is your IT Service Need? Cloud Storage & Disaster Recovery Data
Protection & Business Continuity Governance Risk & Compliance Mobile Device
Management IT Service Management Technology Deployment Desktop as a Service
(DaaS) Application Security Training IT Security Compliance Azure Plan & Deploy
Services Microsoft Licensing Optimization Office 365 Velocity Services Managed
IT Services Managed Print Services Security Awareness Training Other


Send