<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.kaseya.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Forums</title><link>http://community.kaseya.com/xsp/default.aspx</link><description>Forums, discussions, and Q&amp;amp;A for all products.  </description><dc:language>en-US</dc:language><generator>Telligent Community 5.5.134.25133 (Build: 5.5.134.25133)</generator><item><title>Forum Post: Re: Make alarm monitoring respect hours of ServiceDesk</title><link>http://community.kaseya.com/xsp/f/27/p/18231/85849.aspx#85849</link><pubDate>Fri, 24 May 2013 22:49:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85849</guid><dc:creator>Paul Haaker</dc:creator><description>&lt;p&gt;OK .. So here&amp;#39;s a start&lt;/p&gt;  &lt;p&gt;For each Organization in System/ORS/Manage you can set an Org Type&lt;/p&gt;  &lt;p&gt;There are already some default ones setup I.e. SLA_Gold , SLA_Silver etc &amp;nbsp;and you can create and add extra ones if needed&lt;/p&gt;  &lt;p&gt;ALSO in SD you can define Policies and again there are some defaults already there , also SLA_Gold , SLA_Silver&lt;/p&gt;  &lt;p&gt;I can&amp;#39;t see if there is any automated link between creating an ORG based Type and an SD Policy .. but the trick here is to create them in both and make sure the names are identical&lt;/p&gt;  &lt;p&gt;So once done you have got a SD Policy that defines the hrs , and an Org Type that allows you to assign the Type to Organizations and therefore machines&lt;/p&gt;  &lt;p&gt;Now the following SQL query will return the details of SD Coverage for every machine in your system as long as the Policy and Type names have been assigned and match&lt;/p&gt;  &lt;p&gt;*****************************************&lt;/p&gt;  &lt;pre&gt;SELECT     kasadmin.SDPolicy.ref, kasadmin.SDHours.ref AS SLACoverage, kasadmin.SDHours.rowDesc, kasadmin.vbo_Organizations_General.ref AS Organization, &lt;br /&gt;                      dbo.vMachine.agentGuid, dbo.vMachine.machName&lt;br /&gt;FROM         kasadmin.SDPolicy INNER JOIN&lt;br /&gt;                      kasadmin.SDHours ON kasadmin.SDPolicy.sdHoursFK = kasadmin.SDHours.id INNER JOIN&lt;br /&gt;                      kasadmin.vbo_Organizations_General ON kasadmin.SDPolicy.ref = kasadmin.vbo_Organizations_General.org_type INNER JOIN&lt;br /&gt;                      kasadmin.organization ON kasadmin.vbo_Organizations_General.id = kasadmin.organization.id INNER JOIN&lt;br /&gt;                      dbo.machGroup ON kasadmin.organization.orgFK = dbo.machGroup.orgFK INNER JOIN&lt;br /&gt;                      dbo.vMachine ON dbo.machGroup.reverseName = dbo.vMachine.groupName&lt;/pre&gt;  &lt;pre&gt;**************************************&lt;/pre&gt;  &lt;p&gt;So with this you can change the query to use within a Agent Procedure , have the query return just the SLACoverage value and then within your Script you could pass the result to some VB or other code to determine if the current date/time is within the SLA Covered period&lt;/p&gt;  &lt;p&gt;I&amp;#39;ll leave the rest up to you .. but drop me a note if you get stuck&lt;/p&gt;  &lt;p&gt;You&amp;#39;ll still need to work into this Public holidays etc which is also defined within SD in the table [ksubscribers].[kasadmin].[vbo_SDHoursCovered_Holiday]&lt;/p&gt;  &lt;p&gt;So this would probably be a second query in the same script&lt;/p&gt;  &lt;p&gt;Cheers&lt;/p&gt;  &lt;p&gt;Paul&lt;/p&gt;</description></item><item><title>Forum Post: Mail Server QOS - Best Practices</title><link>http://community.kaseya.com/xsp/f/159/p/18236/85846.aspx#85846</link><pubDate>Fri, 24 May 2013 22:03:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85846</guid><dc:creator>Kerry D</dc:creator><description>&lt;p&gt;Hey Everyone,&lt;/p&gt;  &lt;p&gt;Been running into some Mail QOS issues and looking for some feedback on how others are using it - and to discuss any best practices, if they exist.&lt;/p&gt;  &lt;p&gt;I had Mail Server QOS monitors set up and working OK in VSA-integrated KNM 4.1.&amp;nbsp;We set up unique accounts at Gmail and on our client&amp;#39;s local servers to test mail flow in either direction - in other words, with Google as SMTP to our local POP, and with local SMTP to Google POP. This way, mail flow was tested in both directions and it included our entire mail loop:&lt;/p&gt;  &lt;ul&gt;  &lt;li&gt;Mail from Google Account -&amp;gt; through Barracuda Cloud Protection Layer -&amp;gt; to Barracuda device -&amp;gt; to local Exchange/ POP server. We called this &amp;quot;Mail QOS Inbound.&amp;quot;&lt;/li&gt;  &lt;li&gt;Mail from Exchange/ local server -&amp;gt; out through Barracuda smart host or using DNS MX records -&amp;gt; to Google servers for POP pickup. We called this &amp;quot;Mail QOS Outbound.&amp;quot;&lt;/li&gt;  &lt;/ul&gt;  &lt;div&gt;With this setup, it was actually pretty noisy as there seemed to always be a delay or an empty mailbox that would alarm the KNM monitor. I can&amp;#39;t claim to have fully realized my dream of reliable end-to-end mail flow monitoring, as there was just too much noise. But the &lt;strong&gt;idea&lt;/strong&gt; is extremely promising and a great thing to communicate to a client.&lt;/div&gt;  &lt;div&gt;&lt;/div&gt;  &lt;div&gt;However, I&amp;#39;ve upgraded to KNM 5 standalone and I am having a ton of trouble with mail server authentication and relay. Even though I authenticate SMTP with a Gmail account to Google, it doesn&amp;#39;t like my local email address and won&amp;#39;t relay messages. I&amp;#39;m having a lot of the same difficulty with local server relay to Google.&lt;/div&gt;  &lt;div&gt;&lt;/div&gt;  &lt;div&gt;Our credentials are set correctly and authentication appears to work but some piece of the mechanism isn&amp;#39;t working as easily as it used to. Having said all that, my questions are as follows:&lt;/div&gt;  &lt;div&gt;&lt;ol&gt;  &lt;li&gt;How are other people using Mail Server QOS monitors? Inbound? Outbound? Are you using this monitor at all?&lt;/li&gt;  &lt;li&gt;Are you using Gmail or another hosted mail service? (Or do you have your own server somewhere else?)&lt;/li&gt;  &lt;li&gt;We want to test the whole mail loop - is this the way it is supposed to be configured? I find less value in using the same mail server for SMTP and POP.&lt;/li&gt;  &lt;li&gt;Has anyone successfully gotten the situation I described above to work with Google and their local server?&lt;/li&gt;  &lt;/ol&gt;&lt;/div&gt;  &lt;div&gt;Happy to open a support ticket to resolve the authentication and relay issues if I need to, but I don&amp;#39;t see many involved Mail QOS discussions in the forum and I am really curious to hear what others are up to.&lt;/div&gt;  &lt;div&gt;&lt;/div&gt;  &lt;div&gt;Appreciate your time and feedback!&lt;/div&gt;  &lt;div&gt;&lt;/div&gt;  &lt;div&gt;Thanks,&lt;/div&gt;  &lt;div&gt;&lt;/div&gt;  &lt;div&gt;Kerry&lt;/div&gt;</description></item><item><title>Forum Post: Re: Make some ticket notes become a KB article</title><link>http://community.kaseya.com/xsp/f/129/p/18232/85845.aspx#85845</link><pubDate>Fri, 24 May 2013 20:32:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85845</guid><dc:creator>Paul Haaker</dc:creator><description>&lt;p&gt;Or automate if as per this thread&lt;/p&gt; &lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://community.kaseya.com/xsp/f/129/p/18221/85840.aspx#85840"&gt;community.kaseya.com/.../85840.aspx&lt;/a&gt;&lt;/p&gt; </description></item><item><title>Forum Post: Re: Uninstall previous Kaseya agent and replace with current agent?</title><link>http://community.kaseya.com/xsp/f/26/p/18229/85844.aspx#85844</link><pubDate>Fri, 24 May 2013 20:30:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85844</guid><dc:creator>Paul Haaker</dc:creator><description>&lt;p&gt;Just write a script that your agent will run to remove the other agent.&lt;/p&gt; &lt;p&gt;If you look in Kaseya under Audit/Add/Remove via your VSA you will see both agents listed , and it includes the string you need to run to uninstall.&lt;/p&gt; &lt;p&gt;So pick the string for the other agent , add this into your script , and run on all affected machines.&lt;/p&gt; &lt;p&gt;This will only uninstall the other agent .. and you can check it&amp;#39;s has worked by rerunning the audit and checking again what is listed in Add/Remove&lt;/p&gt; &lt;p&gt;Cheers&lt;/p&gt; </description></item><item><title>Forum Post: Re: Moving a ticket from one desk to another</title><link>http://community.kaseya.com/xsp/f/129/p/18221/85840.aspx#85840</link><pubDate>Fri, 24 May 2013 20:14:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85840</guid><dc:creator>Paul Haaker</dc:creator><description>&lt;p&gt;Oh .. I&amp;#39;m assuming you are using SD 1.4 and Kaseya V6.3 ?&lt;/p&gt; </description></item><item><title>Forum Post: IP management</title><link>http://community.kaseya.com/xsp/f/28/p/18234/85837.aspx#85837</link><pubDate>Fri, 24 May 2013 19:27:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85837</guid><dc:creator>smwein</dc:creator><description>&lt;p&gt;Can someone help me? &amp;nbsp;I&amp;#39;m trying to create a script or report that will pull all the IPs on a machine. &amp;nbsp;I can run reports that pull the man IP but not the secondary IPs. &amp;nbsp;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;Thanks for the help.&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;Steven&amp;nbsp;&lt;/p&gt;</description></item><item><title>Forum Post: Alert times are off</title><link>http://community.kaseya.com/xsp/f/27/p/18235/85838.aspx#85838</link><pubDate>Fri, 24 May 2013 19:27:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85838</guid><dc:creator>Gino Tomasetti</dc:creator><description>&lt;p&gt;Hello All,&lt;/p&gt;  &lt;p&gt;Our office is in the Boston area, EST is our time zone. Our SaaS Kaseya server must be in the UK or something, we have to set our System time to VSA server -4 hours.&lt;/p&gt;  &lt;p&gt;Please see the screen shot. When a monitored server first goes down, let&amp;#39;s say at 4:30 PM, we get an alert saying that the agent hasn&amp;#39;t checked in since 8:30 PM, which of course is 4 hours into the future, that&amp;#39;s impossible.&lt;/p&gt;  &lt;p&gt;When we go into the format email area, the time it reports is &amp;lt;qt&amp;gt; which is UTC time. Is there a way to make it read QT minus 4 hours?&lt;/p&gt;  &lt;p&gt;thanks&lt;/p&gt;</description></item><item><title>Forum Post: Re: Windows Disk Cleanup or CCLEANER</title><link>http://community.kaseya.com/xsp/f/28/p/16831/85833.aspx#85833</link><pubDate>Fri, 24 May 2013 19:13:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85833</guid><dc:creator>NIKNAKS456</dc:creator><description>&lt;p&gt;please share&lt;/p&gt; </description></item><item><title>Forum Post: Re: cscript problem on windows 7 64 bit</title><link>http://community.kaseya.com/xsp/f/28/p/18220/85827.aspx#85827</link><pubDate>Fri, 24 May 2013 17:54:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85827</guid><dc:creator>SMason</dc:creator><description>&lt;p&gt;All of this is expected behavior for the x64 architecture and isn&amp;#39;t necessarily any wrongdoing on Kaseya&amp;#39;s part.&lt;/p&gt; </description></item><item><title>Forum Post: Some questions regarding KNM 5.0</title><link>http://community.kaseya.com/xsp/f/159/p/18225/85823.aspx#85823</link><pubDate>Fri, 24 May 2013 16:50:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85823</guid><dc:creator>Terry Lam</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;  &lt;p&gt;I would like to know the following information:&lt;/p&gt;  &lt;p&gt;1. Does gateway has a network traffic optimization ability?&lt;/p&gt;  &lt;p&gt;2. Minimum bandwidth requirement for the connection between gateway and server?&lt;/p&gt;  &lt;p&gt;3. How does the gateway connection&amp;nbsp;work in the WAN connection that has WAN optimizer in between? Can WAN optimizer recognized gateway communication protocol and compress the communication channel of the gateway?&lt;/p&gt;  &lt;p&gt;4. Any full list of hardware and OS support matrix for the monitor template?&lt;/p&gt;  &lt;p&gt;5.&amp;nbsp;I find that the Windows monitor template retrieves event id of Windows 2003 or below only. Is there any regular update of the templates?&amp;nbsp;or should it be modified by customer?&lt;/p&gt;  &lt;p&gt;6. How can KNM monitor the space utilization of VMWare data store by using CIM?&amp;nbsp;Seems CIM is very complicated, and need strong&amp;nbsp;development skill to understand and&amp;nbsp;create a &amp;nbsp;CIM monitor script. Is there any template or script that can scan the available data store, then we just select the ones we wants to monitor?&lt;/p&gt;  &lt;p&gt;7. Could you provide me some attractive dashboard screen shots?&lt;/p&gt;  &lt;p&gt;Thanks &amp;amp; Regards&lt;/p&gt;  &lt;p&gt;Terry&lt;/p&gt;</description></item><item><title>Forum Post: Re: KES scan failures after 2 seconds. ErrorRegistryScan</title><link>http://community.kaseya.com/xsp/f/94/p/18056/85820.aspx#85820</link><pubDate>Fri, 24 May 2013 15:57:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85820</guid><dc:creator>Timothy Smith</dc:creator><description>&lt;p&gt;Is this applicable to AVG 9 or just 2012?&lt;/p&gt; </description></item><item><title>Forum Post: Alert After Multiple Patch Failure</title><link>http://community.kaseya.com/xsp/f/30/p/18223/85818.aspx#85818</link><pubDate>Fri, 24 May 2013 15:45:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85818</guid><dc:creator>eperson</dc:creator><description>&lt;p&gt;I am currently having a problem with patch failures and I wanted to reach out to the community to see if anyone else has addressed the same problem.&lt;/p&gt;  &lt;p&gt;I have found that in the majority of cases, when I receive an alert for a patch failure, if I check again after the next attempt, the patch has installed without issue. &amp;nbsp;To cut down on ticket noise, I am trying to find the best way to send an alert only after a patch has failed on more than one attempt.&lt;/p&gt;  &lt;p&gt;My first thought was to simply create a view of machines with failed patches, then on the day after most machines would have run the second attempt at patch installation, run a script against all machines in the view to create an email to our ticketing system. &amp;nbsp;I can&amp;#39;t do this because it doesn&amp;#39;t seem possible to create views on machines with failed patches.&lt;/p&gt;  &lt;p&gt;Has anyone else had the same problem? &amp;nbsp;How have you addressed it?&lt;/p&gt;  &lt;p&gt;Thanks in advance.&lt;/p&gt;</description></item><item><title>Forum Post: AVG 9 Removal Succeeds - AVG 2012 Install Fails - Succeeds When Restarted</title><link>http://community.kaseya.com/xsp/f/94/p/18222/85817.aspx#85817</link><pubDate>Fri, 24 May 2013 15:37:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85817</guid><dc:creator>eperson</dc:creator><description>&lt;p&gt;I opened support ticket, but I wanted to see if anyone else had seen this issue and had any suggestions on a resolution.&lt;/p&gt;  &lt;p&gt;I am having a problem when updating machines from AVG 9 to AVG 2012. &amp;nbsp;Until this past weekend (5/18) the majority installs completed without issue. &amp;nbsp;Since 5/18, every time I have scheduled an upgrade overnight, the removal of AVG 9 completes, but the install of AVG 2012 fails. &amp;nbsp;The error message is (with different time stamps) &amp;quot;FAILED at 1:06:09 AM 24-May-13 (AVG did not start properly)&amp;quot;. &amp;nbsp;In every case, I then run the installation process of AVG 2012 and the install succeeds without issue.&lt;/p&gt;  &lt;p&gt;Has anyone else seen this problem?&lt;/p&gt;  &lt;p&gt;Thanks in advance.&lt;/p&gt;</description></item><item><title>Forum Post: Re: Does Uninstalling Kaseya Agent uninstall AVG?</title><link>http://community.kaseya.com/xsp/f/26/p/18218/85814.aspx#85814</link><pubDate>Fri, 24 May 2013 15:17:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85814</guid><dc:creator>Elliot Tabush</dc:creator><description>&lt;p&gt;But you get the partial KES license back even if you dont uninstall AVG. &lt;/p&gt; </description></item><item><title>Forum Post: Re: vmware esxi 5 datastore monitoring</title><link>http://community.kaseya.com/xsp/f/159/p/17787/85811.aspx#85811</link><pubDate>Fri, 24 May 2013 13:23:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85811</guid><dc:creator>El Sarner</dc:creator><description>&lt;p&gt;Hi Tomas&lt;/p&gt; &lt;p&gt;have the problem with this script with the login &lt;/p&gt; &lt;p&gt;Have deleted getaccountuser , nada no authentication.&lt;/p&gt; &lt;p&gt;Thank you&lt;/p&gt; </description></item><item><title>Forum Post: Re: KLC 6.3 - Mac OS X / X11VNC</title><link>http://community.kaseya.com/xsp/f/145/p/17240/85810.aspx#85810</link><pubDate>Fri, 24 May 2013 13:20:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85810</guid><dc:creator>Dylan M. Lagi</dc:creator><description>&lt;p&gt;@xreeee - You have a ticket for this yet? If not, fire it up, let me know the ticket # and we will review, thx.&lt;/p&gt; </description></item><item><title>Forum Post: Re: SYM BE 1.1 Reports / Alarms</title><link>http://community.kaseya.com/xsp/f/127/p/18054/85809.aspx#85809</link><pubDate>Fri, 24 May 2013 11:02:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85809</guid><dc:creator>Sander Rozemuller</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt; &lt;p&gt;Main tasks are:&lt;/p&gt; &lt;p&gt;Create a sql view&lt;/p&gt; &lt;p&gt;create a xml file like the one attached in the topic.&lt;/p&gt; &lt;p&gt;Place the xml in the following dir: Kaseya\xml\Reporting\DataSetRegistration\1\Monitoring&lt;/p&gt; &lt;p&gt;Push &amp;nbsp;the run registration button at change reporting config&lt;/p&gt; &lt;p&gt;Take a look in Info Center at report parts you wil see the part you&amp;#39;ve created. &lt;/p&gt; </description></item><item><title>Forum Post: Re: View all machines for an organization</title><link>http://community.kaseya.com/xsp/f/114/p/18216/85808.aspx#85808</link><pubDate>Fri, 24 May 2013 09:36:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85808</guid><dc:creator>Tjibbe Buijsman</dc:creator><description>&lt;p&gt;You should be able to select the organisation itself instead of the machine group. When the organisation is selected you can view all the machines in it.&lt;/p&gt; &lt;p&gt;If this is not an option, possibly you can create a view and share this view.&lt;/p&gt; </description></item><item><title>Forum Post: Re: Dependency monitors within object</title><link>http://community.kaseya.com/xsp/f/159/p/18173/85805.aspx#85805</link><pubDate>Fri, 24 May 2013 06:39:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85805</guid><dc:creator>RA</dc:creator><description>&lt;p&gt;The same function is there in v5, called dependency setting in the property page of both group and device. There is a slight change in the algorithm in v5 to make this feature less expensive in terms of cpu cycles, so make sure the dependency monitor tests faster with lower alarm count.&lt;/p&gt; &lt;p&gt;@will no way to script this yet, but stay tuned.&lt;/p&gt; </description></item><item><title>Forum Post: Re: Block Installation of IE 10 for some users</title><link>http://community.kaseya.com/xsp/f/30/p/17899/85804.aspx#85804</link><pubDate>Fri, 24 May 2013 03:08:00 GMT</pubDate><guid isPermaLink="false">ee89d6da-ae05-4b70-8176-76135f5506a0:85804</guid><dc:creator>HardKnoX</dc:creator><description>&lt;p&gt;Here is some history on this issue with IE 9 &lt;a rel="nofollow" target="_new" href="http://community.kaseya.com/xsp/f/30/p/11557/60214.aspx#60214"&gt;community.kaseya.com/.../60214.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Since the issue&amp;nbsp; with IE9 I have opted to use the &amp;nbsp;&amp;quot;KB Override&amp;quot; under patch management and the registry modification in the &amp;quot;Toolkit to Disable Automatic Delivery of Internet Explorer&amp;quot;. This means Kaseya Automatic Update, WSUS and Windows updates can&amp;#39;t install IE 10 and you can still patch IE 10 and deployed it manually or by a custom agent procedure.&lt;/p&gt;</description></item></channel></rss>