<?xml version="1.0" encoding="ISO-8859-1"?><rss version="0.91">
<channel>
<title></title>
<link></link>
<description></description>
<language>en</language>
<item>
<title>Sources available</title>
<description>I have just uploaded the source code for V2.5 to Sourceforge.&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=484536e02f7fa</link>
<pubDate>Tue, 03 Jun 2008 14:19:00 GMT</pubDate>
</item>
<item>
<title>We're out of beta, we're releasing on time (well, nearly)</title>
<description>I have just uploaded the setup file to the server so I'm waiting on Simon to update the site.  Given that he does this in his spare time it might not be until tomorrow or the weekend.  &lt;br /&gt;
&lt;br /&gt;
Once the site is updated you'll be able to download the new version.  There's new version of WMI Query Builder (incldued in the setup) and MWLoggedOn as well.&lt;br /&gt;
&lt;br /&gt;
There will also be new forums that are much nicer than the old ones ;)&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=483ecebba876c</link>
<pubDate>Thu, 29 May 2008 17:39:00 GMT</pubDate>
</item>
<item>
<title>Slight delay</title>
<description>I discovered over the weekend that the Scheduled Task code in 2.4 must never have worked properly.  I guess no-one else ever noticed either!  This was due to my completely misunderstanding how WMI created Scheduled Tasks.  Anyway, I have since found a free class on codeproject.com that provides a much nicer and reliable way to create Scheduled Tasks.  It has meant I've been able to expand the Scheduled Task creation screen considerably.  I completed that yesterday and have just squished another bug with the HTML/RTF reporting that one of the eagle-eyed beta-testers spotted.&lt;br /&gt;
&lt;br /&gt;
Hopefully that's it now.  Once I get the OK from the beta-testers I will upload the final release.&lt;br /&gt;
&lt;br /&gt;
Oh yes, this release will be a proper setup.exe as opposed to a simple zipfile like before.  It'll be about 30K or so I suspect because I will include the .NET 2.0 framework in the setup.&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=4832f102b57d8</link>
<pubDate>Tue, 20 May 2008 17:36:00 GMT</pubDate>
</item>
<item>
<title>Getting close now</title>
<description>The beta testers have been doing their job and reporting back some bugs I hadn't squished.  I'd say we're only a few days from releasing the final version now as long as nothing major crops up.  I really hope everyone likes the new version.  I believe it's a huge improvement over 2.4.&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=482b20e8d1010</link>
<pubDate>Wed, 14 May 2008 19:24:00 GMT</pubDate>
</item>
<item>
<title>Beta progress</title>
<description>Just a few more little things to sort out and I'll have something ready.  Every time I think I'm ready to email out to people, I spot something else that's not quite right!  &lt;br /&gt;
&lt;br /&gt;
Anyway, I should be able to finish it up tomorrow.  However, I'm off on holiday for a few days on Friday so I may not be able to send it out before I get back.&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=4821f2b790457</link>
<pubDate>Wed, 07 May 2008 20:18:00 GMT</pubDate>
</item>
<item>
<title>Beta testers required</title>
<description>Righto, I think the new version is ready to go beta!  There's no SQL DB support as yet, I'm still working on that but I'd appreciate any of you loyal users volunteering to beta test the new version.&lt;br /&gt;
&lt;br /&gt;
Send me email via the CONTACT page if you are interested.&lt;br /&gt;
&lt;br /&gt;
As a little teaser, here's a screenshot of the new interface.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.imagehosting.com/out.php/i1737580_ManagePC2.5.JPG"&gt;http://www.imagehosting.com/out.php/i1737580_ManagePC2.5.JPG&lt;/a&gt;&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=48207169f27e1</link>
<pubDate>Tue, 06 May 2008 16:54:00 GMT</pubDate>
</item>
<item>
<title>Maybe next week?</title>
<description>I may be in a position to release a beta of v2.5 next week.  It will probably be without SQL server support (unless that proves very easy to code).  I just need to get the alternate WMI credentials working properly (again!) and also make sure there are no bugs with the new code.&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=481a032a8b104</link>
<pubDate>Thu, 01 May 2008 19:50:00 GMT</pubDate>
</item>
<item>
<title>Slowly but surely</title>
<description>Reporting is done.  You will now be able to export the data to HTML and RTF files.  I plan to work on the Excel export today.&lt;br /&gt;
&lt;br /&gt;
I realised today that most of the important code has been entirely re-written. It also made me realise how many mistakes I made in the previous version(s).  Even though it worked and was pretty stable there were things I was doing which were, well, less than optimal.  That's been corrected now and I'm suprised at the difference it's made.  The whole application just feels smoother and more performant.  Amazing what happens when you bother to find out about proper object-oriented techniques and methods!!&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=4816b3e521719</link>
<pubDate>Tue, 29 Apr 2008 07:32:00 GMT</pubDate>
</item>
<item>
<title>Major milestone!</title>
<description>Today I completed the migration of all the features of the previous version to v2.5.  Now it's a matter of adding the extra stuff that I would like to do (SQL database support and reporting are the main ones).&lt;br /&gt;
&lt;br /&gt;
There are a couple of major changes that you should be aware of.  Firstly, information is now retrieved on a &amp;quot;when requested&amp;quot; basis.  This means that when you select a machine, it will go and get some basic summary information.  Then, when you select, say, the &amp;quot;Services&amp;quot; tab it will go and get the installed Services.  There will be an option to perform a full scan by default it you want to though.&lt;br /&gt;
&lt;br /&gt;
The second major change is to the XML file format.  This is perhaps the one that may affect more people as I know some of you import the XML files into Access/SQL.  In v2.41 I created the XML file &amp;quot;manually&amp;quot;.  By that I mean I wrote specific code to add XML nodes, child nodes, attributes etc.  Whilst this worked well enough it made it quite difficult if I ever wanted to add new WMI queries (as I have done with v2.5)&lt;br /&gt;
&lt;br /&gt;
Now, I use the ability of .NET to automatically generate XML files from datasets.  This means that the format of the XML file has radically changed.  Also, because of the way I've had to write the code, there is no longer one single XML file for all machines.  Each machine will have its own XML file.&lt;br /&gt;
&lt;br /&gt;
Anyway, that's a quick status update.  I hope to get SQL database support done next and then it's on to the more onerous task of being able to generate reports.  This may or may not make it into the next release ;)&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=4810dd80a1655</link>
<pubDate>Thu, 24 Apr 2008 21:10:00 GMT</pubDate>
</item>
<item>
<title>Things are progressing</title>
<description>Work's going quite a bit faster than I thought it would.  The new interface is done and all of the WMI queries are populating the tabs.  &lt;br /&gt;
&lt;br /&gt;
Now it's just a matter of the little stuff.  Getting the buttons, context menus, remote process execution, scheduled task creation, XML export etc etc into the new version.  Then I will start looking at the new features (reporting, export to  SQL server).&lt;br /&gt;
&lt;br /&gt;
Watch this space&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=48047c0ea941e</link>
<pubDate>Tue, 15 Apr 2008 11:50:00 GMT</pubDate>
</item>
<item>
<title>Wow!  It's been a long time...</title>
<description>Has it really been almost a year since I updated this?&lt;br /&gt;
&lt;br /&gt;
Well, I've started development on ManagePC again and this time it's going to be a big one.  The whole interface is going to change to give it a more professional XP look (similar to Hyena and Everest, two commercial tools). &lt;br /&gt;
&lt;br /&gt;
A bit like this &lt;a href="http://www.lavalys.com/products/whatsnew/core2_en.png"&gt;http://www.lavalys.com/products/whatsnew/core2_en.png&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
 I'm also going to optimise the code more now that I have a colleague who is something of a .NET expert ;)&lt;br /&gt;
