Archive for the ‘Windows 7’ Category

OnePlan Managed Services – How To Submit a Trouble Ticket.

Saturday, October 8th, 2011

On-site Tech Support provides OnePlan Managed services for all of our clients. This includes a trouble ticketing system. The instructions and video below will explain how to submit a trouble ticket if your computer is misbehaving.

  1. Check your email for your login information.
  2. Double click the OTS logo in the corner by the clock. This will open a web browser to the login page.
  3. In the top menu click the New Service Ticket button.
    • Please put something relevant and informative in the Summary field. “Computer Problem” is not relevant and informative. “Outlook is not sending email” is a relevant and informative Summary.
    • Enter as much as you can in the notes field that will help us diagnose and fix the issue. Poor or few notes delays the process by us having to call you for more information that you could have put in the notes field to begin with.
    • If you have any questions about what information to put in the ticket, click the link in the yellow bar at the top of the screen. There are very detailed instructions there.

If you need to add more information to the ticket, please click on the “View Tickets” tab at the top and add the information to the correct ticket. DO NOT SUBMIT A SECOND TICKET TO UPDATE AN EXISTING TICKET.

Get Rid of Unwanted Startup Items with Kaseya

Wednesday, December 8th, 2010

Why do software companies think their software is the sole reason your computer exists? No matter how often you clean out your start-up tasks, software companies always put their stuff back in there.

It’s even worse with client machines. Most clients don’t have any idea how many items run at start-up, all they know is that their computer is slow. The following script is one that I created to clean all that up.

This is part 1 of my 12 step “Monthly Cleanup/Tuneup” script that I run on all client machines. Over the nex few weeks (sooner if I get positive feedback from you all) I will be posting each step of the script and at the end I will post the master “Monthly Cleanup/Tuneup” script that will put all of these little gems together for an automated cleaning. I run this monthly for all of my clients but you can run it as often as you wish.

<?xml version=”1.0″ encoding=”utf-8″?>
<ScriptExport xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema” xmlns=”http://www.kaseya.com/vsa/2008/12/Scripting”>
  <Procedure name=”Cleanup Startup Tasks” treePres=”3″>
    <Body description=”Removes all BS items from start up.&#xD;&#xA;”>
      <If description=”">
        <Condition name=”True” />
        <Then>
          <Statement description=”Delete the specified registry value – Regedit displays keys as folders and values as documents.” name=”DeleteRegistryValue” continueOnFail=”true”>
            <Parameter xsi:type=”StringParameter” name=”Path” value=”HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\iTunesHelper” />
          </Statement>
          <Statement description=”Delete the specified registry value – Regedit displays keys as folders and values as documents.” name=”DeleteRegistryValue” continueOnFail=”true”>
            <Parameter xsi:type=”StringParameter” name=”Path” value=”HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\Quicktime Task” />
          </Statement>
          <Statement description=”Delete the specified registry value – Regedit displays keys as folders and values as documents.” name=”DeleteRegistryValue” continueOnFail=”true” osType=”Windows”>
            <Parameter xsi:type=”StringParameter” name=”Path” value=”HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\GrooveMonitor” />
          </Statement>
          <Statement description=”Delete the specified registry value – Regedit displays keys as folders and values as documents.” name=”DeleteRegistryValue” continueOnFail=”true” osType=”Windows”>
            <Parameter xsi:type=”StringParameter” name=”Path” value=”HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\Adobe Reader Speed Launcher” />
          </Statement>
          <Statement description=”Delete the specified registry value – Regedit displays keys as folders and values as documents.” name=”DeleteRegistryValue” continueOnFail=”true” osType=”Windows”>
            <Parameter xsi:type=”StringParameter” name=”Path” value=”HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\RoxWatchTray” />
          </Statement>
          <Statement description=”Delete the specified registry value – Regedit displays keys as folders and values as documents.” name=”DeleteRegistryValue” continueOnFail=”true” osType=”Windows”>
            <Parameter xsi:type=”StringParameter” name=”Path” value=”HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\SunJavaUpdateSched” />
          </Statement>
          <Statement description=”Delete the specified registry value – Regedit displays keys as folders and values as documents.” name=”DeleteRegistryValue” continueOnFail=”true” osType=”Windows”>
            <Parameter xsi:type=”StringParameter” name=”Path” value=”HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\TkBellExe” />
          </Statement>
          <Statement description=”Delete the specified registry value – Regedit displays keys as folders and values as documents.” name=”DeleteRegistryValue” continueOnFail=”true” osType=”Windows”>
            <Parameter xsi:type=”StringParameter” name=”Path” value=”HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\Adobe ARM” />
          </Statement>
          <Statement description=”Delete the specified registry value – Regedit displays keys as folders and values as documents.” name=”DeleteRegistryValue” continueOnFail=”true” osType=”Windows”>
            <Parameter xsi:type=”StringParameter” name=”Path” value=”HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\BCSSync” />
          </Statement>
          <Statement description=”Delete the specified registry value – Regedit displays keys as folders and values as documents.” name=”DeleteRegistryValue” continueOnFail=”true” osType=”Windows”>
            <Parameter xsi:type=”StringParameter” name=”Path” value=”HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\Acrobat Assistant 8.0″ />
          </Statement>
          <Statement description=”Delete the specified registry value – Regedit displays keys as folders and values as documents.” name=”DeleteRegistryValue” continueOnFail=”true” osType=”Windows”>
            <Parameter xsi:type=”StringParameter” name=”Path” value=”HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\SearchSettings” />
          </Statement>
          <Statement description=”Delete the specified registry value – Regedit displays keys as folders and values as documents.” name=”DeleteRegistryValue” continueOnFail=”true” osType=”Windows”>
            <Parameter xsi:type=”StringParameter” name=”Path” value=”HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\NeroFilterCheck” />
          </Statement>
          <Statement description=”Delete the specified registry value – Regedit displays keys as folders and values as documents.” name=”DeleteRegistryValue” continueOnFail=”true” osType=”Windows”>
            <Parameter xsi:type=”StringParameter” name=”Path” value=”HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\AppleSyncNotifier” />
          </Statement>
        </Then>
      </If>
    </Body>
  </Procedure>
