<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to news</title><link>https://sourceforge.net/p/netzup/news/</link><description>Recent posts to news</description><atom:link href="https://sourceforge.net/p/netzup/news/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 11 Mar 2006 06:12:58 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/netzup/news/feed.rss" rel="self" type="application/rss+xml"/><item><title>Version 1.0.1.1 Released</title><link>https://sourceforge.net/p/netzup/news/2006/03/version-1011-released/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Notes:&lt;br /&gt;
NetZup v1.0.1.1 Released.&lt;/p&gt;
&lt;p&gt;NEW: Use the EXEONLY package to upgrade from 1.0.0.9 to&lt;br /&gt;
1.0.1.1, or if you already have the prerequisites of&lt;br /&gt;
the .NET Framework 2.0 and Windows Installer 3.1.&lt;/p&gt;
&lt;p&gt;See the change log for most of the major items (and some&lt;br /&gt;
not-so-major ones) that were updated. There have been many&lt;br /&gt;
updates since the last release, so I'm sure I've missed a&lt;br /&gt;
few items that should have made the change log.&lt;/p&gt;
&lt;p&gt;Thanks for checking out NetZup. If you have time, please&lt;br /&gt;
remember to send in or post any feedback!&lt;/p&gt;
&lt;p&gt;- Jerome&lt;br /&gt;
--------------------------------------------------------------------------------&lt;br /&gt;
Changes:&lt;br /&gt;
NetZup 1.0.0.9 -&amp;gt; 1.0.1.1 Change Log&lt;/p&gt;
&lt;p&gt;--------------&lt;br /&gt;
Form1:&lt;br /&gt;
* tweaked refresh cancellation logic. uses cancelling and&lt;br /&gt;
runningFullRefresh globals instead of a single &amp;quot;running&amp;quot;&lt;br /&gt;
global variable&lt;/p&gt;
&lt;p&gt;* dlgResults form (confirm to add ## hosts) is now called&lt;br /&gt;
only when frmAddHosts has items in alItemsToAdd and is&lt;br /&gt;
about to close&lt;/p&gt;
&lt;p&gt;Form1.frmAddHostsHandler: &lt;br /&gt;
* sped up code *considerably* for larger datasets by using&lt;br /&gt;
hashtables :)&lt;/p&gt;
&lt;p&gt;Form1.frmAddHostsHandler:&lt;br /&gt;
* Moved and cleaned up node-population code from Form1 to&lt;br /&gt;
frmAddHosts&lt;br /&gt;
* node info to add is obtained from public arraylist in&lt;br /&gt;
frmAddHosts.alItemsToAdd&lt;/p&gt;
&lt;p&gt;Form1.cbxAdHoc_SelectedIndexChanged:&lt;br /&gt;
* updated to work correctly if dlgAdHocWMIQuery is cancelled&lt;/p&gt;
&lt;p&gt;Form1.EnqueueRefreshSingleItem:&lt;br /&gt;
* cleanup to queuing refresh item queuing --&lt;br /&gt;
EnqueueRefreshSingleItem does all setup of refresh options &lt;br /&gt;
and queuing of RefreshSingleItem routine to the .NET threadpool&lt;/p&gt;
&lt;p&gt;Form1.RefreshSelectedItemsHandler:&lt;br /&gt;
* prompt for a full refresh if no items were selected and&lt;br /&gt;
F5 (Refresh) is pressed&lt;br /&gt;
* only items that are updated by a &amp;quot;full refresh&amp;quot; change&lt;br /&gt;
the displayed count of processed items&lt;/p&gt;
&lt;p&gt;Form1.AutoResizeColumns:&lt;br /&gt;
* consolidated listview column resizing into this sub --&lt;br /&gt;
finds best resize width by resizing to header, then to&lt;br /&gt;
contents, and choosing the larger width of the two&lt;/p&gt;
&lt;p&gt;Form1.MainEventDispatcher:&lt;br /&gt;
* Since all controls updated by these events are on the&lt;br /&gt;
main form, MainEventDispatcher switches context to main&lt;br /&gt;
form's thread once initially, instead of each event having&lt;br /&gt;
to check the controls they handle and handle their own context switching&lt;/p&gt;
&lt;p&gt;Form1.btnRefresh.Click:&lt;br /&gt;
* moved &amp;quot;Cancel&amp;quot; text change and disabling of main form's&lt;br /&gt;
search option controls to MainEvent(MAINEVENTENUM.lv1Refresh, ...)&lt;/p&gt;
&lt;p&gt;Form1.QuitToolStripMenuItem_Click:&lt;br /&gt;
* moved save data to Form1_FormClosing (so data is saved if&lt;br /&gt;
user hits the close box instead of using the menu)&lt;br /&gt;
* choice to save list results on quit, or abort a quit event&lt;/p&gt;
&lt;p&gt;Form1.RefreshSelectedItemsToolStripMenuItem_Click:&lt;br /&gt;
* Removed. RefreshSelectedItemsHandler() now directly handles&lt;br /&gt;
RefreshSelectedItemsToolStripMenuItem.Click&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
frmAddHosts:&lt;br /&gt;
* added alternate &amp;quot;AD Browser Authentication&amp;quot; fields to&lt;br /&gt;
Add Hosts by Active Directory tab&lt;br /&gt;
* shouldn't unexpectantly crash if unable to find a domain controller&lt;/p&gt;
&lt;p&gt;frmAddHosts.RefreshADSearchRoot:&lt;br /&gt;
* Bugfix: If alternate credentials supplied and connecting to&lt;br /&gt;
domain controller where current workstation is not a member&lt;br /&gt;
of that domain no longer crashes.&lt;/p&gt;
&lt;p&gt;frmAddHosts.OK_Button_Click:&lt;br /&gt;
* added AD search filter validation to form. Reserved chars&lt;br /&gt;
in the search field such as &amp;quot;(&amp;quot;, &amp;quot;)&amp;quot;, &amp;quot;&amp;amp;&amp;quot;, &amp;quot;|&amp;quot; etc. will&lt;br /&gt;
no longer cause unexpected behaviour.&lt;/p&gt;
&lt;p&gt;-------&lt;br /&gt;
dlgAdHocWMIQuery.SaveInitialValues and dlgAdHocWMIQuery.RestoreInitialValues:&lt;br /&gt;
* added so that cancelling a WMI query correctly leaves&lt;br /&gt;
previous values unchanged. Values remembered on Dialog1_Load()&lt;/p&gt;
&lt;p&gt;dlgAdHocWMIQuery.dlgAdHocWMIQuery_FormClosing:&lt;br /&gt;
* If DialogResult isn't OK, the initial values are restored&lt;/p&gt;
&lt;p&gt;dlgAdHocWMIQuery.txtManagementPath:&lt;br /&gt;
* Removed. separated ManagementPath text box to txtNamespace&lt;br /&gt;
and txtManagementClass&lt;/p&gt;
&lt;p&gt;dlgAdHocWMIQuery.OK_Button_Click:&lt;br /&gt;
* If incomplete or no values are specified, notify the user&lt;br /&gt;
and don't close the form&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
RemoteInfoClass.vb:&lt;br /&gt;
* Cleaned up many &amp;quot;non-CLS compliant&amp;quot; warnings&lt;/p&gt;
&lt;p&gt;-----------&lt;br /&gt;
frmRemoteProcess:&lt;br /&gt;
frmRemoteProcess.frmRemoteProcess_FormClosing and frmRemoteProcess.btnClose_Click():&lt;br /&gt;
* added confirmation to close distribution monitor window&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
added close/maximize/minimize boxes and additional handlers to most forms&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jerome Crea</dc:creator><pubDate>Sat, 11 Mar 2006 06:12:58 -0000</pubDate><guid>https://sourceforge.net17b0335e7889cc83b9caed1e4c6dcbbbe5fe964f</guid></item><item><title>NetZup 1.0.0.9 Initial Public Release</title><link>https://sourceforge.net/p/netzup/news/2006/03/netzup-1009-initial-public-release/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;NetZup is a GUI-based workstation management assistant for Windows 2000 and XP clients, originally developed using VB.NET 2005 as an alternative to commercial enterprise workstation management tools (such as SMS, Tivoli, etc).&lt;/p&gt;
&lt;p&gt;Since NetZup relies primarily on native WMI and remote registry calls, it requires no additional client workstation software.&lt;/p&gt;
&lt;p&gt;Initial release includes support for:&lt;/p&gt;
&lt;p&gt;Remote software distribution&lt;br /&gt;
+ directory and command to execute sent to remote hosts&lt;br /&gt;
+ asynchronous remote process progress indication via WMI events and polling&lt;br /&gt;
+ bandwidth saver: optional directory compression (self-extracting CAB) before data transfer begins&lt;/p&gt;
&lt;p&gt;AdHoc software inventories of selected hosts&lt;br /&gt;
+ results can be filtered and exported via copy&lt;/p&gt;
&lt;p&gt;AdHoc WMI queries with namespace browser (most classes fully supported)&lt;br /&gt;
+ pull serial numbers via BIOS, search for running services&lt;br /&gt;
+ results can be filtered&lt;/p&gt;
&lt;p&gt;Display last known user and current logged on user(s)&lt;br /&gt;
+ resolution for AD user sAMAccount-&amp;gt;CN (NT logon name to user's full name)&lt;/p&gt;
&lt;p&gt;Initial node list population by Active Directory OUs, subnets, or a manual list&lt;br /&gt;
+ filtering by subnet, online status, or DNS name resolution&lt;br /&gt;
+ list of nodes preserved across execution instances&lt;br /&gt;
+ node list searchable and individual columns exportable via copy&lt;/p&gt;
&lt;p&gt;Contextual menu integration for easy UNC share browsing and pulling msinfo32 status&lt;/p&gt;
&lt;p&gt;Project at: &lt;a href="http://sourceforge.net/projects/netzup/"&gt;http://sourceforge.net/projects/netzup/&lt;/a&gt;&lt;br /&gt;
Screenshots at: &lt;a href="http://sourceforge.net/project/screenshots.php?group_id=161382"&gt;http://sourceforge.net/project/screenshots.php?group_id=161382&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jerome Crea</dc:creator><pubDate>Sun, 05 Mar 2006 23:20:15 -0000</pubDate><guid>https://sourceforge.net2e3a6716dc84bb6b35c85eb1db81dd790fd71e82</guid></item></channel></rss>