<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.4sysops.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:series="http://unfoldingneurons.com/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>4sysops</title>
	
	<link>http://4sysops.com</link>
	<description>For Windows Administrators</description>
	<lastBuildDate>Fri, 06 Nov 2009 17:51:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
    <title />
    <url>http://4sysops.com/wp-content/themes/4sysops/img/4sysops.gif</url>
    <link>http://4sysops.com</link>
    <width>10</width>
    <height>20</height>
    <description>OneNaught.com</description>
    </image>		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.4sysops.com/4sysops" type="application/rss+xml" /><feedburner:emailServiceId>4sysops</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Raffle: VisualCron – Visual task scheduling</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/VyOLersu4cg/</link>
		<comments>http://4sysops.com/archives/raffle-visualcron-visual-task-scheduling/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 17:00:41 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[processes]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3685</guid>
		<description><![CDATA[In my last post I described how you can configure jobs with VisualCron. Today, I will introduce the tool&#8217;s user interface and some of its special features.
You can install the frontend (the documentation calls it the client) and the backend (server) separately. The frontend can be used to manage jobs remotely for one or multiple [...]]]></description>
			<content:encoded><![CDATA[<p>In my last post I described how you can <a href="http://4sysops.com/archives/raffle-visualcron-configuring-cron-jobs/">configure jobs with VisualCron</a>. Today, I will introduce the tool&#8217;s user interface and some of its special features.</p>
<p>You can install the frontend (the documentation calls it the client) and the backend (server) separately. The frontend can be used to manage jobs remotely for one or multiple servers. Of course, you can also install the client and the server on the same machine.</p>
<p>VisualCron&#8217;s product name fits very well because its graphical user interface makes it easy for you to track all of your jobs. The user interface resembles the ribbon interface used in some Office 2007 applications. Microsoft introduced the ribbon in Office because the features had become too numerous for the menus and toolbars of the old interface style to handle without being cumbersome. I suppose this was also the reason why VisualCron chose a ribbon-style interface type.</p>
<p><span id="more-3685"></span>I will describe each of the ribbons shortly, but let me first explain the main part of the user interface—the task area. This area is basically a grid designed to keep track of numerous servers and jobs. Each server is displayed separately and has two child &#8220;tracks,&#8221; the first one for the job and the second one for the job&#8217;s tasks.</p>
<h3>List ribbon</h3>
<p>The columns in the grid display the most important job and task parameters. Using the tools in the List ribbon, you can customize the grid layout. You can select which parameters are displayed, you can group jobs, and you can use filters to display only specific jobs (for example, you can limit the display to the jobs that will run next).</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/VisualCronListRibbon.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/VisualCronListRibbon.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="VisualCron-List-Ribbon" src="http://4sysops.com/wp-content/uploads/2009/11/VisualCronListRibbon_thumb.png" border="0" alt="VisualCron-List-Ribbon" width="604" height="111" /></a></p>
<h3>Tools ribbon</h3>
<p>VisualCron offers a few useful tools that can come in handy when you are configuring jobs: a file explorer (for remote servers), an SQL Explorer, a reporting tool (to print job configurations), a flow chart (to display relations between triggers, conditions, tasks, and notifications), and an object search tool (to find jobs, tasks, notifications, etc.).</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/VisualCronToolsRibbon.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/VisualCronToolsRibbon.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="VisualCron-Tools-Ribbon" src="http://4sysops.com/wp-content/uploads/2009/11/VisualCronToolsRibbon_thumb.png" border="0" alt="VisualCron-Tools-Ribbon" width="600" height="111" /></a></p>
<h3>Server ribbon</h3>
<p>The Server ribbon allows you to define several objects that can be used in job definitions. For example, you can configure credentials or notifications that you can use in multiple job configurations (see screenshot for the other object types). Notice that these defined objects are only available for the selected server. Thus if you plan to copy a job definition to other servers, you must configure the corresponding settings for each job separately.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/VisualCronServerRibbon.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/VisualCronServerRibbon.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="VisualCron-Server-Ribbon" src="http://4sysops.com/wp-content/uploads/2009/11/VisualCronServerRibbon_thumb.png" border="0" alt="VisualCron-Server-Ribbon" width="580" height="111" /></a></p>
<h3>File ribbon</h3>
<p>This ribbon allows you to configure some general settings, import and export settings from another VisualCron installation, and add remote servers to the frontend.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/VisualCronFileRibbon.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/VisualCronFileRibbon.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="VisualCron-File-Ribbon" src="http://4sysops.com/wp-content/uploads/2009/11/VisualCronFileRibbon_thumb.png" border="0" alt="VisualCron-File-Ribbon" width="591" height="111" /></a></p>
<h3>Conclusion</h3>
<p>VisualCron is a very powerful task scheduling tool. Even three posts were not enough to describe all of its features. If task scheduling plays a role in your environment, you should definitely look closely at VisualCron. You can download a 45 days free trial with full functionality and without registering. Also check out the active <a href="http://www.visualcron.com/forum">user forum</a>.</p>
<p>If you to have the chance to win <a href="http://www.visualcron.com/">VisualCron</a> license, just send an email to:</p>
<p><a href="mailto:contests-at-4sysops.com"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="contests-at-4sysops-com" src="http://4sysops.com/wp-content/uploads/2009/11/contestsat4sysopscom_thumb.png" border="0" alt="contests-at-4sysops-com" width="149" height="15" /></a></p>
<p>with the subject line</p>
<p><strong>VisualCron</strong>.</p>
<p>Please, add your name and the name of your organization for which you want to use the license. The deadline of this contest is December 4, 2009.</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/raffle-visualcron-configuring-cron-jobs/" title="Raffle: VisualCron &#8211; Configuring cron jobs (November 4, 2009)">Raffle: VisualCron &#8211; Configuring cron jobs</a> (0)</li>
	<li><a href="http://4sysops.com/archives/raffle-visualcron-central-task-scheduling-for-windows/" title="Raffle: VisualCron &#8211; Central task scheduling for Windows (November 3, 2009)">Raffle: VisualCron &#8211; Central task scheduling for Windows</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-winrap-hide-running-windows-applications/" title="FREE: WinRAP &#8211; Hide running Windows applications (October 19, 2009)">FREE: WinRAP &#8211; Hide running Windows applications</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-process-hacker-a-mighty-task-manager-and-process-explorer-alternative/" title="FREE: Process Hacker &#8211; a mighty Task Manager and Process Explorer alternative (June 30, 2009)">FREE: Process Hacker &#8211; a mighty Task Manager and Process Explorer alternative</a> (3)</li>
	<li><a href="http://4sysops.com/archives/process-lasso-improve-the-responsiveness-of-windows/" title="Process Lasso &#8211; improve the responsiveness of Windows (December 10, 2008)">Process Lasso &#8211; improve the responsiveness of Windows</a> (5)</li>
</ul>

</ul><hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=VyOLersu4cg:qRU_ni-jEW4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=VyOLersu4cg:qRU_ni-jEW4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=VyOLersu4cg:qRU_ni-jEW4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=VyOLersu4cg:qRU_ni-jEW4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=VyOLersu4cg:qRU_ni-jEW4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=VyOLersu4cg:qRU_ni-jEW4:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=VyOLersu4cg:qRU_ni-jEW4:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=VyOLersu4cg:qRU_ni-jEW4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=VyOLersu4cg:qRU_ni-jEW4:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/VyOLersu4cg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/raffle-visualcron-visual-task-scheduling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[VisualCron]]></series:name>
	<feedburner:origLink>http://4sysops.com/archives/raffle-visualcron-visual-task-scheduling/</feedburner:origLink></item>
		<item>
		<title>Windows 7 sales – Remote Desktop Services Script Center – IT jobs market – Ballot screen news</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/k1FP5CfaOMA/</link>
		<comments>http://4sysops.com/archives/windows-7-sales-remote-desktop-services-script-center-it-jobs-market-ballot-screen-news/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 21:24:06 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3674</guid>
		<description><![CDATA[
Microsoft announces the launch of the Remote Desktop Services Script Center 
IT Jobs Market Sees Tiny Upturn 
Microsoft scores big with early Windows 7 sales 
Report: Browser makers contest Microsoft browser ballot deal  This is a never ending story.


Copyright &#169; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0]]></description>
			<content:encoded><![CDATA[<ul>
<li>Microsoft announces the launch of the Remote Desktop Services Script Center <a href="http://blogs.msdn.com/rds/archive/2009/11/04/announcing-the-launch-of-remote-desktop-services-script-center-to-ease-management.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>IT Jobs Market Sees Tiny Upturn <a href="http://www.cio.com/article/506799/IT_Jobs_Market_Sees_Tiny_Upturn?source=rss_all" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft scores big with early Windows 7 sales <a href="http://www.computerworld.com/s/article/9140400/Microsoft_scores_big_with_early_Windows_7_sales?source=rss_news" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Report: Browser makers contest Microsoft browser ballot deal <a href="http://www.networkworld.com/news/2009/110509-report-browser-makers-contest-microsoft.html" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> This is a never ending story.</li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=k1FP5CfaOMA:Xxvz-aZGyjA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=k1FP5CfaOMA:Xxvz-aZGyjA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=k1FP5CfaOMA:Xxvz-aZGyjA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=k1FP5CfaOMA:Xxvz-aZGyjA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=k1FP5CfaOMA:Xxvz-aZGyjA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=k1FP5CfaOMA:Xxvz-aZGyjA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=k1FP5CfaOMA:Xxvz-aZGyjA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=k1FP5CfaOMA:Xxvz-aZGyjA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=k1FP5CfaOMA:Xxvz-aZGyjA:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/k1FP5CfaOMA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-7-sales-remote-desktop-services-script-center-it-jobs-market-ballot-screen-news/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/windows-7-sales-remote-desktop-services-script-center-it-jobs-market-ballot-screen-news/</feedburner:origLink></item>
		<item>
		<title>IZArc – The best freeware ZIP utility available?</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/QTA_qxxMcIk/</link>
		<comments>http://4sysops.com/archives/the-best-freeware-zip-utility-available/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 18:44:21 +0000</pubDate>
		<dc:creator>Alexander Weiß</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[file tools]]></category>

		<guid isPermaLink="false">http://4sysops.com/archives/the-best-freeware-zip-utility-available/</guid>
		<description><![CDATA[IZArc claims to be “the best freeware ZIP utility” available. And indeed it is one of the most versatile ZIP applications out there. A screenshot of the application’s window doesn’t reveal anything spectacular but it’s nice to see the GUI without the need of installing the program. So I’ve included one.

There is hardly any compression [...]]]></description>
			<content:encoded><![CDATA[<p>IZArc claims to be “the best freeware ZIP utility” available. And indeed it is one of the most versatile ZIP applications out there. A screenshot of the application’s window doesn’t reveal anything spectacular but it’s nice to see the GUI without the need of installing the program. So I’ve included one.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/IZArc_window.jpg" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/IZArc_window.jpg','',event,300,75)"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" src="http://4sysops.com/wp-content/uploads/2009/11/IZArc_window_thumb.jpg" border="0" alt="IZArc Window" width="244" height="140" /></a></p>
<p><span id="more-3673"></span>There is hardly any compression format which is not supported by IZArc. Even the not-so-common JAR, RAR, and WAR archives can be unpacked. You can see the full list of supported archives in the screenshot below.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/IZArc_supported_archives.jpg" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/IZArc_supported_archives.jpg','',event,300,75)"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" src="http://4sysops.com/wp-content/uploads/2009/11/IZArc_supported_archives_thumb.jpg" border="0" alt="IZArc list of supported archives" width="244" height="201" /></a></p>
<p>However, a wide variety of supported archives doesn’t necessarily make the ZIP program outstanding. The usability and integration are also important factors to consider. IZArc shows no soft spot here either. It offers customizable Explorer integration.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/IZArc_explorer_extension.jpg" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/IZArc_explorer_extension.jpg','',event,300,75)"><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" src="http://4sysops.com/wp-content/uploads/2009/11/IZArc_explorer_extension_thumb.jpg" border="0" alt="IZArc's explorer extension" width="244" height="112" /></a></p>
<p>Besides the standard functions they also included a menu point “test”. It is handy if you want to make sure that the archive was created without errors.</p>
<p>You can also define a virus scanner which is used to scan the files being processed by the application. This is a nice increase in security, because IZArc also integrates with Outlook and we all know that E-Mails often contain malicious attachments. Another nice feature is that it can open and convert ISO, Bin, CDI, and NRG images. This is tremendously helpful if you quickly need a file which is inside a CD or DVD image. Sensitive data can be protected by encrypting the file. IZArc offers various algorithms including the de facto standard 256bit AES.</p>
<p>Those who are interested in using IZArc from the command line must install the <a href="http://www.izarc.org/izarccl.html">“Command Line Add-on”</a> from their Homepage. Last but not least there is also a portable version which runs without installation. You can find IZArc2go <a href="http://www.izarc.org/izarc2go.html">here</a>. However, it has some drawbacks which lie in the nature of portability: there is no Explorer integration and the supported files don’t get associated with the program.</p>
<p>So would I call IZArc the best freeware zip utility? Well, I certainly don’t have anything to complain about the application and neither do I miss a feature. But there are others like <a href="http://www.7-zip.org/">7zip</a> that have roughly the same features and are available for free. Maybe there is no great need to find the “best zip-utility” and it’s sufficient to have one that works fine. And IZArc is certainly one of those.</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/notepad/" title="FREE: Notepad++ &#8211; Source code editor and Notepad replacement (October 6, 2009)">FREE: Notepad++ &#8211; Source code editor and Notepad replacement</a> (3)</li>
	<li><a href="http://4sysops.com/archives/free-filemenu-tools-customize-windows-explorer-easily/" title="FREE: FileMenu Tools &#8211; Customize Windows Explorer easily (September 15, 2009)">FREE: FileMenu Tools &#8211; Customize Windows Explorer easily</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-recuva-recover-accidentally-deleted-files/" title="FREE: Recuva &#8211; Recover accidentally deleted files (September 9, 2009)">FREE: Recuva &#8211; Recover accidentally deleted files</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-gparted-partition-manager-for-windows-and-linux/" title="FREE: GParted &#8211; Partition manager for Windows and Linux (August 24, 2009)">FREE: GParted &#8211; Partition manager for Windows and Linux</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-hashcalc-compute-hashchecksums-and-hmacs/" title="FREE: HashCalc &#8211; compute hash/checksums and HMACs (July 24, 2009)">FREE: HashCalc &#8211; compute hash/checksums and HMACs</a> (1)</li>
</ul>

</ul><hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=QTA_qxxMcIk:q_dpDv1E3f0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=QTA_qxxMcIk:q_dpDv1E3f0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=QTA_qxxMcIk:q_dpDv1E3f0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=QTA_qxxMcIk:q_dpDv1E3f0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=QTA_qxxMcIk:q_dpDv1E3f0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=QTA_qxxMcIk:q_dpDv1E3f0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=QTA_qxxMcIk:q_dpDv1E3f0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=QTA_qxxMcIk:q_dpDv1E3f0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=QTA_qxxMcIk:q_dpDv1E3f0:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/QTA_qxxMcIk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/the-best-freeware-zip-utility-available/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/the-best-freeware-zip-utility-available/</feedburner:origLink></item>
		<item>
		<title>Exchange 2007 on Windows Server 2008 R2 – Windows 7 licensing secrets – Sysinternals updates – VM migration test tool – SC Essentials guide – DirectAcess guide</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/3g8MIjb74g0/</link>
		<comments>http://4sysops.com/archives/exchange-2007-on-windows-server-2008-r2-windows-7-licensing-secrets-sysinternals-updates-vm-migration-test-tool-sc-essentials-guide-directacess-guide/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 21:50:41 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3666</guid>
		<description><![CDATA[
Update for Exchange 2007 will bring full support for Windows Server 2008 R2 
What Microsoft won&#8217;t tell you about Windows 7 licensing 
Sysinternals updates: Disk2vhd v1.3, Sigcheck v1.61, Process Monitor v2.8, LiveKd v3.12, NewSID retirement 
Microsoft Virtual Machine Migration Test Wizard (free)  Tests processor compatibility on virtualization servers
Microsoft System Center Essentials 2010 Deployment Guide [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Update for Exchange 2007 will bring full support for Windows Server 2008 R2 <a href="http://msexchangeteam.com/archive/2009/11/04/453026.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>What Microsoft won&#8217;t tell you about Windows 7 licensing <a href="http://blogs.zdnet.com/Bott/?p=1514&amp;tag=col1;post-1514" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Sysinternals updates: Disk2vhd v1.3, Sigcheck v1.61, Process Monitor v2.8, LiveKd v3.12, NewSID retirement <a href="http://blogs.technet.com/sysinternals/archive/2009/11/03/updates.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft Virtual Machine Migration Test Wizard (free) <a href="http://code.msdn.microsoft.com/VMMTestWizard" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> Tests processor compatibility on virtualization servers</li>
<li>Microsoft System Center Essentials 2010 Deployment Guide (Beta) <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=983b3a97-4f5d-4bb0-8b92-57c15ffeb50f#tm" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>DirectAccess Early Adopter&#8217;s Guide <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2fdc531d-9138-454f-a820-78211755b52a&amp;DisplayLang=en" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=3g8MIjb74g0:PzJPSfubx1o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=3g8MIjb74g0:PzJPSfubx1o:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=3g8MIjb74g0:PzJPSfubx1o:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=3g8MIjb74g0:PzJPSfubx1o:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=3g8MIjb74g0:PzJPSfubx1o:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=3g8MIjb74g0:PzJPSfubx1o:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=3g8MIjb74g0:PzJPSfubx1o:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=3g8MIjb74g0:PzJPSfubx1o:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=3g8MIjb74g0:PzJPSfubx1o:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/3g8MIjb74g0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/exchange-2007-on-windows-server-2008-r2-windows-7-licensing-secrets-sysinternals-updates-vm-migration-test-tool-sc-essentials-guide-directacess-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/exchange-2007-on-windows-server-2008-r2-windows-7-licensing-secrets-sysinternals-updates-vm-migration-test-tool-sc-essentials-guide-directacess-guide/</feedburner:origLink></item>
		<item>
		<title>Raffle: VisualCron – Configuring cron jobs</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/1B4TAfkmXiw/</link>
		<comments>http://4sysops.com/archives/raffle-visualcron-configuring-cron-jobs/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 17:20:30 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[processes]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3665</guid>
		<description><![CDATA[In the first post of this series I outlined some of VisualCron&#8217;s general advantages over the Windows Task Scheduler. When you read today&#8217;s post, you will notice that the tool has quite a few additional interesting features.
Before we dive into the details, let us have a look at how VisualCron works. The diagram below shows [...]]]></description>
			<content:encoded><![CDATA[<p>In the first post of this series I outlined some of <a href="http://4sysops.com/archives/raffle-visualcron-central-task-scheduling-for-windows/">VisualCron&#8217;s general advantages over the Windows Task Scheduler</a>. When you read today&#8217;s post, you will notice that the tool has quite a few additional interesting features.</p>
<p>Before we dive into the details, let us have a look at how VisualCron works. The diagram below shows how a job has to be configured with VisualCron. For most jobs you have to configure one or more tasks (the actions you want to perform), triggers (defined circumstances that will initiate the task), and optional conditions (states that can prevent a task from being launched even if a trigger is present). As you can see in the diagram, VisualCron supports many more task types than the Windows Task Scheduler supports. Once the task has been launched, VisualCron can notify administrators by several means.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/VisualCronHowitworks.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/VisualCronHowitworks.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="VisualCron Job Definition" src="http://4sysops.com/wp-content/uploads/2009/11/VisualCronHowitworks_thumb.png" border="0" alt="VisualCron Job Definition" width="465" height="219" /></a></p>
<p><span id="more-3665"></span></p>
<h3>Triggers</h3>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/VisualCronTimerTrigger.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/VisualCronTimerTrigger.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="VisualCron Timer Trigger" src="http://4sysops.com/wp-content/uploads/2009/11/VisualCronTimerTrigger_thumb.png" border="0" alt="VisualCron Timer Trigger" width="354" height="213" align="right" /></a> Triggers can be time-based or event-based. A time-based trigger can be a certain point in time or a time interval such as weekly or daily intervals. VisualCron has more options to offer here than does the Windows Task Scheduler. For example you can tell the tool that the task has to be launched on specific days of the week or hours of the day. VisualCron also supports scheduling based on seconds and years.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/VisualCronEventTrigger.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/VisualCronEventTrigger.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 4px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="VisualCron Event Trigger" src="http://4sysops.com/wp-content/uploads/2009/11/VisualCronEventTrigger_thumb.png" border="0" alt="VisualCron Event Trigger" width="354" height="246" align="left" /></a> VisualCron comes with eight different event-based triggers: VisualCron, File, Mail, Process, Service, Registry, Event log, and Custom (WMI). A VisualCron trigger refers to a state of another VisualCron task. For example, you can launch a new task only if a specific former task has been completed. The names of the other trigger types speak for themselves. For example, the Process trigger can be used to launch a task whenever a certain process starts running. The Custom trigger is certainly the most powerful one because it allows you to use almost any Windows state as a trigger using WMI queries.</p>
<p>The only trigger I miss in VisualCron is the Idle trigger from the Windows Task Scheduler. This trigger probably doesn&#8217;t play an important role in server environments because servers are seldom idle; however, on desktops I found this trigger useful.</p>
<h3>Conditions</h3>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/VisualCronCondition.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/VisualCronCondition.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="VisualCron Condition" src="http://4sysops.com/wp-content/uploads/2009/11/VisualCronCondition_thumb.png" border="0" alt="VisualCron Condition" width="354" height="335" align="right" /></a> As noted above, conditions are additional states that have to be present for a task to get started. For instance, the Process Condition allows you to specify a certain process that has to be running. If the condition is not met, then the trigger won&#8217;t be able to launch the task. A Process Trigger becomes active whenever a process <em>starts running</em>, whereas a Process Condition is met if the process <em>is already running</em>. The other Condition types are VisualCron (check if a VisualCron task is already running), File (check if a certain file is present), and Folder (check if a certain folder is present).</p>
<h3>Time Exceptions</h3>
<p>Time Exceptions are to time-based triggers as Conditions are to event-based triggers. The options for Time Exceptions offer the same flexibility as time-based triggers. For example, you can configure a VisualCron job that is triggered every 13 seconds, but not on Fridays in the year 2013 (just in case you are a little superstitious <img src='http://4sysops.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> ).</p>
<h3>Timeouts</h3>
<p>Once the task is running, the Timeout specifies how much time the job has to complete. If the Timeout is reached before the task has finished, VisualCron will terminate the job. You can configure Timeouts based on hours, minutes, and seconds. You can also tell VisualCron to consider Timeouts as errors that can trigger notifications or other tasks.</p>
<h3>Tasks</h3>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/VisualCronRemoteExecuteTask.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/VisualCronRemoteExecuteTask.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="VisualCron Remote Execute Task" src="http://4sysops.com/wp-content/uploads/2009/11/VisualCronRemoteExecuteTask_thumb.png" border="0" alt="VisualCron Remote Execute Task" width="354" height="240" align="right" /></a> As you probably have noticed, the different ways to schedule a task in VisualCron go far beyond the possibilities of the Windows Task Scheduler. This also applies to the supported task types. Whereas the Windows Task Manager supports only three different kinds of actions (start a program, display a message, send an email), VisualCron knows 13 different task categories: Process (execute, kill), File (copy, rename), XML (read / create node), Net (HTTP, SSH), Messaging (email, instant messaging), Database (SQL, Execute DTS package), Encryption (PGP), Service (start, stop), Office (macro), System (Registry, restart, control monitor), Interactivity (desktop macro, send keys), Internal (VisualCron task control, set variables), and Active Directory (create / modify objects). Each of the task categories comes with a couple of different task types. The texts in parentheses are only examples. I can&#8217;t discuss all of the different task types, but I think you have an idea now of how mighty VisualCron&#8217;s task management is.</p>
<h3>Notifications</h3>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/VisualCronSQLNotification.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/VisualCronSQLNotification.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 4px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="VisualCron SQL Notification" src="http://4sysops.com/wp-content/uploads/2009/11/VisualCronSQLNotification_thumb.png" border="0" alt="VisualCron SQL Notification" width="354" height="267" align="left" /></a> VisualCron supports seven notification types: Email, File, SQL, Popup, Event log, Sound, and Syslog. Syslog is a standard for forwarding log messages in the UNIX and Linux world, although third-party solutions exist for Windows. You can use this feature to log VisualCron notifications on a remote Syslog server. The most fancy notification form is certainly the SQL notification. It allows you to execute an SQL query or procedure using OLEDB or ODBC. This is especially useful if you work with many different tasks and want to keep track of them in your own application.</p>
<p>However, VisualCron&#8217;s user interface will suffice in most cases since it provides a good overview and is highly customizable. This will be the topic of my <a href="http://4sysops.com/archives/raffle-visualcron-visual-task-scheduling/">next post</a>.</p>
<p>If you to have the chance to win <a href="http://www.visualcron.com/">VisualCron</a> license, just send an email to:</p>
<p><a href="mailto:contests-at-4sysops.com"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="contests-at-4sysops-com" src="http://4sysops.com/wp-content/uploads/2009/11/contestsat4sysopscom1.png" border="0" alt="contests-at-4sysops-com" width="149" height="15" /></a></p>
<p>with the subject line</p>
<p><strong>VisualCron</strong>.</p>
<p>Please, add your name and the name of your organization for which you want to use the license. The deadline of this contest is December 4, 2009.</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/raffle-visualcron-visual-task-scheduling/" title="Raffle: VisualCron &#8211; Visual task scheduling (November 6, 2009)">Raffle: VisualCron &#8211; Visual task scheduling</a> (0)</li>
	<li><a href="http://4sysops.com/archives/raffle-visualcron-central-task-scheduling-for-windows/" title="Raffle: VisualCron &#8211; Central task scheduling for Windows (November 3, 2009)">Raffle: VisualCron &#8211; Central task scheduling for Windows</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-winrap-hide-running-windows-applications/" title="FREE: WinRAP &#8211; Hide running Windows applications (October 19, 2009)">FREE: WinRAP &#8211; Hide running Windows applications</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-process-hacker-a-mighty-task-manager-and-process-explorer-alternative/" title="FREE: Process Hacker &#8211; a mighty Task Manager and Process Explorer alternative (June 30, 2009)">FREE: Process Hacker &#8211; a mighty Task Manager and Process Explorer alternative</a> (3)</li>
	<li><a href="http://4sysops.com/archives/process-lasso-improve-the-responsiveness-of-windows/" title="Process Lasso &#8211; improve the responsiveness of Windows (December 10, 2008)">Process Lasso &#8211; improve the responsiveness of Windows</a> (5)</li>
</ul>

</ul><hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=1B4TAfkmXiw:YQB6Ab9x5FY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=1B4TAfkmXiw:YQB6Ab9x5FY:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=1B4TAfkmXiw:YQB6Ab9x5FY:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=1B4TAfkmXiw:YQB6Ab9x5FY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=1B4TAfkmXiw:YQB6Ab9x5FY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=1B4TAfkmXiw:YQB6Ab9x5FY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=1B4TAfkmXiw:YQB6Ab9x5FY:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=1B4TAfkmXiw:YQB6Ab9x5FY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=1B4TAfkmXiw:YQB6Ab9x5FY:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/1B4TAfkmXiw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/raffle-visualcron-configuring-cron-jobs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[VisualCron]]></series:name>
	<feedburner:origLink>http://4sysops.com/archives/raffle-visualcron-configuring-cron-jobs/</feedburner:origLink></item>
		<item>
		<title>GFI WebMonitor 2009 – More about the Windows 7 upgrade “hack” – RDP 7 and VDI – Free Win7 book chapters – SQL Server 2008 R2 prices raised – Microsoft cloud prices slashed</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/Z0huyUm6Mgc/</link>
		<comments>http://4sysops.com/archives/gfi-webmonitor-2009-more-about-the-windows-7-upgrade-hack-rdp-7-and-vdi-free-win7-book-chapters-sql-server-2008-r2-prices-raised-microsoft-cloud-prices-slashed/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 21:32:21 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3651</guid>
		<description><![CDATA[
GFI WebMonitor 2009 launches as stand-alone version 
Identity of the Windows 7 Upgrade “Hack” Revealed and more!  Interesting discussion between MS and some journalists
Windows 7 with RDP7: Best OS for VDI 
Download ten free Windows 7 Microsoft Press book chapters 
Microsoft to raise prices, add more high-end editions with SQL Server 2008 R2 
Microsoft [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>GFI WebMonitor 2009 launches as stand-alone version <a href="http://www.gfi.com/blog/gfi-webmonitor-2009-launches-standalone-version/" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Identity of the Windows 7 Upgrade “Hack” Revealed and more! <a href="http://blogs.msdn.com/mssmallbiz/archive/2009/11/02/identity-of-the-windows-7-upgrade-hack-revealed-and-more.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> Interesting discussion between MS and some journalists</li>
<li>Windows 7 with RDP7: Best OS for VDI <a href="http://blogs.msdn.com/rds/archive/2009/11/02/windows-7-with-rdp7-best-os-for-vdi.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Download ten free Windows 7 Microsoft Press book chapters <a href="http://blogs.msdn.com/microsoft_press/archive/2009/11/02/download-ten-free-windows-7-chapters.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft to raise prices, add more high-end editions with SQL Server 2008 R2 <a href="http://blogs.zdnet.com/microsoft/?p=4410" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft Slashes Prices for Business Cloud Services, Countering Google <a href="http://www.eweek.com/c/a/Windows/Microsoft-Slashes-Prices-for-Business-Cloud-Services-Countering-Google-309243/?kc=rss" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=Z0huyUm6Mgc:JN5oZ_byvQw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=Z0huyUm6Mgc:JN5oZ_byvQw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=Z0huyUm6Mgc:JN5oZ_byvQw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=Z0huyUm6Mgc:JN5oZ_byvQw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=Z0huyUm6Mgc:JN5oZ_byvQw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=Z0huyUm6Mgc:JN5oZ_byvQw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=Z0huyUm6Mgc:JN5oZ_byvQw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=Z0huyUm6Mgc:JN5oZ_byvQw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=Z0huyUm6Mgc:JN5oZ_byvQw:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/Z0huyUm6Mgc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/gfi-webmonitor-2009-more-about-the-windows-7-upgrade-hack-rdp-7-and-vdi-free-win7-book-chapters-sql-server-2008-r2-prices-raised-microsoft-cloud-prices-slashed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/gfi-webmonitor-2009-more-about-the-windows-7-upgrade-hack-rdp-7-and-vdi-free-win7-book-chapters-sql-server-2008-r2-prices-raised-microsoft-cloud-prices-slashed/</feedburner:origLink></item>
		<item>
		<title>Raffle: VisualCron – Central task scheduling for Windows</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/1IlKGo1nKB0/</link>
		<comments>http://4sysops.com/archives/raffle-visualcron-central-task-scheduling-for-windows/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 17:26:31 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[processes]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3650</guid>
		<description><![CDATA[VisualCron is raffling three licenses for 4sysops readers. The winner will receive a 5-Server license worth 717 US dollars and the two runners-up will each receive a 1-Server license worth 197 US dollars. More information about the contest can be found at the end of the article.
VisualCron is the most sophisticated task scheduling tool I [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.visualcron.com/">VisualCron</a> is raffling three licenses for 4sysops readers. The winner will receive a 5-Server license worth 717 US dollars and the two runners-up will each receive a 1-Server license worth 197 US dollars. More information about the contest can be found at the end of the article.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/VisualCron.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/VisualCron.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="VisualCron" src="http://4sysops.com/wp-content/uploads/2009/11/VisualCron_thumb.png" border="0" alt="VisualCron" width="404" height="181" align="right" /></a>VisualCron is the most sophisticated task scheduling tool I have ever tried. I was already quite impressed with the Task Scheduler in Vista and Server 2008, but VisualCron comes with far more advanced features. The ability to manage task scheduling on multiple machines from a central location, in particular, makes the tool an interesting alternative for large organizations. VisualCron targets task scheduling for server environments, but you can also use the tool on desktops.</p>
<p><span id="more-3650"></span>In the first post of this series I will give you a general overview of VisualCron&#8217;s advantages over the Windows Task Scheduler.</p>
<h3>One task scheduler for all Windows machines</h3>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/VisualCronCentralManagement.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/VisualCronCentralManagement.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="VisualCron Central Management" src="http://4sysops.com/wp-content/uploads/2009/11/VisualCronCentralManagement_thumb.png" border="0" alt="VisualCron Central Management" width="404" height="327" align="right" /></a> First of all, if you have different Windows versions in your network, then you also have to work with different task schedulers. As you probably know, the differences between Task Scheduler in Windows Server 2003 and Windows Server 2008 are huge. With VisualCron, you only have to deal with one tool for all your servers regardless of the Windows version.</p>
<h3>Central management</h3>
<p>Secondly, and this could be even more important in some environments, VisualCron provides one central management console for all Windows machines. Although you can connect to a remote computer with the Windows Task Scheduler, you can only manage one remote server at a time. VisualCron can display multiple machines in its modern and well-thought-out interface. It is even possible to drag and drop scheduled jobs from computer to computer. Since VisualCron uses SSL to connect to remote machines, you can also use the tool to centrally manage servers through unsecured Internet connections.</p>
<h3>Execution context</h3>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/VisualCronExecutionContext.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/VisualCronExecutionContext.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="VisualCron Execution Context" src="http://4sysops.com/wp-content/uploads/2009/11/VisualCronExecutionContext_thumb.png" border="0" alt="VisualCron Execution Context" width="404" height="471" align="right" /></a> Thirdly, VisualCron has an interesting feature regarding the execution context. In the Windows Task Scheduler you can run tasks in the context of a certain user or without user context in the background. The latter means that user session-specific information, such environment variables or mapped network drives, is not available. VisualCron also makes this distinction but offers quite a few additional options. VisualCron distinguishes between user credentials and user context, which allows you to run a task in the standard user context with admin privileges. You can also target a specific session if the user is logged on multiple times, and you can even target all desktop sessions. The latter feature is most interesting in Terminal Server environments.</p>
<h3>Sophisticated scheduling features</h3>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/VisualCronJobSettings.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/VisualCronJobSettings.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="VisualCron Job Settings" src="http://4sysops.com/wp-content/uploads/2009/11/VisualCronJobSettings_thumb.png" border="0" alt="VisualCron Job Settings" width="404" height="272" align="right" /></a> And last but not least, VisualCron has even more task scheduling options than the powerful Server 2008/Vista Task Scheduler offers. The term &#8220;task scheduler&#8221; seems to imply that you can use the tool to only run tasks at a certain time. However, VisualCron supports numerous triggers and conditions that can be used to launch a task. Moreover, <a href="http://www.visualcron.com/">VisualCron </a>knows many different task types and has a sophisticated notification system. I will tell you more about these features in my next post.</p>
<p>If you want to take part in this raffle, just send an email to:</p>
<p><a href="mailto:contests-at-4sysops.com"><img style="border-right-width: 0px; margin: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="contests-at-4sysops-com" src="http://4sysops.com/wp-content/uploads/2009/11/contestsat4sysopscom.png" border="0" alt="contests-at-4sysops-com" width="149" height="15" /></a></p>
<p>with the subject line</p>
<p><strong>VisualCron</strong>.</p>
<p>Please, add your name and the name of your organization for which you want to use the license. The deadline of this contest is December 4, 2009.</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/raffle-visualcron-visual-task-scheduling/" title="Raffle: VisualCron &#8211; Visual task scheduling (November 6, 2009)">Raffle: VisualCron &#8211; Visual task scheduling</a> (0)</li>
	<li><a href="http://4sysops.com/archives/raffle-visualcron-configuring-cron-jobs/" title="Raffle: VisualCron &#8211; Configuring cron jobs (November 4, 2009)">Raffle: VisualCron &#8211; Configuring cron jobs</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-winrap-hide-running-windows-applications/" title="FREE: WinRAP &#8211; Hide running Windows applications (October 19, 2009)">FREE: WinRAP &#8211; Hide running Windows applications</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-process-hacker-a-mighty-task-manager-and-process-explorer-alternative/" title="FREE: Process Hacker &#8211; a mighty Task Manager and Process Explorer alternative (June 30, 2009)">FREE: Process Hacker &#8211; a mighty Task Manager and Process Explorer alternative</a> (3)</li>
	<li><a href="http://4sysops.com/archives/process-lasso-improve-the-responsiveness-of-windows/" title="Process Lasso &#8211; improve the responsiveness of Windows (December 10, 2008)">Process Lasso &#8211; improve the responsiveness of Windows</a> (5)</li>
</ul>

</ul><hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=1IlKGo1nKB0:8atga_mXJrs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=1IlKGo1nKB0:8atga_mXJrs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=1IlKGo1nKB0:8atga_mXJrs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=1IlKGo1nKB0:8atga_mXJrs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=1IlKGo1nKB0:8atga_mXJrs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=1IlKGo1nKB0:8atga_mXJrs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=1IlKGo1nKB0:8atga_mXJrs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=1IlKGo1nKB0:8atga_mXJrs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=1IlKGo1nKB0:8atga_mXJrs:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/1IlKGo1nKB0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/raffle-visualcron-central-task-scheduling-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[VisualCron]]></series:name>
	<feedburner:origLink>http://4sysops.com/archives/raffle-visualcron-central-task-scheduling-for-windows/</feedburner:origLink></item>
		<item>
		<title>Windows 7 SP1 release date – Security Essentials best free antivirus product – Worms resurge – Security Baselines for Win7 and IE8</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/Bs7v44cNeqg/</link>
		<comments>http://4sysops.com/archives/windows-7-sp1-release-date-security-essentials-best-free-antivirus-product-worms-resurge-security-baselines-for-win7-and-ie8/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 21:05:21 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3640</guid>
		<description><![CDATA[
Windows 7: First Service Pack Details Emerge  First beta already in January?
Microsoft Security Essentials rated best free antivirus software and is on a par with the paid-for products 
Computer worms resurge, Microsoft security report says 
Security Baselines for Windows 7 and Internet Explorer 8 
Scientists use brain scans to read minds  They can [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Windows 7: First Service Pack Details Emerge <a href="http://www.cio.com/article/506472/Windows_7_First_Service_Pack_Details_Emerge?source=rss_all" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> First beta already in January?</li>
<li>Microsoft Security Essentials rated best free antivirus software and is on a par with the paid-for products <a href="http://vista.blorge.com/2009/11/01/microsoft-security-essentials-rated-best-free-antivirus-software/" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Computer worms resurge, Microsoft security report says <a href="http://blog.seattlepi.com/microsoft/archives/183746.asp?source=rss" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Security Baselines for Windows 7 and Internet Explorer 8 <a href="http://blogs.technet.com/mapblog/archive/2009/10/31/rtm-news-security-baselines-for-windows-7-and-internet-explorer-8.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Scientists use brain scans to read minds <a href="http://www.itpro.co.uk/617020/scientists-use-brain-scans-to-read-minds" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> They can predict what people would do next. A Win7 taskbar alternative? <img src='http://4sysops.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=Bs7v44cNeqg:HG2Q4bXIhic:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=Bs7v44cNeqg:HG2Q4bXIhic:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=Bs7v44cNeqg:HG2Q4bXIhic:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=Bs7v44cNeqg:HG2Q4bXIhic:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=Bs7v44cNeqg:HG2Q4bXIhic:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=Bs7v44cNeqg:HG2Q4bXIhic:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=Bs7v44cNeqg:HG2Q4bXIhic:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=Bs7v44cNeqg:HG2Q4bXIhic:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=Bs7v44cNeqg:HG2Q4bXIhic:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/Bs7v44cNeqg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-7-sp1-release-date-security-essentials-best-free-antivirus-product-worms-resurge-security-baselines-for-win7-and-ie8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/windows-7-sp1-release-date-security-essentials-best-free-antivirus-product-worms-resurge-security-baselines-for-win7-and-ie8/</feedburner:origLink></item>
		<item>
		<title>Free Amazon S3 explorers (file managers) for Windows</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/GKAeXvK9-10/</link>
		<comments>http://4sysops.com/archives/free-amazon-s3-explorers-file-managers-for-windows/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 20:54:09 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[cloud computing]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3639</guid>
		<description><![CDATA[Have you ever run out of storage and desperately needed a place to temporarily store large amounts of data? If so, then you should have a look at the Amazon S3 storage service. Of course, the service is not free, but prices are moderate. If you only need the space to overcome a temporary storage [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever run out of storage and desperately needed a place to temporarily store large amounts of data? If so, then you should have a look at the <a href="http://aws.amazon.com/s3/">Amazon S3</a> storage service. Of course, the service is not free, but prices are moderate. If you only need the space to overcome a temporary storage shortage, then the storage costs won&#8217;t really hurt your organization. The advantage over those free online storage services is that the amount of data you can store at S3 is more or less unlimited.</p>
<p>There are different ways to use S3; today, I will just discuss the possibility of copying files from your servers or desktop to Amazon&#8217;s online storage service. Amazon <a href="https://s3.amazonaws.com/openfount/gwt/production/s3/s3-explorer.html">offers</a> a simple web-based S3 file manager, but this is only something to use if you are on the run and want to access your S3 storage from an Internet cafe or so (if you dare). There are quite a few free Windows tools that allow you to upload and download files to S3. For this article, I tried three free S3 explorers: <a href="https://addons.mozilla.org/en-US/firefox/addon/3247">Amazon S3 Firefox Organizer(S3Fox) 0.4.7</a>, <a href="http://s3browser.com/">S3 Browser 1.9.7</a> and <a href="http://cloudberrylab.com/?page=cloudberry-explorer-amazon-s3">Cloudberry S3 Explorer 1.6.3</a>.</p>
<p><span id="more-3639"></span></p>
<h3>Amazon S3Fox</h3>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/S3Fox.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/S3Fox.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="S3Fox" src="http://4sysops.com/wp-content/uploads/2009/11/S3Fox_thumb.png" border="0" alt="S3Fox" width="386" height="264" align="right" /></a> Amazon S3Fox is an add-on for Firefox. As far as I know, there is no version for any other web browser. Thus, if you don&#8217;t use Firefox, this tool probably is not an option for you. Even though S3Fox runs in a web browser, the application&#8217;s look and feel is almost like native Windows application. Like most S3 file managers, S3Fox divides the screen into halves. On the left hand side, you have your local file system and on the right hand side, the remote S3 storage. The tool has all of the essential features. You can create S3 buckets (folders with a unique name), upload, download, share folders, edit the Access Control List (ACL), and retrieve the bucket URL. S3Fox also allows you to synchronize local and remote folders. However, in my test, this didn&#8217;t work reliably. Sometimes the upload or download was stuck in the queue; sometimes S3Fox uploaded a file even though it was unchanged.</p>
<h3>S3 Browser</h3>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/S3Browser.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/S3Browser.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="S3 Browser" src="http://4sysops.com/wp-content/uploads/2009/11/S3Browser_thumb.png" border="0" alt="S3 Browser" width="386" height="294" align="right" /></a> There is a free and a pro version of S3 Browser (29.95 USD, 39.95 for the portable version). The main downside of the free version is that it is only for private use. Check out this <a href="http://s3browser.com/s3-browser-free-vs-pro.php">comparison table</a> for information about the differences between the free and the pro version. S3 Browser is the only tool I tried that doesn&#8217;t divide the screen into two panes. The tool only displays the contents of the S3 buckets. Whenever you want to download or upload files, you always have to browse to the local folder. This is quite cumbersome. What I like about the S3 Browser that you can secure your Amazon credentials (Access Key ID and Secret Access Key) with a password. Since Amazon&#8217;s Secret Access Key is much too long for a password, it has to be stored in the S3 Browser. S3Fox also allows you to store your credentials, but it doesn&#8217;t offer password protection. A downside of S3 Browser is that it doesn&#8217;t support synchronization.</p>
<h3>Cloudberry S3 Explorer</h3>
<p><a href="http://4sysops.com/wp-content/uploads/2009/11/CloudberryS3Explorer.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/11/CloudberryS3Explorer.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="Cloudberry S3 Explorer" src="http://4sysops.com/wp-content/uploads/2009/11/CloudberryS3Explorer_thumb.png" border="0" alt="Cloudberry S3 Explorer" width="386" height="289" align="right" /></a>Cloudberry S3 does support synchronization and it even works (contrary to S3Fox). The only thing I dislike about this tool is that every time you launch it, the request to register pops up again. You can postpone registration, but if you really want to work with this tool, you will register it sooner or later. Cloudberry S3 Explorer&#8217;s <a href="http://cloudberrylab.com/?page=cloudberry-explorer-amazon-s3">feature list</a> is quite impressive for a free tool. The only feature I am missing is password protection for the S3 credentials. The most interesting feature is the <a href="http://cloudberrylab.com/?id=14">support for PowerShell</a>! This means you can use the tool to manage S3 with PowerShell (upload, download, set ACLs, etc.). The user interface looks nice and is easy to use. It allows you to work with tabs, which is quite useful if you work with multiple buckets. My choice clearly is Cloudberry S3.</p>
<p>I also had a close look at the commercial tool <a href="http://www.bucketexplorer.com/">Bucket Explorer</a> (49.99 USD), but at first sight I couldn&#8217;t find a feature that would justify this price, considering that Cloudberry S3 is free. Another tool I found is <a href="http://www.thesmespace.com/blog/?p=113">SMEStorage</a>. It supports not only S3 but also other cloud storage services such as Mosso Cloud Files, Box.net, or GMail-as-a-Cloud. You need an SMEStorage account to use the tool, which costs 25 USD. It is interesting to note that you can use Windows Explorer to access S3 with this tool. This is also a feature of the upcoming <a href="http://tntdrive.com/">TntDrive</a> tool, which is not yet available.</p>
<p>Do you know of another Amazon S3 file manager? Please let me know.</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/elasticfox-manage-amazon-ec2-with-a-firefox-plugin/" title="Elasticfox &#8211; Manage Amazon EC2 with a Firefox plugin (October 23, 2009)">Elasticfox &#8211; Manage Amazon EC2 with a Firefox plugin</a> (2)</li>
	<li><a href="http://4sysops.com/archives/amazon-ec2-pricing-for-dummies-part-3-bandwidth-and-instance-costs/" title="Amazon EC2 pricing for dummies &#8211; Part 3: Bandwidth and instance costs (October 22, 2009)">Amazon EC2 pricing for dummies &#8211; Part 3: Bandwidth and instance costs</a> (0)</li>
	<li><a href="http://4sysops.com/archives/amazon-ec2-pricing-for-dummies-part-2-storage-costs/" title="Amazon EC2 pricing for dummies &#8211; Part 2: Storage costs (October 21, 2009)">Amazon EC2 pricing for dummies &#8211; Part 2: Storage costs</a> (0)</li>
	<li><a href="http://4sysops.com/archives/amazon-ec2-pricing-for-dummies-part-1-only-pay-for-what-you-use/" title="Amazon EC2 pricing for dummies &#8211; Part 1: Only pay for what you use (October 20, 2009)">Amazon EC2 pricing for dummies &#8211; Part 1: Only pay for what you use</a> (0)</li>
	<li><a href="http://4sysops.com/archives/4sysops-in-the-cloud-the-reasons/" title="4sysops in the cloud &#8211; The reasons (October 5, 2009)">4sysops in the cloud &#8211; The reasons</a> (3)</li>
</ul>

</ul><hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=GKAeXvK9-10:ZwVksdFqSAU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=GKAeXvK9-10:ZwVksdFqSAU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=GKAeXvK9-10:ZwVksdFqSAU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=GKAeXvK9-10:ZwVksdFqSAU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=GKAeXvK9-10:ZwVksdFqSAU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=GKAeXvK9-10:ZwVksdFqSAU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=GKAeXvK9-10:ZwVksdFqSAU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=GKAeXvK9-10:ZwVksdFqSAU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=GKAeXvK9-10:ZwVksdFqSAU:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/GKAeXvK9-10" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-amazon-s3-explorers-file-managers-for-windows/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/free-amazon-s3-explorers-file-managers-for-windows/</feedburner:origLink></item>
		<item>
		<title>Windows 7 as a Wi-Fi hotspot – IEAK8 in 19 additional languages – IT spending returns</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/NDQJGzg4snw/</link>
		<comments>http://4sysops.com/archives/windows-7-as-a-wi-fi-hotspot-ieak8-in-19-additional-languages-it-spending-returns/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 21:05:10 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3632</guid>
		<description><![CDATA[
Unfinished Windows 7 feature turns laptops into Wi-Fi hotspots 
Now Available: IEAK8 can create custom Internet Explorer 8 packages in 19 additional languages 
High-tech hardware spending returns, no help for IT jobs 


Copyright &#169; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0]]></description>
			<content:encoded><![CDATA[<ul>
<li>Unfinished Windows 7 feature turns laptops into Wi-Fi hotspots <a href="http://www.computerworld.com/s/article/9140133/Unfinished_Windows_7_feature_turns_laptops_into_Wi_Fi_hotspots?source=rss_opsys" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Now Available: IEAK8 can create custom Internet Explorer 8 packages in 19 additional languages <a href="http://blogs.msdn.com/ie/archive/2009/10/29/now-available-ieak8-can-create-custom-internet-explorer-8-packages-in-19-additional-languages.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>High-tech hardware spending returns, no help for IT jobs <a href="http://www.networkworld.com/news/2009/103009-budget-recovery.html?fsrc=netflash-rss" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=NDQJGzg4snw:u63uFfVugvw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=NDQJGzg4snw:u63uFfVugvw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=NDQJGzg4snw:u63uFfVugvw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=NDQJGzg4snw:u63uFfVugvw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=NDQJGzg4snw:u63uFfVugvw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=NDQJGzg4snw:u63uFfVugvw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=NDQJGzg4snw:u63uFfVugvw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=NDQJGzg4snw:u63uFfVugvw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=NDQJGzg4snw:u63uFfVugvw:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/NDQJGzg4snw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-7-as-a-wi-fi-hotspot-ieak8-in-19-additional-languages-it-spending-returns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/windows-7-as-a-wi-fi-hotspot-ieak8-in-19-additional-languages-it-spending-returns/</feedburner:origLink></item>
		<item>
		<title>Some more thoughts about the Windows 7 taskbar, a.k.a. Superbar</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/GDzJB1kdnYY/</link>
		<comments>http://4sysops.com/archives/some-more-thoughts-about-the-windows-7-taskbar-a-k-a-superbar/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 20:20:31 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3631</guid>
		<description><![CDATA[When Windows 7 was still in beta, I asked 4sysops readers about their opinion of the new taskbar in Windows 7, a.k.a. Superbar. When I wrote the article at that time I was not really convinced of the value of this new feature, but I needed more experience. Using such a feature on test systems [...]]]></description>
			<content:encoded><![CDATA[<p>When Windows 7 was still in beta, I <a href="http://4sysops.com/archives/results-of-the-windows-7-taskbar-poll-my-thoughts-on-the-superbar/">asked 4sysops readers</a> about their opinion of the new taskbar in Windows 7, a.k.a. Superbar. When I wrote the article at that time I was not really convinced of the value of this new feature, but I needed more experience. Using such a feature on test systems is quite different from working with it in a productive environment. I have been using Windows 7 on my laptop for a while, and my final verdict about the Superbar stands now. I also want to share how I use the Windows 7 taskbar.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/10/Windows7Taskbar.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/10/Windows7Taskbar.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="Windows-7-Taskbar" src="http://4sysops.com/wp-content/uploads/2009/10/Windows7Taskbar_thumb.png" border="0" alt="Windows-7-Taskbar" width="604" height="39" /></a></p>
<p>I think this is an important topic, especially for IT pros, because we usually work with many applications simultaneously and switch between tools all day. Hence, finding the best method to switch tasks can increase your productivity significantly, even if the time needed to change from one tool another is only a second. These seconds add up over a long work day. Even more important is the fact that switching quickly between applications is essential for keeping your focus. If you need two seconds or more to switch between apps, then this will certainly have a negative effect on your concentration and will tire you out quickly.</p>
<p><span id="more-3631"></span></p>
<h3>Jumplists</h3>
<p><a href="http://4sysops.com/wp-content/uploads/2009/10/Windows7TaskbarJumplists.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/10/Windows7TaskbarJumplists.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="Windows-7-Taskbar-Jumplists" src="http://4sysops.com/wp-content/uploads/2009/10/Windows7TaskbarJumplists_thumb.png" border="0" alt="Windows-7-Taskbar-Jumplists" width="270" height="335" align="right" /></a> Let’s start with what I like about the Windows 7 taskbar. The new feature I like most is the Jumplists (right click on an icon on the taskbar). I hopelessly underestimated the value of the Jumplists at first. This thing is really a time saver. For example, you can pin folders to the Windows Explorer icon, which allows you to jump to a particular directory very quickly. Also useful, the Word icon displays the last documents opened. You can also pin documents to the Jumplist. I find myself using this feature all day. I am sure that ISVs will find many helpful ways to make use of this function and I believe that this will turn out to be a killer feature in the long run.</p>
<h3>Quick Launch bar</h3>
<p>I also found that pinning icons to the taskbar has one big advantage: The relative position of the application in the taskbar always stays the same. After a while you get used to the position, which allows you to locate an icon quicker than under Vista or XP.</p>
<p><!-- adman --></p>
<p>The only problem is that not all the apps I need for my daily work fit on the taskbar. This is why I’ve only pinned the most important tools. All apps that can be minimized to the Systray are banned from my taskbar. To be able to launch these tools quickly, I <a href="http://support.microsoft.com/kb/975784">revived</a> the good old Quick Launch bar. The Quick Launch bar also handles those tools to which I only have to switch every now and then since they have no fixed position in the Taskbar once they are launched. If I need more space on the Taskbar, I can just close them.</p>
<h3>Combining taskbar buttons</h3>
<p>The taskbar feature I dislike the most is that windows of the same application are combined. To move the mouse first to the application’s button and then search again for the right window in a long list of much-too-small thumb previews is an absolute time killer. I have seen people doing this in presentations and I always wonder how they can be so patient as to allow three seconds or more just to switch to another window in the same application. This would drive me nuts. I’ve also seen, more than once, that people lose concentration just because of this.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/10/Windows7TaskbarCombining.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/10/Windows7TaskbarCombining.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="Windows-7-Taskbar-Combining" src="http://4sysops.com/wp-content/uploads/2009/10/Windows7TaskbarCombining_thumb.png" border="0" alt="Windows-7-Taskbar-Combining" width="604" height="128" /></a></p>
<p>Our short-term memory only has a very low capacity (up to five items) and lasts only a few seconds depending on the type of content. Yes, these thumb previews look absolutely cool. This was the reason why I expressed a liking for this feature in my first review. But after working with these thumbs for some time, I’ve come to the conclusion that they are useless.</p>
<p>It is possible to disable the combining feature, which I highly recommend. It makes sense to combine taskbar buttons only when the taskbar is full. This is at least better than working with two taskbars. However, any time Windows starts combining taskbar buttons, I find myself looking for apps I can close for the time being. This is certainly not very productive, either.</p>
<p>Therefore, the new taskbar works great for me as long as I don’t have too many apps open. The smaller the screen I’m using, the more problematic this downside of the Windows 7 taskbar becomes. Since most of the time I’m working on a laptop, I can’t really say that the Superbar is &#8220;super&#8221;. At best, I’ll let myself be carried away to say that it is a Nicebar.</p>
<p>But there is a better way to switch tasks. This will be the topic of my next post.</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/deploying-2500-windows-7-netbooks-at-tech-ed-australia/" title="Deploying 2500 Windows 7 netbooks at Tech.Ed Australia (September 8, 2009)">Deploying 2500 Windows 7 netbooks at Tech.Ed Australia</a> (5)</li>
	<li><a href="http://4sysops.com/archives/windows-7-keyboard-shortcuts-the-complete-list/" title="Windows 7 keyboard shortcuts &#8211; the complete list (August 21, 2009)">Windows 7 keyboard shortcuts &#8211; the complete list</a> (3)</li>
	<li><a href="http://4sysops.com/archives/speed-up-your-windows-7-rtm-download-from-technet-and-msdn/" title="Speed up your Windows 7 RTM download from Technet and MSDN (August 7, 2009)">Speed up your Windows 7 RTM download from Technet and MSDN</a> (7)</li>
	<li><a href="http://4sysops.com/archives/windows-7-all-4sysops-articles/" title="Windows 7 &#8211; All 4sysops reviews (August 6, 2009)">Windows 7 &#8211; All 4sysops reviews</a> (8)</li>
	<li><a href="http://4sysops.com/archives/windows-7-rtm-crc-and-sha-1-checksums/" title="Windows 7 RTM CRC and SHA-1 checksums (July 24, 2009)">Windows 7 RTM CRC and SHA-1 checksums</a> (9)</li>
</ul>

</ul><hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=GDzJB1kdnYY:-MjqLeyMOSg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=GDzJB1kdnYY:-MjqLeyMOSg:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=GDzJB1kdnYY:-MjqLeyMOSg:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=GDzJB1kdnYY:-MjqLeyMOSg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=GDzJB1kdnYY:-MjqLeyMOSg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=GDzJB1kdnYY:-MjqLeyMOSg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=GDzJB1kdnYY:-MjqLeyMOSg:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=GDzJB1kdnYY:-MjqLeyMOSg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=GDzJB1kdnYY:-MjqLeyMOSg:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/GDzJB1kdnYY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/some-more-thoughts-about-the-windows-7-taskbar-a-k-a-superbar/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/some-more-thoughts-about-the-windows-7-taskbar-a-k-a-superbar/</feedburner:origLink></item>
		<item>
		<title>Windows 7 install trick legal – Server 2008 R2 Core Install VHD – DirectAccess guide – 40 years Internet</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/MXGSDkC5XLo/</link>
		<comments>http://4sysops.com/archives/windows-7-install-trick-legal-server-2008-r2-core-install-vhd-directaccess-guide-40-years-internet/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 22:38:55 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3624</guid>
		<description><![CDATA[
Microsoft confirms Windows 7 install trick is legal 
Download Windows Server 2008 R2 Enterprise Edition x64 (Core Install) VHD 
Step By Step Guide: Demonstrate DirectAccess in a Test Lab 
First Internet (ARPANET) message was sent exactly 40 years ago. It was &#8220;Lo&#8221;, then one of the hosts crashed. 


Copyright &#169; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0]]></description>
			<content:encoded><![CDATA[<ul>
<li>Microsoft confirms Windows 7 install trick is legal <a href="http://www.computerworld.com/s/article/9140125/Microsoft_confirms_Windows_7_install_trick_is_legal?source=rss_opsys" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Download Windows Server 2008 R2 Enterprise Edition x64 (Core Install) VHD <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=37264b32-c79f-4249-a5d4-b8696772a62a#tm" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Step By Step Guide: Demonstrate DirectAccess in a Test Lab <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=8d47ed5f-d217-4d84-b698-f39360d82fac#tm" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>First Internet (ARPANET) message was sent exactly 40 years ago. It was &#8220;Lo&#8221;, then one of the hosts crashed. <a href="http://www.h-online.com/newsticker/news/item/It-was-40-years-ago-today-Lo-845318.html" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=MXGSDkC5XLo:etVzFkauDx8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=MXGSDkC5XLo:etVzFkauDx8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=MXGSDkC5XLo:etVzFkauDx8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=MXGSDkC5XLo:etVzFkauDx8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=MXGSDkC5XLo:etVzFkauDx8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=MXGSDkC5XLo:etVzFkauDx8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=MXGSDkC5XLo:etVzFkauDx8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=MXGSDkC5XLo:etVzFkauDx8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=MXGSDkC5XLo:etVzFkauDx8:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/MXGSDkC5XLo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-7-install-trick-legal-server-2008-r2-core-install-vhd-directaccess-guide-40-years-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/windows-7-install-trick-legal-server-2008-r2-core-install-vhd-directaccess-guide-40-years-internet/</feedburner:origLink></item>
		<item>
		<title>Poll results: GUI vs. CLI</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/tjIhMOwLMK0/</link>
		<comments>http://4sysops.com/archives/poll-results-gui-vs-cli/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 19:33:12 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3623</guid>
		<description><![CDATA[More than 1,100 4sysops readers took part in this poll. I asked whether a graphical user interface (GUI) or a command line interface (CLI) was preferred when it comes to Windows administration. The results are quite clear: 66% prefer a GUI tool, 17% prefer the command line, and for another 17%, it doesn&#8217;t make a [...]]]></description>
			<content:encoded><![CDATA[<p>More than 1,100 4sysops readers took part in this poll. I asked whether a graphical user interface (GUI) or a command line interface (CLI) was preferred when it comes to Windows administration. The results are quite clear: 66% prefer a GUI tool, 17% prefer the command line, and for another 17%, it doesn&#8217;t make a difference.</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<p><span id="more-3623"></span>I suppose if I had asked this question a few years ago, we would have received an even stronger bias for the GUI. PowerShell is changing the view of many Windows admins, simply because you can do now many things on the CLI that you can&#8217;t do with the admin tools that come with Windows. Before we had PowerShell, the Windows command prompt was mostly used for relatively trivial tasks like pinging a remote computer or perhaps clearing the DNS cache.</p>
<p>It is not difficult to guess for what I have voted. I am clearly pro GUI. It is not really that I am completely against working on command prompt. On a Linux server, I wouldn&#8217;t even install a desktop environment. In my view, Windows is just not made for the command line. Perhaps this is the reason why PowerShell commands are often so longwinded.</p>
<p>What upsets me in this discussion is the argument that you can &#8220;automate&#8221; administration tasks with PowerShell. In my opinion, this claim is absolutely meaningless. Every piece of software is meant to automate tasks. In fact, software has no other purpose. PowerShell fans usually want to imply with this assertion that with GUI tools, you have to do everything manually and that Windows admins can save a lot of time if they finally start automating things, just as their Linux colleagues do. The main reason why Windows is so successful is because there are so many great administration tools available that allow you to automate all kinds of tasks for thousands of machines with just a few clicks.</p>
<p>However, that doesn&#8217;t mean that I am against PowerShell. On the contrary! PowerShell is one of the most important Windows enhancements of the last years. It is probably the best programming language for Windows management. Thus, it has become a very important tool for all system management developers.</p>
<p>I also recommend that every Windows admin learns PowerShell. Microsoft sometimes offers only a PowerShell interface for new Windows features, probably in the hope that someone else will take on the expensive task of programming a graphical user interface. And, of course, sometimes you have no other choice than to write a script to get the job done, simply because no one else has yet written such a program or because your organization can&#8217;t afford a new tool. (Even though this is <a href="http://4sysops.com/archives/a-different-network-why-administrators-should-avoid-scripting/">not as often</a> the case as in former times.) Some readers have pointed out that it depends on the kind of task whether a GUI or a CLI is preferable. This is certainly also true.</p>
<p>The fact that one third of Windows admins can live perfectly with the command prompt also shows that, to a certain degree, the answer to this question is a matter of taste. Not all brains work the same way. I have seen admins who can type faster than I can think. If you feel comfortable on the command prompt, my anti-CLI rants won&#8217;t persuade you anyway. I am the most tolerant person when it comes to the choice of the right administration tool. Just do me the favor and don&#8217;t tell me that you can automate tasks just because you have PowerShell. It is like telling me that you can sit because you have the tools to build a chair and all others have to keep standing.</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/active-directory-management-with-powershell-v2/" title="Active Directory management with PowerShell v2 (October 15, 2009)">Active Directory management with PowerShell v2</a> (0)</li>
	<li><a href="http://4sysops.com/archives/a-different-network-why-administrators-should-avoid-scripting/" title="A different network &#8211; Why administrators should avoid scripting (July 17, 2009)">A different network &#8211; Why administrators should avoid scripting</a> (13)</li>
	<li><a href="http://4sysops.com/archives/poll-command-line-or-gui-administration-tools-what-do-you-prefer/" title="Poll: Command line or GUI administration tools? What do you prefer? (July 16, 2009)">Poll: Command line or GUI administration tools? What do you prefer?</a> (12)</li>
	<li><a href="http://4sysops.com/archives/exportexe/" title="FREE: export.exe &#8211; redirect stdout output into environment variables (March 13, 2009)">FREE: export.exe &#8211; redirect stdout output into environment variables</a> (2)</li>
	<li><a href="http://4sysops.com/archives/windows-powershell-ise-the-better-command-prompt/" title="Windows PowerShell ISE &#8211; The better Command Prompt (February 18, 2009)">Windows PowerShell ISE &#8211; The better Command Prompt</a> (4)</li>
</ul>

</ul><hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=tjIhMOwLMK0:V0HLpu_Kxe8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=tjIhMOwLMK0:V0HLpu_Kxe8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=tjIhMOwLMK0:V0HLpu_Kxe8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=tjIhMOwLMK0:V0HLpu_Kxe8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=tjIhMOwLMK0:V0HLpu_Kxe8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=tjIhMOwLMK0:V0HLpu_Kxe8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=tjIhMOwLMK0:V0HLpu_Kxe8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=tjIhMOwLMK0:V0HLpu_Kxe8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=tjIhMOwLMK0:V0HLpu_Kxe8:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/tjIhMOwLMK0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/poll-results-gui-vs-cli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/poll-results-gui-vs-cli/</feedburner:origLink></item>
		<item>
		<title>Download PowerShell 2.0 – RDP 7.0 is available – Group Policy software deployment using WMI – Troubleshooting Windows Virtual PC – Disk2vhd v1.21 – MS Enhanced Mitigation Evaluation Toolkit 1.0.2 – Wireshark 1.2.3 – Android 2.0</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/nZ2d_YRAjr4/</link>
		<comments>http://4sysops.com/archives/download-powershell-2-0-rdp-7-0-is-available-group-policy-software-deployment-using-wmi-troubleshooting-windows-virtual-pc-disk2vhd-v1-21-ms-enhanced-mitigation-evaluation-toolkit-1-0-2-wi/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 21:01:24 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3622</guid>
		<description><![CDATA[
PowerShell 2.0, WinRM 2.0, and BITS 4.0 (Windows Management Framework) are available for download 
Microsoft Releases Remote Desktop Connection 7.0 (RDP) for Windows XP and Vista 
Group Policy Software Deployment: Targeting the right computers with WMI filters 
Understanding (and troubleshooting) Auto-Publishing in Windows Virtual PC 
Update: Sysinternals Disk2vhd v1.21 (changed target volume size calculation) 
Microsoft [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>PowerShell 2.0, WinRM 2.0, and BITS 4.0 (Windows Management Framework) are available for download <a href="http://blogs.msdn.com/powershell/archive/2009/10/27/windows-management-framework-is-here.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft Releases Remote Desktop Connection 7.0 (RDP) for Windows XP and Vista <a href="http://www.dabcc.com/article.aspx?id=12495" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Group Policy Software Deployment: Targeting the right computers with WMI filters <a href="http://www.eventlogblog.com/blog/2009/10/useful-wmi-queries-to-filter-g.html" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Understanding (and troubleshooting) Auto-Publishing in Windows Virtual PC <a href="http://blogs.msdn.com/virtual_pc_guy/archive/2009/10/28/understanding-and-troubleshooting-auto-publishing-in-windows-virtual-pc.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Update: Sysinternals Disk2vhd v1.21 (changed target volume size calculation) <a href="http://blogs.technet.com/sysinternals/archive/2009/10/27/updates-disk2vhd-v-1-21.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft Enhanced Mitigation Evaluation Toolkit 1.0.2 (free) &#8211; Harden Windows applications <a href="http://blogs.technet.com/srd/archive/2009/10/27/announcing-the-release-of-the-enhanced-mitigation-evaluation-toolkit.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Wireshark 1.2.3, 1.0.10, and 1.3.1 Released <a href="http://www.wireshark.org/news/20091027.html" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Google announces Android 2.0 <a href="http://android-developers.blogspot.com/?hl=en" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> Bad times to come for iPhone and Windows Phone</li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=nZ2d_YRAjr4:DRaoXIHgjpA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=nZ2d_YRAjr4:DRaoXIHgjpA:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=nZ2d_YRAjr4:DRaoXIHgjpA:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=nZ2d_YRAjr4:DRaoXIHgjpA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=nZ2d_YRAjr4:DRaoXIHgjpA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=nZ2d_YRAjr4:DRaoXIHgjpA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=nZ2d_YRAjr4:DRaoXIHgjpA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=nZ2d_YRAjr4:DRaoXIHgjpA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=nZ2d_YRAjr4:DRaoXIHgjpA:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/nZ2d_YRAjr4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/download-powershell-2-0-rdp-7-0-is-available-group-policy-software-deployment-using-wmi-troubleshooting-windows-virtual-pc-disk2vhd-v1-21-ms-enhanced-mitigation-evaluation-toolkit-1-0-2-wi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/download-powershell-2-0-rdp-7-0-is-available-group-policy-software-deployment-using-wmi-troubleshooting-windows-virtual-pc-disk2vhd-v1-21-ms-enhanced-mitigation-evaluation-toolkit-1-0-2-wi/</feedburner:origLink></item>
		<item>
		<title>Will Windows 7 fasten the migration to IPv6?</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/MtI_gKeJYRQ/</link>
		<comments>http://4sysops.com/archives/will-windows-7-fasten-the-migration-to-ipv6/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 18:54:47 +0000</pubDate>
		<dc:creator>Alexander Weiß</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3602</guid>
		<description><![CDATA[Many things have been said about Windows 7 and its benefits. However, the talk rarely covered the topic of IPv6. Surely it isn&#8217;t a new feature: Vista was fully Ipv6 enabled and an IPv6 network stack exists for Windows XP. But in my opinion IPv6 is worth mentioning when talking about Windows 7.
Most networks today [...]]]></description>
			<content:encoded><![CDATA[<p>Many things have been said about Windows 7 and its benefits. However, the talk rarely covered the topic of IPv6. Surely it isn&#8217;t a new feature: Vista was fully Ipv6 enabled and an IPv6 network stack exists for Windows XP. But in my opinion IPv6 is worth mentioning when talking about Windows 7.</p>
<p>Most networks today are still based on IPv4 because the Clients are not IPv6 capable. A lot of companies hesitated to migrate to Vista and still run Windows XP without the IPv6 stack. However, this circumstance will change with the release and deployment of Windows 7. Might IPv6, which technically is an old story, become more attention when Windows 7 is deployed en masse?</p>
<p><span id="more-3602"></span>Not everybody is able to switch to Ipv6, though, because some needed applications may not support IPv6 yet. We have a hen-and-egg problem here: Most of the applications will only support IPv6 if most networks will run on IPv6, but the network administrators will only switch to IPv6 if all needed applications support it. Some argue that a killer application that only runs with IPv6 is needed to make people switch. But there is no such application available yet and the ones included with Windows 7 &#8211; Homegroups and Easy Connect, e.g. &#8211; can’t be called killer applications.</p>
<p>But maybe things lighten up a bit if we take a look at the improvements IPv6 has to offer over its predecessor:</p>
<ul>
<li>Large Address Space: IP addresses in v4 are 32-bit long; in v6 they are 128-bit</li>
<li>Better Security: IPsec is part of the IPv6 standard, which makes the encryption of IP packets possible and guarantees their authenticity</li>
<li>Integrated Quality of Service: The IPv6 Header provides a Flow Label. It enables routers to make decisions and treat those packets in a special way</li>
<li>Mobility: With IPv6 a mobile device can be accessible by the same IP all the time</li>
</ul>
<p>This short list only shows the major improvements. The listed points make IPv6 look like it does not have much to offer for lightening the daily work: IPsec, Quality of Service, and a static mobile IP are already possible with IPv4. They are not part of the protocol, but are in productive use and there is hardly any reason to change one’s running environment. Only the address shortage can cause administrators some headache, but it doesn&#8217;t affect Western countries that much. They have a big part of the pie and won’t run out of addresses in the next few years.</p>
<p>Especially in Africa the address shortage is a problem, though, and will become a huge one in a few years. It might even hinder the development of the continent’s IT infrastructure. With this in mind you could argue that we are morally obliged to migrate to IPv6 to support the development of third world countries. But usually there is no space in businesses for arguments of that kind.</p>
<p>But there is another good argument for migrating to IPv6: The address shortage already does cause problems for all internet users. Most administrators are not aware of them, though. The problems are rooted in the technique for overcoming this shortage: Network Address Translation (NAT).</p>
<p>Thinking that NATed IPs are an equivalent to public IPs is an error. Besides reducing performance, NAT does cause problems which are usually hard to discover. The reason for those problems is that NATed addresses break the end-to-end design specification of the IP protocol.</p>
<p>One of those problems is that the NATed address needs to be looked up in the Transition Table. Because the router is not informed if an IP Address of a client changes, it is hard to keep dynamically changing IP addresses up to date in the table. So it is quite common that entries of the Transition Table are out of date. This causes connectivity problems for video conferences, Voice over IP and slows down P2P downloads, etc.</p>
<p>Besides that the router is only able to maintain the Transition Table well for TCP connections. For stateless protocols like UDP the router has to guess if there will be more packets. Activity Timers are used to make the guesses more educated but they fail sometimes. The appropriate and valid entry from the Transition Table gets deleted then and as a result the connection dies.</p>
<p>NAT changes information in the header of IP packets. This causes problems with some protocols like IPsec, because it does integrity checks on the packet header. Another technique called NAT Traversal is needed as a work around. However, not only does it complicate things but it also is not standardized, which causes further problems.</p>
<p>This is by far not everything which needs to be said about IPv4 and the problems it causes today. A simple solution would be to use IPv6. So do you think that with the upcoming release of Windows 7 IPv6 will get more popular?</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/network-miner/" title="FREE: NetworkMiner &#8211; Network Forensic Analysis Tool (NFAT) (September 17, 2009)">FREE: NetworkMiner &#8211; Network Forensic Analysis Tool (NFAT)</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-networx-traffic-monitor-and-network-usage-reporting/" title="FREE: NetWorx &#8211; Network traffic monitor and network usage reporting (July 10, 2009)">FREE: NetWorx &#8211; Network traffic monitor and network usage reporting</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-tcp-analyzer-statistical-analysis-of-tcp-connections-in-network-monitor/" title="FREE: TCP Analyzer &#8211; Statistical Analysis of TCP connections in Network Monitor (July 3, 2009)">FREE: TCP Analyzer &#8211; Statistical Analysis of TCP connections in Network Monitor</a> (2)</li>
	<li><a href="http://4sysops.com/archives/free-top-users-expert-analyze-bandwidth-consumption-with-network-monitor/" title="FREE: Top Users Expert &#8211; Analyze bandwidth consumption with Network Monitor (July 2, 2009)">FREE: Top Users Expert &#8211; Analyze bandwidth consumption with Network Monitor</a> (3)</li>
	<li><a href="http://4sysops.com/archives/free-simple-search-an-extension-for-microsoft-network-monitor/" title="FREE: Simple Search &#8211; An extension for Microsoft Network Monitor (July 1, 2009)">FREE: Simple Search &#8211; An extension for Microsoft Network Monitor</a> (8)</li>
</ul>

</ul><hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=MtI_gKeJYRQ:YSJ8jtZQamE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=MtI_gKeJYRQ:YSJ8jtZQamE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=MtI_gKeJYRQ:YSJ8jtZQamE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=MtI_gKeJYRQ:YSJ8jtZQamE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=MtI_gKeJYRQ:YSJ8jtZQamE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=MtI_gKeJYRQ:YSJ8jtZQamE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=MtI_gKeJYRQ:YSJ8jtZQamE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=MtI_gKeJYRQ:YSJ8jtZQamE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=MtI_gKeJYRQ:YSJ8jtZQamE:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/MtI_gKeJYRQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/will-windows-7-fasten-the-migration-to-ipv6/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/will-windows-7-fasten-the-migration-to-ipv6/</feedburner:origLink></item>
		<item>
		<title>Free eBook Windows 7 troubleshooting – VMware Workstation 7 is out – MySQL in the cloud – Public Office Web Apps test</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/x_MKVn0QLxc/</link>
		<comments>http://4sysops.com/archives/free-ebook-windows-troubleshooting-vmware-workstation-7-is-out-mysql-in-the-cloud-public-office-web-apps-test/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 20:58:42 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3620</guid>
		<description><![CDATA[
Free Microsoft Press eBook by Mitch Tulloch: Windows 7 troubleshooting tips 
VMware Workstation 7.0 is available  New features: Full Win7 support (including Aero and XP mode) 
Amazon introduces MySQL for the cloud (Amazon RDS)  and reduces EC2 prices by 15% 
Microsoft&#8217;s Office Web Apps Shows Off Cloud, with Issues  Just played a [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Free Microsoft Press eBook by Mitch Tulloch: Windows 7 troubleshooting tips <a href="http://blogs.msdn.com/microsoft_press/archive/2009/10/26/free-e-book-windows-7-troubleshooting-tips.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>VMware Workstation 7.0 is available <a href="http://downloads.vmware.com/d/info/desktop_downloads/vmware_workstation/7_0" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> New features: Full Win7 support (including Aero and XP mode) <a href="http://www.dabcc.com/article.aspx?id=12493" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Amazon introduces MySQL for the cloud (Amazon RDS) <a href="http://aws.typepad.com/aws/2009/10/introducing-rds-the-amazon-relational-database-service-.html" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> and reduces EC2 prices by 15% <a href="http://aws.typepad.com/aws/2009/10/amazon-ec2-now-an-even-better-value.html" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft&#8217;s Office Web Apps Shows Off Cloud, with Issues <a href="http://www.microsoft-watch.com/content/web_services_browser/microsofts_office_web_apps_shows_off_cloud_with_issues.html?kc=MWRSS02129TX1K0000535" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> Just played a little with it. Nice, but not breathtaking.</li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=x_MKVn0QLxc:rl3xbj2rizw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=x_MKVn0QLxc:rl3xbj2rizw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=x_MKVn0QLxc:rl3xbj2rizw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=x_MKVn0QLxc:rl3xbj2rizw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=x_MKVn0QLxc:rl3xbj2rizw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=x_MKVn0QLxc:rl3xbj2rizw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=x_MKVn0QLxc:rl3xbj2rizw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=x_MKVn0QLxc:rl3xbj2rizw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=x_MKVn0QLxc:rl3xbj2rizw:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/x_MKVn0QLxc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-ebook-windows-troubleshooting-vmware-workstation-7-is-out-mysql-in-the-cloud-public-office-web-apps-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/free-ebook-windows-troubleshooting-vmware-workstation-7-is-out-mysql-in-the-cloud-public-office-web-apps-test/</feedburner:origLink></item>
		<item>
		<title>Contest: MaxPowerSoft Active Directory Reports – Filters, and print preview</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/vmDahF1Gekk/</link>
		<comments>http://4sysops.com/archives/contest-maxpowersoft-active-directory-reports-filters-and-print-preview/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 14:29:33 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[active directory]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3618</guid>
		<description><![CDATA[In my last post, I described how you can perform quick queries with MaxPowerSoft Active Directory Reports 5.1.1.1. Today, I will focus on the tool&#8217;s special features, that is membership reports, filters and print preview. Note that you can win a license worth 299 US dollars (see info at end of the article).
Group Membership
 When [...]]]></description>
			<content:encoded><![CDATA[<p>In my last post, I described how you can perform quick queries with <a href="http://4sysops.com/archives/contest-maxpowersoft-active-directory-reports-quick-ldap-reporting/">MaxPowerSoft Active Directory Reports 5.1.1.1</a>. Today, I will focus on the tool&#8217;s special features, that is membership reports, filters and print preview. Note that you can win a license worth 299 US dollars (see info at end of the article).</p>
<h3>Group Membership</h3>
<p><a href="http://4sysops.com/wp-content/uploads/2009/10/ADReportsMembership.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/10/ADReportsMembership.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="AD-Reports-Membership" src="http://4sysops.com/wp-content/uploads/2009/10/ADReportsMembership_thumb.png" border="0" alt="AD-Reports-Membership" width="386" height="259" align="right" /></a> When you load a report and then select some users, the &#8220;Load Membership&#8221; menu item becomes available and you can load membership for those selected users. The detail grid with membership information will be loaded as a sub grid of every record and the &#8220;+&#8221; sign will be highlighted meaning that membership is available for that particular users. You can click that little &#8220;plus&#8221; sign, extend that row to see membership information.</p>
<p><span id="more-3618"></span></p>
<h3>Filters</h3>
<p>To generate common reports, you won&#8217;t need filters. Most of the typical reports can be created by using AD Reports&#8217; navigation pane. However, sometimes, the output is just too big; you could then use a filter to further narrow down the list of AD objects. In addition, you can run uncommon searches using filters. AD Reports has two filter types: the general filter settings in the taskbar and a special filter in the results pane.</p>
<p>The general filter settings allow you to limit the search on the number of objects displayed, the time range and the object&#8217;s membership. The time range refers either to the creation date or to the date when the object was last changed.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2009/10/ADReportsFilderEditor.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/10/ADReportsFilderEditor.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="AD-Reports-Filder-Editor" src="http://4sysops.com/wp-content/uploads/2009/10/ADReportsFilderEditor_thumb.png" border="0" alt="AD-Reports-Filder-Editor" width="386" height="217" align="right" /></a> My favorite AD Reports feature are the filters (right click on column header). The filter works similar to the one you might know from the Active Directory User and Computer interface (ADUC). However, it is easier-to-use and more powerful. Whereas the ADUC filter only supports logical operators other than the AND operator through command-based LDAP queries, you can use AD Reports&#8217; GUI to easily click together a complex filter using common logical operators such as OR, Not AND, Not OR, etc. The currently active filter is always displayed at the bottom of the results pane. This way, you don&#8217;t forget that the output is filtered.</p>
<h3>Print Preview</h3>
<p><a href="http://4sysops.com/wp-content/uploads/2009/10/ADReportsPrintPreview.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/10/ADReportsPrintPreview.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="AD-Reports-Print-Preview" src="http://4sysops.com/wp-content/uploads/2009/10/ADReportsPrintPreview_thumb.png" border="0" alt="AD-Reports-Print-Preview" width="386" height="224" align="right" /></a> Another highlight of the new AD Reports version is the customizable print preview. Printouts can give you a better overview of a report. The problem with printed reports is that often not all of the information fits easily on the limited size of a sheet of paper. That&#8217;s why it is important that you are able not only to preview the print but also to customize the printout. With most other AD reporting tools, you have to do this with an external application such as Excel. AD Reports already comes with a nice Print Preview application, which saves you the step of exporting the report before you print it.</p>
<p>You can add a header and a footer, change the margins, and you can specify the number of pages that a row will span in the printout. If you want everything to fit onto one page, you can go back to the search results pane and remove columns. It is also possible to change the column width of each attribute. However, you can&#8217;t do that in the print preview app; you have to use the search results pane for this.</p>
<h3>Conclusion</h3>
<p>AD Reports’ strength is the modern and customizable user interface that enables you to quickly perform complex Active Directory queries. Of course, you can also export reports in all common formats (CSV, XLS, TXT, HTML, XML, PDF). It is typical for AD Reports that you can even speed up the export by placing a button for your favorite export format on the taskbar. In environments with a large number of AD objects, you will notice that the tool generates reports pretty fast. Thus, one could say that <a href="http://www.maxpowersoft.com/products.php?i=1">AD Reports</a>’ focus is speed.</p>
<p>If you want to take part in this contest, please send an email to:</p>
<p><a href="mailto:contests-at-4sysops.com"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="contests-at-4sysops-com" src="http://4sysops.com/wp-content/uploads/2009/10/contestsat4sysopscom4.png" border="0" alt="contests-at-4sysops-com" width="149" height="15" /></a></p>
<p>with the subject line:</p>
<p><strong>AD Reports</strong>.</p>
<p>Please add your name and the name of your organization for which you will want to use the license. The deadline for this contest is November 25, 2009.</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/contest-maxpowersoft-active-directory-reports-quick-ldap-reporting/" title="Contest: MaxPowerSoft Active Directory Reports &#8211; Quick LDAP Reporting (October 26, 2009)">Contest: MaxPowerSoft Active Directory Reports &#8211; Quick LDAP Reporting</a> (0)</li>
	<li><a href="http://4sysops.com/archives/active-directory-management-with-powershell-v2/" title="Active Directory management with PowerShell v2 (October 15, 2009)">Active Directory management with PowerShell v2</a> (0)</li>
	<li><a href="http://4sysops.com/archives/how-to-migrate-active-directory-to-server-2008-r2-functional-level-part-3/" title="How to migrate the Active Directory domain functional level to Server 2008 R2 – Part 3 (October 14, 2009)">How to migrate the Active Directory domain functional level to Server 2008 R2 – Part 3</a> (0)</li>
	<li><a href="http://4sysops.com/archives/raffle-manageengine-admanager-plus-reporting-and-delegation/" title="Raffle: ManageEngine ADManager Plus &#8211; Reporting and Delegation (October 12, 2009)">Raffle: ManageEngine ADManager Plus &#8211; Reporting and Delegation</a> (1)</li>
	<li><a href="http://4sysops.com/archives/raffle-manageengine-admanager-plus-the-management-features/" title="Raffle: ManageEngine ADManager Plus &#8211; The management features (October 9, 2009)">Raffle: ManageEngine ADManager Plus &#8211; The management features</a> (0)</li>
</ul>

</ul><hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=vmDahF1Gekk:ArACE6ZxkAI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=vmDahF1Gekk:ArACE6ZxkAI:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=vmDahF1Gekk:ArACE6ZxkAI:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=vmDahF1Gekk:ArACE6ZxkAI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=vmDahF1Gekk:ArACE6ZxkAI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=vmDahF1Gekk:ArACE6ZxkAI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=vmDahF1Gekk:ArACE6ZxkAI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=vmDahF1Gekk:ArACE6ZxkAI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=vmDahF1Gekk:ArACE6ZxkAI:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/vmDahF1Gekk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/contest-maxpowersoft-active-directory-reports-filters-and-print-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/contest-maxpowersoft-active-directory-reports-filters-and-print-preview/</feedburner:origLink></item>
		<item>
		<title>Windows 8 – Microsoft HAV tool – Mark Russinovich on Win7 insides – Windows vulnerability compared – Win7 European edition</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/K5vX1qbtwQQ/</link>
		<comments>http://4sysops.com/archives/windows-8-microsoft-hav-tool-mark-russinovich-on-win7-insides-windows-vulnerability-compared-win7-european-edition/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 20:54:44 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3610</guid>
		<description><![CDATA[
8 things you need to know about Windows 8 
Microsoft Hardware-Assisted Virtualization Detection Tool  Checks if the Computer supports AMD-V, Intel VT or VIA VT
Detailed video interview (53 min) with Mark Russinovich about the insides of Windows 7 (WinMIn, NUMA &#8230;)  
Security Essentials data shows that XP (52%) is far more vulnerable than [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>8 things you need to know about Windows 8 <a href="http://www.techradar.com/news/software/operating-systems/8-things-you-need-to-know-about-windows-8-643699" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft Hardware-Assisted Virtualization Detection Tool <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0ee2a17f-8538-4619-8d1c-05d27e11adb2&amp;displaylang=en" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a> Checks if the Computer supports AMD-V, Intel VT or VIA VT</li>
<li>Detailed video interview (53 min) with Mark Russinovich about the insides of Windows 7 (WinMIn, NUMA &#8230;)  <a href="http://channel9.msdn.com/shows/Going%20Deep/Mark-Russinovich-Inside-Windows-7-Redux/" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Security Essentials data shows that XP (52%) is far more vulnerable than Vista (32%) and Windows 7 (16%) <a href="http://blogs.computerworld.com/14933/microsoft_xp_is_far_more_vulnerable_than_vista_windows_7" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>European edition of Windows 7 does not have a ballot screen yet <a href="http://www.theregister.co.uk/2009/10/23/windows_seven_ballot_browser/" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>On Friday I mentioned that Windows 7 N is with the ballot screen. That is wrong. It is just without Media Player. <a href="http://4sysops.com/archives/torvalds-likes-windows-7-60-of-businesses-will-deploy-it-7-deployment-tools-usb-installer-windows-7-n-and-more/" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=K5vX1qbtwQQ:AZY6eDkoNAo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=K5vX1qbtwQQ:AZY6eDkoNAo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=K5vX1qbtwQQ:AZY6eDkoNAo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=K5vX1qbtwQQ:AZY6eDkoNAo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=K5vX1qbtwQQ:AZY6eDkoNAo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=K5vX1qbtwQQ:AZY6eDkoNAo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=K5vX1qbtwQQ:AZY6eDkoNAo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=K5vX1qbtwQQ:AZY6eDkoNAo:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=K5vX1qbtwQQ:AZY6eDkoNAo:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/K5vX1qbtwQQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/windows-8-microsoft-hav-tool-mark-russinovich-on-win7-insides-windows-vulnerability-compared-win7-european-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/windows-8-microsoft-hav-tool-mark-russinovich-on-win7-insides-windows-vulnerability-compared-win7-european-edition/</feedburner:origLink></item>
		<item>
		<title>Contest: MaxPowerSoft Active Directory Reports – Quick LDAP Reporting</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/721nAhr4m-M/</link>
		<comments>http://4sysops.com/archives/contest-maxpowersoft-active-directory-reports-quick-ldap-reporting/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 20:02:28 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[active directory]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3609</guid>
		<description><![CDATA[ A few days ago, MaxPowerSoft released a new version of their Active Directory Reporting tool, which has quite a few interesting new features. 4sysops readers have the chance to win a license worth 299 US dollars (more information can be found at the end of this article).
The most obvious new feature of Active Directory [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://4sysops.com/wp-content/uploads/2009/10/ADReportsDomain.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/10/ADReportsDomain.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="AD-Reports-Domain" src="http://4sysops.com/wp-content/uploads/2009/10/ADReportsDomain_thumb.png" border="0" alt="AD-Reports-Domain" width="386" height="259" align="right" /></a> A few days ago, <a href="http://www.maxpowersoft.com/">MaxPowerSoft</a> released a new version of their Active Directory Reporting tool, which has quite a few interesting new features. 4sysops readers have the chance to win a license worth 299 US dollars (more information can be found at the end of this article).</p>
<p>The most obvious new feature of <a href="http://www.maxpowersoft.com/products.php?i=1">Active Directory Reports 5.1.1.1</a> is the new Outlook-like user interface. I think, it is the tool&#8217;s biggest advantage over competing products. It does not only look cool, it is also very effective. Even if you already have an Active Directory management suite, you definitely should have a look at this specialized AD reporting tool; it could speed up your reporting tasks significantly. You only need few minutes to have an idea about how you can retrieve all kinds of information from your domains with AD Reports.</p>
<p><span id="more-3609"></span><a href="http://4sysops.com/wp-content/uploads/2009/10/ADReportsUsers.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2009/10/ADReportsUsers.png','',event,300,75)"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 4px; display: inline; border-top: 0px; border-right: 0px" title="AD-Reports-Users" src="http://4sysops.com/wp-content/uploads/2009/10/ADReportsUsers_thumb.png" border="0" alt="AD-Reports-Users" width="386" height="259" align="right" /></a> Generating a report with AD Reports means narrowing down the range of AD objects in several steps. Some steps are executed with a mouse click. First, you have to decide what type of objects you want to find. With a click on the navigation pane on the left-hand side, you can decide if you want to retrieve information about domains, users, groups, Organizational Units (OUs), or Group Policy Objects (GPOs). As in Outlook, this will open the corresponding category at the top of the navigation pane, where you can further limit your search. For instance, with another click in the user category, you can generate a list of users who have been inactive for 30 days. There are 40 other such subcategories in the user&#8217;s category.</p>
<p>The resulting list will be instantly displayed as a table, with the most important object attributes in the middle pane, after you click on the subcategory. You have several ways to organize the output. You can add a new column for each of the object&#8217;s attributes by clicking on the Show/Hide column in the taskbar. It is possible to sort the list and you can group objects by their attributes. This all works just like in Outlook. If you click on an object, AD Reports will display its attributes in the pane on the right-hand side. This pane has several tabs (general info, membership, security, LDAP attributes) which let you quickly find an attribute of a particular object.</p>
<p>If the list of objects is too large, or if you want to display a special type of object, you can use filters to further restrict the output. This will be the topic of <a href="http://4sysops.com/archives/contest-maxpowersoft-active-directory-reports-filters-and-print-preview/">my next post</a>.</p>
<p>If you want to take part in this contest, please send an email to:</p>
<p><strong><a href="mailto:contests-at-4sysops.com"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="contests-at-4sysops-com" src="http://4sysops.com/wp-content/uploads/2009/10/contestsat4sysopscom_thumb.png" border="0" alt="contests-at-4sysops-com" width="149" height="15" /></a> </strong></p>
<p>with the subject line:</p>
<p><strong>AD Reports</strong>.</p>
<p>Please add your name and the name of your organization for which you will want to use the license. The deadline for this contest is November 25, 2009.</p>
<strong>Related</strong>
<!-- Generated by Simple Tags 1.6.6 - http://wordpress.org/extend/plugins/simple-tags -->
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/contest-maxpowersoft-active-directory-reports-filters-and-print-preview/" title="Contest: MaxPowerSoft Active Directory Reports &#8211; Filters, and print preview (October 27, 2009)">Contest: MaxPowerSoft Active Directory Reports &#8211; Filters, and print preview</a> (0)</li>
	<li><a href="http://4sysops.com/archives/active-directory-management-with-powershell-v2/" title="Active Directory management with PowerShell v2 (October 15, 2009)">Active Directory management with PowerShell v2</a> (0)</li>
	<li><a href="http://4sysops.com/archives/how-to-migrate-active-directory-to-server-2008-r2-functional-level-part-3/" title="How to migrate the Active Directory domain functional level to Server 2008 R2 – Part 3 (October 14, 2009)">How to migrate the Active Directory domain functional level to Server 2008 R2 – Part 3</a> (0)</li>
	<li><a href="http://4sysops.com/archives/raffle-manageengine-admanager-plus-reporting-and-delegation/" title="Raffle: ManageEngine ADManager Plus &#8211; Reporting and Delegation (October 12, 2009)">Raffle: ManageEngine ADManager Plus &#8211; Reporting and Delegation</a> (1)</li>
	<li><a href="http://4sysops.com/archives/raffle-manageengine-admanager-plus-the-management-features/" title="Raffle: ManageEngine ADManager Plus &#8211; The management features (October 9, 2009)">Raffle: ManageEngine ADManager Plus &#8211; The management features</a> (0)</li>
</ul>

</ul><hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=721nAhr4m-M:4lLWTKYEbak:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=721nAhr4m-M:4lLWTKYEbak:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=721nAhr4m-M:4lLWTKYEbak:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=721nAhr4m-M:4lLWTKYEbak:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=721nAhr4m-M:4lLWTKYEbak:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=721nAhr4m-M:4lLWTKYEbak:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=721nAhr4m-M:4lLWTKYEbak:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=721nAhr4m-M:4lLWTKYEbak:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=721nAhr4m-M:4lLWTKYEbak:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/721nAhr4m-M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/contest-maxpowersoft-active-directory-reports-quick-ldap-reporting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/contest-maxpowersoft-active-directory-reports-quick-ldap-reporting/</feedburner:origLink></item>
		<item>
		<title>Torvalds likes Windows 7 – 60% of businesses will deploy it -7 deployment tools – USB installer – Windows 7 N – and more</title>
		<link>http://feeds.4sysops.com/~r/4sysops/~3/RYhhCWLS-3k/</link>
		<comments>http://4sysops.com/archives/torvalds-likes-windows-7-60-of-businesses-will-deploy-it-7-deployment-tools-usb-installer-windows-7-n-and-more/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 21:12:06 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=3601</guid>
		<description><![CDATA[
Linux creator Linus Torvalds gives Windows 7 a thumbs up 
Survey: 60% of businesses plan to deploy Windows 7 
7 Deployment Tools for Windows 7 
Microsoft launches Windows 7 USB installer for netbooks 
Windows 7 N (European edition with the ballot screen without media player) (see comments)  is now on Technet and MSDN
Microsoft deal discounts [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>Linux creator Linus Torvalds gives Windows 7 a thumbs up <a href="http://www.neowin.net/news/main/09/10/23/linux-creator-linus-torvalds-gives-windows-7-a-thumbs-up" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Survey: 60% of businesses plan to deploy Windows 7 <a href="http://blog.seattlepi.com/microsoft/archives/182956.asp?source=rss" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>7 Deployment Tools for Windows 7 <a href="http://blogs.technet.com/mapblog/archive/2009/10/22/7-deployment-tools-for-windows-7.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft launches Windows 7 USB installer for netbooks <a href="http://www.techradar.com/news/computing/pc/microsoft-launches-windows-7-usb-installer-for-netbooks-644352?src=rss&amp;attr=all" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Windows 7 N (European edition <span style="text-decoration: line-through;">with the ballot screen</span> without media player) (see comments)  is now on Technet and MSDN</li>
<li>Microsoft deal discounts Windows 7 upgrades by 58% <a href="http://www.computerworld.com/s/article/9139779/Microsoft_deal_discounts_Windows_7_upgrades_by_58_?source=rss_news" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft Baseline Security Analyzer 2.1.1 (for IT Professionals) <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=b1e76bbe-71df-41e8-8b52-c871d012ba78#tm" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Windows 7 Product Guide (140 pages) <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=b3c68ec2-e726-4830-ac89-31c71d6be5f3" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft Application Diagnostics (helps you validate the assumptions an application makes about the environment) <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=bb077c9a-9614-4fd0-8e72-240f63005562#tm" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Microsoft starts selling PCs online <a href="http://news.cnet.com/8301-13860_3-10381031-56.html" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
<li>Steve Ballmer: Windows 7 Launch, Video, Transcript Slide deck <a href="http://bink.nu/news/steve-ballmer-windows-7-launch-video-transcript-slide-deck.aspx" target="_blank"><img style="border: 0pt none; position: relative; left: 2px; top: 0px;" src="http://4sysops.com/global/link.png" alt="" /></a></li>
</ul>
<hr />
<small>Copyright &copy; 2006-2009, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><div class="feedflare">
<a href="http://feeds.4sysops.com/~ff/4sysops?a=RYhhCWLS-3k:UvMMRioOn-Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/4sysops?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=RYhhCWLS-3k:UvMMRioOn-Q:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/4sysops?i=RYhhCWLS-3k:UvMMRioOn-Q:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=RYhhCWLS-3k:UvMMRioOn-Q:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/4sysops?i=RYhhCWLS-3k:UvMMRioOn-Q:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=RYhhCWLS-3k:UvMMRioOn-Q:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/4sysops?i=RYhhCWLS-3k:UvMMRioOn-Q:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.4sysops.com/~ff/4sysops?a=RYhhCWLS-3k:UvMMRioOn-Q:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/4sysops?i=RYhhCWLS-3k:UvMMRioOn-Q:F7zBnMyn0Lo" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/4sysops/~4/RYhhCWLS-3k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/torvalds-likes-windows-7-60-of-businesses-will-deploy-it-7-deployment-tools-usb-installer-windows-7-n-and-more/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://4sysops.com/archives/torvalds-likes-windows-7-60-of-businesses-will-deploy-it-7-deployment-tools-usb-installer-windows-7-n-and-more/</feedburner:origLink></item>
	</channel>
</rss>