&lt;br /&gt;
There's loads of stuff I'd like to add such as reporting and SQL DB support but the main priority now is too get the new interface up and running and optimise the existing code.  &lt;br /&gt;
&lt;br /&gt;
I'll have to go all Duke Nukem Forever on you and say it'll be done &amp;quot;when it's done&amp;quot;.  Hopefully you won't have to wait another 9 months though!&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=47f3ccca77f2c</link>
<pubDate>Wed, 02 Apr 2008 20:10:00 GMT</pubDate>
</item>
<item>
<title>WMI really can be very annoying..........</title>
<description>I have finally established what was causing these errors when running on servers (either Win2k or Win2k3).  It's partly my fault and partly Microsoft's (well, I'm going to blame them anyway!).  The problem stems from the fact that when running WMI queries for a lower OS version to a higher one (e.g. Win2k to XP) you need to change the WMI Authentication Level from the default of CONNECT to PACKET.  I was doing that but was saying, effectively, &amp;quot;if we're not running on XP, assume it's a lower OS version&amp;quot;.  So, people running on Win2k3 were using a different Authentication level.  Now, that SHOULDN'T make a difference when querying an XP box but, for some reason, it caused this strange error.&lt;br /&gt;
&lt;br /&gt;
Anyway, that's fixed now and I have even tested it on a Win2K AND a Win2k3 machine.  I'm just awaiting word from someone that everything works and then I'll upload a new minor release (v 2.41)&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=469ddb9bbf9d5</link>
<pubDate>Wed, 18 Jul 2007 11:17:00 GMT</pubDate>
</item>
<item>
<title>Threading errors on Win2K/Win2k3 servers (AGAIN!)</title>
<description>At least one person is still getting errors when running on servers.  I can reproduce the error which is a good thing but there is absolutely no reason (as far as I can see) why this should happen only on servers.  The code that's failing is perfectly OK and .NET compliant so it must be SOMETHING with the machines themselves.  I'm getting the feeling that it's something in the WMI implementation on Win2k/Win2k3 Server that's causing the problem.&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=469cb8ef90131</link>
<pubDate>Tue, 17 Jul 2007 14:36:00 GMT</pubDate>
</item>
<item>
<title>ManagePC and MWLoggedon new versions coming</title>
<description>I've just sent new versions of ManagePC and MWLoggedon to the webmaster so (hopefully) they should be available soon.  I will, of course, send everyone on the mailing list an email when they are there.&lt;br /&gt;
&lt;br /&gt;
For now, here's the changes&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;
ManagePC 2.4 Changelist&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Fixed bug that could cause a crash when scanning a machine with large amounts of RAM&lt;br /&gt;
Fixed bug that that could cause Services and Processes lists to be empty when using alternate credentials&lt;br /&gt;
Fixed bug that could cause crash if return was pressed immediately after scanning a machine&lt;br /&gt;
Removed need for Interop.Excel.dll and Interop.ActiveDS.dll files to be present (they're now inside the EXE)&lt;br /&gt;
UNTESTED: Vista compatibility.  I think that the application should now work on Vista.  I've not been able to test it however.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;MWLoggedOn 1.10 (BETA) Changelist &lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
New syntax and functoionalities.&lt;br /&gt;
&lt;br /&gt;
mwloggedon \\computername (e.g. mwloggedon SERVER1) - returns the logged on user of SERVER1&lt;br /&gt;
mwloggedon [username] (e.g. mwloggedon johndoe) - scans every machine in the domain and determines which machines johndoe is logged on to&lt;br /&gt;
mwloggedon -d - scans every machine in the domain and returns the logged on user for that machine&lt;br /&gt;
&lt;br /&gt;
Passing /nolog as an additional parameter will suppress error logging&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=4695e51d3b5ec</link>
<pubDate>Thu, 12 Jul 2007 10:22:00 GMT</pubDate>
</item>
<item>
<title>WMI Query Builder sources available</title>
<description>On request, I have uploaded the WMI Query Builder sources to the SourceForge page.&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=4663e4fd51b9c</link>
<pubDate>Mon, 04 Jun 2007 12:09:00 GMT</pubDate>
</item>
<item>
<title>ManagePC 2.3 released</title>
<description>Version 2.3 is now available.  No major changes really other than the ability to search for machines.  It's more of a minor cosmetic update with some annoying bugs finally fixed.&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=465fe4a6279eb</link>
<pubDate>Fri, 01 Jun 2007 11:18:00 GMT</pubDate>
</item>
<item>
<title>Development underway again!!</title>
<description>Wow.  Has it really been 5 months since I've updated this?  My son was born just before Xmas 2006 so time has been at something of a premium :)&lt;br /&gt;
&lt;br /&gt;
Anyway, I'm finding a bit more time to work on it now.  Not much but a bit.  I don't think the next release will be anything major.  More of a minor upgrade with some fixes and small additions prompted by your suggestions.  I've fixed the bug with the Hotfix date sorting and also added a feature that lets you search  AD for machines. &lt;br /&gt;
Other stuff I'll probably include is a way to install VNC on a remote client, sending a message to a remote machine and whatever else I can think of!!&lt;br /&gt;
&lt;br /&gt;
Vista compatibility will have to wait until I get myself a new machine at home.  Even then, I may not get Vista on it as I'm not liking what I am hearing about it.&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=464a01398a8a6</link>
<pubDate>Tue, 15 May 2007 20:29:00 GMT</pubDate>
</item>
<item>
<title>V2.2 Sources available on SourceForge</title>
<description>The sources for v2.2 have been uploaded to SourceForge.  See the Downloads section for the link&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=4592431443145</link>
<pubDate>Wed, 27 Dec 2006 10:55:00 GMT</pubDate>
</item>
<item>
<title>New version</title>
<description>Version 2.2 should be available some time today or tomorrow.  No major changes in this one, it's a bugfix release&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=45865917a9ad0</link>
<pubDate>Mon, 18 Dec 2006 10:01:00 GMT</pubDate>
</item>
<item>
<title>YYYYYYYYYYESSSSS!</title>
<description>It's taken me days of searching and loads of headaches but I've finally figured out why people are getting errors when running on Windows 2003.  In the end, it's just the removal of a single keyword (&amp;quot;Shared&amp;quot;) in one of the pieces of code.&lt;br /&gt;
&lt;br /&gt;
REALLY annoying problem.  I'll try and address the other bug that's been reported with the silent uninstall and then post a new version.&lt;br /&gt;
</description>
<link>http://managepc.net/blog/index.php?id=457fcf46c5d3b</link>
<pubDate>Wed, 13 Dec 2006 10:59:00 GMT</pubDate>
</item>
</channel>
</rss>