</ScriptExport>

You can also download the XML file here. (Right click and “Save As”)

Disable or Uninstall Business Contact Manager with Kaseya

Saturday, September 25th, 2010

Business contact manager is a huge pain in the butt and I have yet to meet anyone who uses it.  Recently we had a client that needed to roll out 23 new computers but they all had Business Contact Manager installed on them.  We used this Kaseya script to uninstall it. 

(more…)

How OnePlan Saved my customer $30,000

Monday, June 14th, 2010

It was a typical Monday, working in the office when I got a call from a contract customer.  She said that one of their high level employees was going to be termintated that afternoon and wanted me to come into the office the next day to change the passwords and lock the computers.  She said he wasn’t in the office so it wasn’t a rush.  I knew this employee had a company laptop so using the Live Connect function of Kaseya2 I clicked on the laptop to see what he was doing.  At first he was trying to access his 401K, then he started researching how to transfer his 401K, so at that point I had a good idea that he knew he was going to be fired.   The next thing he did was open his email and then open the company customer database. 

I knew this wasn’t going to be good.   There were over 75,000 customers in that database and he was trying to email them to his hotmail account.  Since i was a bit late to the game, I watched and waited until the email came in to the hotmail account and then went to work.  I already had the VNC window open, so when I saw a lull in activity I deleted the email, emptied the recycle bin and logged out of the hotmail account. 

Next I used one of the great features of K2 Live Connect – Remote Command Shell.  It gives a remote command shell without the user being aware of anything.  I changed all the passwords on the laptop and used the remote shutdown script in the Agent Procedures. 

Of course he tried to log back in, but since I changed thepasswords, his efforts were foiled! (it seems like an appropriate word) 

As of now we still do not have the laptop back, but the email has been deleted and as an added measure, I scheduled an automatic reboot every 7 minutes when the machine is on.

Change DNS and WINS via Kaseya Script

Friday, April 9th, 2010

Today we phased out an older server and promoted a newer one to DC. Typically this is no problem. Once it’s complete, reboot all the workstations and they will find the new DHCP/DNS server automatically. In our case, all o f the workstations were statically assigned. Since I didn’t want to have to touch 60+ workstations, I wrote this Kaseya Script to take care of it for me. (more…)