<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>4sysops &#187; Free Tools</title>
	<atom:link href="http://4sysops.com/archives/category/free-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://4sysops.com</link>
	<description>For Windows Administrators</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:23:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<image>
    <title>4sysops</title>
    <url>http://4sysops.com/4sysops-rss.png</url>
    <link>http://4sysops.com</link>
    <width>143</width>
    <height>49</height>
    <description>4sysops.com</description>
    </image>		<item>
		<title>FREE: PhoneFactor &#8211; Mobile phone based two-factor authentication</title>
		<link>http://4sysops.com/archives/free-phonefactor-mobile-phone-based-two-factor-authentication/</link>
		<comments>http://4sysops.com/archives/free-phonefactor-mobile-phone-based-two-factor-authentication/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 20:22:39 +0000</pubDate>
		<dc:creator>Justin Shin</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7825</guid>
		<description><![CDATA[PhoneFactor offers an easy to implement and inexpensive solution for IT groups that want to implement two-factor mobile phone based authentication without the overhead of physical tokens and licensing.]]></description>
			<content:encoded><![CDATA[<p><strong><i>PhoneFactor offers an easy to implement and inexpensive solution for IT groups that want to implement two-factor mobile phone based authentication without the overhead of physical tokens and licensing.</i></strong></p>
<p><a href="http://www.phonefactor.com/">PhoneFactor</a> is free for up to 25 users and reasonably priced after that. The beauty of PhoneFactor is that it utilizes something users already have &#8211; a mobile phone &#8211; as a token rather than a proprietary device.</p>
<p>PhoneFactor Agent, the software behind the service, acts as a RADIUS server for authentication to network resources such as a VPN. When a user attempts authentication, he will still first be prompted for a user name and password. After he enters those details, the service will place a call to his phone and require the user to answer the call and press the “#” button. Once this is completed, the user is successfully authenticated.</p>
<p>In this tutorial we will install the Agent on Windows Server 2008 R2, integrate with Active Directory, link a few user accounts, and set up a RADIUS server.</p>
<h2>Getting started</h2>
<p>You can download the PhoneFactor Agent after registering here. You will need a mobile phone to register since PhoneFactor utilizes their own system on their customer portal. Run the installer and launch the PhoneFactor Agent. You will be greeted by the Authentication Configuration Wizard, where you can:</p>
<ul>   
<li><strong>Enable replication between agents:</strong> Allows you to replicate data between multiple installations. Since we are only installing it on one server, do not check. </li>
<li><strong>Select Applications:</strong> You can apply PhoneFactor to a variety of applications, including Citrix, Outlook Web Access, and Remote Desktop. For our purposes, we will only choose VPN. </li>
<li><strong>VPN with Radius:</strong> Specify your VPN server IP address as well as a strong shared secret between the VPN server and PhoneFactor. Leave the default port options as-is. </li>
<li><strong>VPN Target: </strong>Since we want to authenticate against a Windows domain, we will choose Windows domain. However you can also use another RADIUS server (some firewalls have built-in RADIUS servers, so you can redirect back to the firewall). </li>
</ul>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenciation-Phonefactor-Agent-Configuration.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenciation-Phonefactor-Agent-Configuration.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Mobile phone two-factor authenciation - Phonefactor Agent Configuration" alt="Mobile phone two-factor authenciation - Phonefactor Agent Configuration" src="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenciation-Phonefactor-Agent-Configuration_thumb.png" width="400" height="372" /></a></p>
<p align="center"><em>Phonefactor Agent Configuration</em></p>
<p>Click Finish and let PhoneFactor do its magic. Once the setup is complete, you can begin using the Agent.</p>
<h2>Locking down PhoneFactor</h2>
<p>By default, PhoneFactor will allow any user who successfully authenticates against AD to sign in &#8211; if no user is defined (and no phone number is linked), it will just authenticate the user. In most cases, you would not want this to happen. Navigate to <strong>Company Setup</strong> and choose “Fail Authentication” when user is disabled.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-Fail-authentication.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-Fail-authentication.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Mobile phone two-factor authenication - Fail authentication" alt="Mobile phone two-factor authenication - Fail authentication" src="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-Fail-authentication_thumb.png" width="600" height="219" /></a></p>
<p align="center"><em>Fail authentication</em></p>
<p>We will also want to specify a default search domain for AD users. Choose the “Username Resolution” tab and specify a default search domain for the option “Use Windows security identifiers (SIDs) for matching usernames.”</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-security-identifiers-SID.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-security-identifiers-SID.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Mobile phone two-factor authentication - security identifiers (SID)" alt="Mobile phone two-factor authentication - security identifiers (SID)" src="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-security-identifiers-SID_thumb.png" width="381" height="152" /></a></p>
<p align="center"><em>Security identifiers (SIDs)</em></p>
<p>Finally, if your Active Directory user account setup is non-standard, you should navigate to <strong>Directory Integration</strong> and confirm in the “Filters” and “Attributes” tabs that the data fields you wish to use are the ones that PhoneFactor will use. Most administrators will not need to do this.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-Directory-Integration.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-Directory-Integration.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Mobile phone two-factor authenication - Directory Integration" alt="Mobile phone two-factor authenication - Directory Integration" src="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-Directory-Integration_thumb.png" width="400" height="363" /></a></p>
<p align="center"><em>Directory Integration</em></p>
<h2>Adding users</h2>
<p>Now we can begin adding users to our PhoneFactor implementation. Because of our previous setup, only users who have been added to PhoneFactor <em>with a phone number defined</em> will be able to authenticate successfully against AD. After all, not all users will require remote access. Navigate to the <strong>Users</strong> section and click “Import from Active Directory.”</p>
<p>This powerful interface allows you to select users by OU or filter terms. You can import all users at once &#8211; which is not advisable &#8211; or specify which ones to import in a granular fashion. The users you have selected will appear in the window on the right. You will notice that by default, “Only New Users with Phone Numbers” are enabled. This is the behavior you want, since users without a phone number will authenticate using only their AD credentials. Once you are ready, click “Import.”</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-Import-users.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-Import-users.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Mobile phone two-factor authentication - Import users" alt="Mobile phone two-factor authentication - Import users" src="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-Import-users_thumb.png" width="600" height="457" /></a></p>
<p align="center"><em>Import users</em></p>
<p>In many cases, you will not have defined phone numbers yet for your users in Active Directory. This is OK; you will just need to do so now for each authorized user. Double-click the user, then define a phone number and enable the user.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-Phone-number-Enable-user.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-Phone-number-Enable-user.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Mobile phone two-factor authentication - Phone number - Enable user" alt="Mobile phone two-factor authentication - Phone number - Enable user" src="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authentication-Phone-number-Enable-user_thumb.png" width="300" height="211" /></a></p>
<p align="center"><em>Phone number &#8211; Enable user</em></p>
<p>Finally, you will see your newly-enabled user in the users listing. Once you have defined all of your users, you will need to configure your VPN server to authenticate using RADIUS.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-User-listing.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-User-listing.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none" title="Mobile phone two-factor authenication - User listing" alt="Mobile phone two-factor authenication - User listing" src="http://4sysops.com/wp-content/uploads/2012/01/Mobile-phone-two-factor-authenication-User-listing_thumb.png" width="600" height="28" /></a></p>
<p align="center"><em>User listing</em></p>
<h2>VPN Server Configuration with PhoneFactor RADIUS</h2>
<p>Since there are so many VPN servers out there, we will focus on a few general tips for setting this up. You will typically need to provide:</p>
<ul>   
<li><strong>PhoneFactor Agent IP</strong> </li>
<li><strong>PhoneFactor Agent Ports:</strong> Typically, 1645,1812 for authentication and 1646,1813 for accounting. Make sure the firewall on your Agent server does not block this traffic </li>
<li><strong>Shared Secret:</strong> This is the secret you had defined in the wizard and it should be strong since it will serve as a barrier between your VPN server and the RADIUS server. </li>
<li><strong>Timeout:</strong> Make sure you set a fairly high timeout value; by default, most VPN servers do not give you a lot of time to authenticate because the RADIUS server is local to the network and does not take long to perform the lookup. However, since PhoneFactor takes about 3-5 seconds to place the call, and the user can take anywhere from 2-20 seconds to actually respond, I would recommend a timeout of at least 30 seconds. </li>
</ul>
<p>That’s it! Though PhoneFactor offers more powerful features (especially in paid versions), you are already set up and ready to authenticate. For small businesses with fewer than 25 users, PhoneFactor is a free and easy to implement two-factor authentication solution. Give it a try today!</p>
<h2><a href="http://www.phonefactor.com/">PhoneFactor</a></h2>
Author: Justin Shin
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/how-to-disable-usb-drive-use-in-an-active-directory-domain/" title="How to disable USB drive use in an Active Directory domain (January 2, 2012)">How to disable USB drive use in an Active Directory domain</a> (0)</li>
	<li><a href="http://4sysops.com/archives/service-account-best-practices-part-2-least-privilege-implementation/" title="Service Account best practices &#8211; Part 2: Least Privilege implementation (December 30, 2011)">Service Account best practices &#8211; Part 2: Least Privilege implementation</a> (0)</li>
	<li><a href="http://4sysops.com/archives/four-fast-ways-to-improve-security-in-sql-server-2008-r2/" title="Four fast ways to improve security in SQL Server 2008 R2 (November 22, 2011)">Four fast ways to improve security in SQL Server 2008 R2</a> (12)</li>
	<li><a href="http://4sysops.com/archives/managed-service-accounts-in-windows-server-2008-r2/" title="Managed Service Accounts in Windows Server 2008 R2 (November 18, 2011)">Managed Service Accounts in Windows Server 2008 R2</a> (7)</li>
	<li><a href="http://4sysops.com/archives/raffle-setacl-studio-set-windows-permissions/" title="Raffle: SetACL Studio &#8211; Set Windows permissions (October 19, 2011)">Raffle: SetACL Studio &#8211; Set Windows permissions</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-phonefactor-mobile-phone-based-two-factor-authentication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FREE: Zenmap: Windows GUI for nmap</title>
		<link>http://4sysops.com/archives/zenmap-windows-gui-for-nmap/</link>
		<comments>http://4sysops.com/archives/zenmap-windows-gui-for-nmap/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 17:29:08 +0000</pubDate>
		<dc:creator>Justin Shin</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7726</guid>
		<description><![CDATA[Zenmap is an Open Source GUI for the free Windows network scanner  nmap.]]></description>
			<content:encoded><![CDATA[<p><strong><i>Zenmap is an Open Source GUI for the free Windows network scanner  nmap.</i></strong></p>
<p><a href="http://nmap.org/">Nmap </a>is a tool that needs no introduction. Quite arguably it should be in the hands, or at least the back pocket, of most systems administrators. Nmap can perform network host and service discovery, security scans, OS fingerprinting, and a whole lot more. <a href="http://nmap.org/zenmap/">Zenmap</a>, a highly functional GUI for nmap, helps ease the learning curve by providing a user-friendly interface for both building scans and viewing scan results or reports. Plus, Zenmap is a multi-platform application that runs on Windows as well as Linux and Mac.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/The-Windows-Zenmap-GUI.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/The-Windows-Zenmap-GUI.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="The Windows Zenmap GUI" src="http://4sysops.com/wp-content/uploads/2012/01/The-Windows-Zenmap-GUI_thumb.png" alt="The Windows Zenmap GUI" width="404" height="459" border="0" /></a></p>
<p align="center"><em>The Windows Zenmap GUI</em></p>
<h2>How it works</h2>
<p>You can think of Zenmap as a “syntax builder” for nmap. Rather than sitting on top of nmap, it simply sends commands to the platform-specific nmap executable and pipes the output back. This is very useful for nmap beginners who would like to harness the power of nmap while learning some of the <a href="http://nmap.org/book/man.html">deep syntax options</a> it provides.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Zenmap-makes-it-easy-to-build-out-command-line-options-like-this.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Zenmap-makes-it-easy-to-build-out-command-line-options-like-this.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Zenmap makes it easy to build out command line options like this" src="http://4sysops.com/wp-content/uploads/2012/01/Zenmap-makes-it-easy-to-build-out-command-line-options-like-this_thumb.png" alt="Zenmap makes it easy to build out command line options like this" width="591" height="32" /></a></p>
<p><em>Zenmap makes it easy to build out command line options like this</em></p>
<p>The basic operation in nmap is network scanning and Zenmap allows you to perform and save scans as well as the results from those scans. Zenmap uses Profiles, which are basically nmap parameter presets, to specify how scans are performed. It ships with some handy preset profiles, such as <em>Intense scan</em>, which scans hosts with “all advanced/aggressive options,” <em>Quick scan</em>, which scans hosts without those advanced options, and <em>Slow comprehensive scan</em>, which is exactly as it sounds. Budding administrators can choose profiles that match their needs. For example, if your goal is host discovery, <em>Quick scan</em> might do the job. If your goal is to map out every single TCP port, you’ll need to do an <em>Intense scan, all TCP ports</em> at a minimum.</p>
<h2>Defining a target</h2>
<p>Every scan must be associated to a specific target, which can be a single host, an interval range of hosts, or a full subnet. Nmap uses the <a href="http://nmap.org/book/man-target-specification.html">following syntax</a> for target definitions:</p>
<ul>
<li><strong>Single host:</strong> Just a hostname or IP address will do, like localhost or 127.0.0.1<strong></strong></li>
<li><strong>Interval:</strong> Intervals are denoted by a dash in the IP address; for example, if you want to scan 192.168.1.0/24 through 192.168.10.0/24, you would use 192.168.1-10.0-255<strong></strong></li>
<li><strong>CIDR Notation:</strong> Nmap accepts CIDR target specification, like 192.168.5.0/24<strong></strong></li>
<li><strong>Lists:</strong> Separate different targets with a comma; for instance, 10.1.1.0/24, 192.168.1.0/24<strong></strong></li>
</ul>
<h2>Reporting window</h2>
<p>Zenmap provides different tabs for reporting on scan results. These tabs either directly report the output of nmap or expand on the output with diagrams and user-friendly reports. The tabs include:</p>
<ul>
<li><strong>Nmap output:</strong> The piped output of the nmap command sent by Zenmap<strong></strong></li>
<li><strong>Ports/Hosts:</strong> If a host is selected on the left, this will display open and unknown ports. If a service is selected on the left, this will display all hosts for that service<strong></strong></li>
<li><strong>Topology: </strong>A neat diagram of the network topology as understood by Nmap<strong></strong></li>
<li><strong>Host Details:</strong> Displays a condensed report of pertinent host information from the scan</li>
</ul>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/A-sample-Nmap-output-window-from-an-Intense-scan.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/A-sample-Nmap-output-window-from-an-Intense-scan.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="A sample Nmap output window from an Intense scan" src="http://4sysops.com/wp-content/uploads/2012/01/A-sample-Nmap-output-window-from-an-Intense-scan_thumb.png" alt="A sample Nmap output window from an Intense scan" width="404" height="459" border="0" /></a></p>
<p align="center"><em>A sample Nmap output window from an Intense scan</em></p>
<h1>Useful tools</h1>
<p>Zenmap also ships with some useful tools that can help you track changes between scans and drill down to useful information within long scan results. The <em>Compare Results</em> tool provides an interface for differentiating between two scans, which can be used to monitor daily changes in network topology or available hosts. The <em>Search Scan Results</em> tool is great for finding specific text in results, and the <em>Filter Hosts</em> tool does exactly what you would imagine &#8211; it filters hosts, which comes in handy when scanning large subnets or lists of networks.</p>
<h2>Saving scans</h2>
<p>By going to File &gt; Save Scan, you can save a scan result report in XML or plain text format for later consumption. This comes in handy when you perform a large scan and do not want to repeat the scan again later while reviewing results. The XML format is also very friendly for consumption by third party report generation packages as well as web service reporting.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/A-sample-XML-report-generated-by-Zenmap.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/A-sample-XML-report-generated-by-Zenmap.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="A sample XML report generated by Zenmap" src="http://4sysops.com/wp-content/uploads/2012/01/A-sample-XML-report-generated-by-Zenmap_thumb.png" alt="A sample XML report generated by Zenmap" width="604" height="400" border="0" /></a></p>
<p align="center"><em>A sample XML report generated by Zenmap</em></p>
<h2>Custom profiles</h2>
<p>Perhaps the best feature of Zenmap is its Profile Editor, which empowers users who are unfamiliar with nmap syntax to build powerful and custom scanning profiles. These profiles can be saved for later use and even exported to other interested admins. The Profile Editor window contains the following tabs:</p>
<ul>
<li><strong>Profile:</strong> The name and description of your profile<strong></strong></li>
<li><strong>Scan:</strong> The most important tab, where you can specify targets, scan type (TCP, UDP, IP), timing template, and much more<strong></strong></li>
<li><strong>Ping:</strong> Specifies ping behavior. You can suppress pings or build a specific ICMP packet<strong></strong></li>
<li><strong>Scripting: </strong>Include nmap scripts in your scan. Zenmap comes with many useful scripts<strong></strong></li>
<li><strong>Target:</strong> Allows for greater target specification flexibility, including excluded hosts, target list files, and fast scan support<strong></strong></li>
<li><strong>Source:</strong> Specify how you would like the scanner to behave with respect to scanning identity, IP address, port, and interface<strong></strong></li>
<li><strong>Other:</strong> Includes options for verbosity level, TTL, and other scanner behaviors<strong></strong></li>
<li><strong>Timing: </strong>Defines timing profile with respect to maximum scan time, scan delay, and timeouts, among other things<strong></strong></li>
</ul>
<p><a href="http://4sysops.com/wp-content/uploads/2012/01/Use-the-Profile-Editor-to-develop-custom-profiles-that-meet-your-enterprise-needs.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2012/01/Use-the-Profile-Editor-to-develop-custom-profiles-that-meet-your-enterprise-needs.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Use the Profile Editor to develop custom profiles that meet your enterprise needs" src="http://4sysops.com/wp-content/uploads/2012/01/Use-the-Profile-Editor-to-develop-custom-profiles-that-meet-your-enterprise-needs_thumb.png" alt="Use the Profile Editor to develop custom profiles that meet your enterprise needs" width="604" height="400" border="0" /></a></p>
<p align="center"><em>Use the Profile Editor to develop custom profiles that meet your enterprise needs</em></p>
<p>Saving profiles saves time because it allows the administrator to quickly perform familiar and repetitive scans without specifying the target and options. Using saved profiles also ensures that when comparing two scan results you are working from the same scan options.</p>
<h2>Wrapping up</h2>
<p>Zenmap is an excellent Windows GUI for nmap and takes the edge off of the learning curve. Administrators who are versed in basic networking will have little trouble jumping into the simple, yet powerful interface that Zenmap offers. Since ZenMap is Open Source, it represents a great cost savings for the budget-strapped admin with excellent community support and regular updates. If you haven’t checked out Zenmap yet, give it a try! Achieving IT security is a moving target, and Zenmap makes it easier to reach your goal.</p>
<h2><a href="http://nmap.org/zenmap/">Zenmap</a></h2>
Author: Justin Shin
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-solarwinds-real-time-bandwidth-monitor/" title="FREE: SolarWinds Real-Time Bandwidth Monitor (December 1, 2011)">FREE: SolarWinds Real-Time Bandwidth Monitor</a> (0)</li>
	<li><a href="http://4sysops.com/archives/set-up-a-802-1x-in-a-active-directory-domain-part-2/" title="Set up a 802.1x in a Active Directory domain &#8211; Part 2 (August 29, 2011)">Set up a 802.1x in a Active Directory domain &#8211; Part 2</a> (5)</li>
	<li><a href="http://4sysops.com/archives/set-up-an-802-1x-wi-fi-network-in-a-windows-active-directory-domain-part-1/" title="Set up an 802.1x Wi-Fi network in a Windows Active Directory domain &#8211; Part 1 (August 22, 2011)">Set up an 802.1x Wi-Fi network in a Windows Active Directory domain &#8211; Part 1</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-whatsup-gold-tftp-server/" title="FREE: WhatsUp Gold TFTP Server (August 19, 2011)">FREE: WhatsUp Gold TFTP Server</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-emco-mac-address-scanner/" title="FREE: EMCO MAC Address Scanner (June 27, 2011)">FREE: EMCO MAC Address Scanner</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/zenmap-windows-gui-for-nmap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: EMCO Network Software Scanner &#8211; Audit installed programs</title>
		<link>http://4sysops.com/archives/free-emco-network-software-scanner-audit-installed-programs/</link>
		<comments>http://4sysops.com/archives/free-emco-network-software-scanner-audit-installed-programs/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 19:18:14 +0000</pubDate>
		<dc:creator>External author</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[inventory]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7634</guid>
		<description><![CDATA[This article introduces a brand-new freeware utility from EMCO that can help you to collect information about installed programs and patches from network PCs and track installation changes remotely.]]></description>
			<content:encoded><![CDATA[<p><strong><i>This article introduces a brand-new freeware utility from EMCO that can help you to collect information about installed programs and patches from network PCs and track installation changes remotely.</i></strong></p>
<p><em>Submitted by Igor Vinnykov</em></p>
<p>According to the Windows 7 Programs and Components info, I have 85 applications and 118 updates installed on my PC. No doubt, it&#8217;s hard to keep in mind all these installed programs even for a single PC, and I have to open the Programs and Components view every time I need to check the software installed on the PCs in my network. If you use the same approach when you need to audit installed software, let me show how you can optimize your software inventory procedures using the free <a href="http://emcosoftware.com/network-software-scanner">Network Software Scanner</a> utility from <a href="http://emcosoftware.com">EMCO Software</a>.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/Installed-Programs-The-Welcome-screen-of-EMCO-Network-Software-Scanner.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/Installed-Programs-The-Welcome-screen-of-EMCO-Network-Software-Scanner.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Installed Programs -The Welcome screen of EMCO Network Software Scanner" src="http://4sysops.com/wp-content/uploads/2011/12/Installed-Programs-The-Welcome-screen-of-EMCO-Network-Software-Scanner_thumb.png" alt="Installed Programs -The Welcome screen of EMCO Network Software Scanner" width="600" height="455" /></a></p>
<p align="center"><em>The Welcome screen of EMCO Network Software Scanner</em></p>
<h2><strong>EMCO Network Software Scanner Overview</strong></h2>
<p>As it should be evident from its name, EMCO Network Software Scanner is a network application that allows scanning network PCs to collect information about installed software. The collected information is stored in a centralized database and can be referred to anytime. Thus, you can use the application to check the list of installed software on a particular PC, detect changes in the list of installed application, export the software inventory information to a file and perform other actions. Let&#8217;s see how these features work.</p>
<h2><strong>The Application Requirements</strong></h2>
<p>In order to use the application, you should have an administrative access to the network PCs, because otherwise Windows security won&#8217;t allow you to connect to remote computers and extract software inventory information. It is worth mentioning that the application extracts inventory info directly from Windows Registry and doesn&#8217;t use WMI, so it should work in most network environments with no specific configuration of client computers required. If the application can&#8217;t connect to a remote PC or can&#8217;t extract information from it, a detailed error report is shown on the Application Log tab with useful hints how to resolve the problem, so it worth checking the log in case of problems.</p>
<h2><strong>Installed Software Scanning</strong></h2>
<p>To start a network scanning, you can click the Enumeration Wizard button on the Welcome screen. You will be prompted to select the enumeration scope by choosing from the available domains and workgroups or specifying the IP range of PCs manually. Once a scanning is started, you can start reviewing the scan results for already scanned PCs immediately, without waiting for the entire scan to complete. To see the scan results, switch to the Machine Scans tab and select the required PC in the Network Browser.</p>
<p><em><a href="http://4sysops.com/wp-content/uploads/2011/12/Installed-Programs-The-list-of-installed-applications-on-a-selected-PC-.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/Installed-Programs-The-list-of-installed-applications-on-a-selected-PC-.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Installed Programs - The list of installed applications on a selected PC " src="http://4sysops.com/wp-content/uploads/2011/12/Installed-Programs-The-list-of-installed-applications-on-a-selected-PC-_thumb.png" alt="Installed Programs - The list of installed applications on a selected PC " width="600" height="455" /></a></em></p>
<p align="center"><em>The list of installed applications on a selected PC </em></p>
<h2>Installed Software Audit</h2>
<p>For every PC, the application can display a list of installed applications and updates. Applications and updates are displayed in different views, and you can switch between them using the toolbar buttons. The default inventory view displays only general inventory information such as Application Name, Publisher and Version in the same way this info is displayed in the Programs and Components view in Windows. However, you can see more information if you choose to display additional columns in the grid. All the collected inventory information is also available when you export the data to a CSV file. Besides, you can use this information to create custom software inventory reports, if you like.</p>
<p>Using the described approach, you can collect software inventory information from network PCs, but what about auditing changes? That’s quite easy. You may notice that every time you perform a scan the application creates a new scan entry with a list of detected installations and updates, so you can compare two scans to see the applications and updates that were installed or uninstalled in the meantime. Any detected changes are displayed in a special view on the screen and can be exported to a file.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/Installed-Porgrams-The-detected-installation-changes.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/Installed-Porgrams-The-detected-installation-changes.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Installed Porgrams - The detected installation changes" src="http://4sysops.com/wp-content/uploads/2011/12/Installed-Porgrams-The-detected-installation-changes_thumb.png" alt="Installed Porgrams - The detected installation changes" width="600" height="455" /></a></p>
<p align="center"><em>The detected installation changes</em></p>
<h2>Conclusion</h2>
<p>You can use EMCO Network Software Scanner as a basic software audit tool that can help you to quickly collect software inventory information from all PCs in the entire network, audit installation changes and export the collected data to files.</p>
<h2><a href="http://emcosoftware.com/network-software-scanner">EMCO Network Software Scanner</a></h2>
Author: External author
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/raffle-manageengine-desktop-central-part-2-features/" title="Raffle: ManageEngine Desktop Central &#8211; Part 2: Features (December 7, 2011)">Raffle: ManageEngine Desktop Central &#8211; Part 2: Features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/raffle-total-network-inventory-2-part-3-reporting-and-software-accounting/" title="Raffle: Total Network Inventory 2 &#8211; Part 3: Reporting and software accounting (October 4, 2011)">Raffle: Total Network Inventory 2 &#8211; Part 3: Reporting and software accounting</a> (0)</li>
	<li><a href="http://4sysops.com/archives/raffle-total-network-inventory-2-part-2-software-and-hardware-inventory/" title="Raffle: Total Network Inventory 2 &#8211; Part 2: Software and hardware inventory (September 26, 2011)">Raffle: Total Network Inventory 2 &#8211; Part 2: Software and hardware inventory</a> (0)</li>
	<li><a href="http://4sysops.com/archives/raffle-total-network-inventory-2-part-1-reliable-and-fast-inventory-software/" title="Raffle: Total Network Inventory 2 &#8211; Part 1: Reliable and fast inventory software (September 21, 2011)">Raffle: Total Network Inventory 2 &#8211; Part 1: Reliable and fast inventory software</a> (2)</li>
	<li><a href="http://4sysops.com/archives/raffle-xia-configuration-server-network-documentation-and-audit-software/" title="Raffle: XIA Configuration Server &#8211; Network documentation and audit software (July 11, 2011)">Raffle: XIA Configuration Server &#8211; Network documentation and audit software</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-emco-network-software-scanner-audit-installed-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: SolarWinds VM-to-Cloud Calculator &#8211; Compare VM hosting costs</title>
		<link>http://4sysops.com/archives/free-solarwinds-vm-to-cloud-calculator-compare-vm-hosting-costs/</link>
		<comments>http://4sysops.com/archives/free-solarwinds-vm-to-cloud-calculator-compare-vm-hosting-costs/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 19:04:34 +0000</pubDate>
		<dc:creator>Timothy Warner</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[cloud computing]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7576</guid>
		<description><![CDATA[In this article you will be introduced to the free VM-to-Cloud Calculator utility from SolarWinds. With this tool you can gather an inventory of your virtual machine infrastructure and perform cost-comparisons for three major cloud VM hosting solutions.]]></description>
			<content:encoded><![CDATA[<p><strong><i>In this article you will be introduced to the free VM-to-Cloud Calculator utility from SolarWinds. With this tool you can gather an inventory of your virtual machine infrastructure and perform cost-comparisons for three major cloud VM hosting solutions.</i></strong></p>
<p>Does your organization employ a virtual machine (VM) infrastructure for server and/or desktop systems? Are you considering migrating some or all of these VMs to a <a href="http://en.wikipedia.org/wiki/Cloud_computing">cloud</a>-based hosting infrastructure?</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/Cloud-Calculator-VM-cloud-pricing-details-.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/Cloud-Calculator-VM-cloud-pricing-details-.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Cloud Calculator - VM cloud pricing details " src="http://4sysops.com/wp-content/uploads/2011/12/Cloud-Calculator-VM-cloud-pricing-details-_thumb.png" alt="Cloud Calculator - VM cloud pricing details " width="600" height="400" /></a></p>
<p align="center"><em>VM cloud pricing details</em></p>
<p>The research that is involved in this process is pretty staggering, to be sure. <a href="http://www.solarwinds.com/?CMP=SYN-TAD-4SYSOPS-VM2C_REVIEW-X-SWHP-SOLARWINDS">SolarWinds</a>, has addressed this situation in an elegant and cost-effective (free!) manner: <a href="http://www.solarwinds.com/products/freetools/vm-to-cloud-calculator.aspx?CMP=SYN-TAD-4SYSOPS-VM2C_REVIEW-VM2C-PPI-VM2C">SolarWinds VM-to-Cloud Calculator</a>.</p>
<p>This free Windows utility enables us to automatically inventory our VMware-based virtualization infrastructure and perform cost comparisons among three leading cloud hosting providers:</p>
<ul>
<li><a href="http://aws.amazon.com/ec2/">Amazon Elastic Compute Cloud (EC2)</a></li>
<li><a href="http://www.rackspace.com/">Rackspace</a></li>
<li><a href="http://www.microsoft.com/windowsazure/">Microsoft Windows Azure</a></li>
</ul>
<p>Let&#8217;s have a closer look at what this tool can do for you.</p>
<h2>Creating a VM inventory</h2>
<p>You can <a href="http://www.solarwinds.com/register/registrationshort.aspx?program=1521&amp;c=70150000000PFGf&amp;CMP=SYN-TAD-4SYSOPS-VM2C_REVIEW-VM2C-DL-VM2C">download the VM-to-Cloud Calculator tool</a> simply by registering a new SolarWinds account.</p>
<p>After you&#8217;ve downloaded and installed the VM-to-Cloud Calculator (the .MSI installation package weighs in at less than 5 MB), start the app and enter your host credentials. These credentials consist of the following:</p>
<ul>
<li>IP address or hostname of your VM server</li>
<li>Username</li>
<li>Password</li>
</ul>
<p>This screen is shown in the following screenshot.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/Cloud-Calculator-Entering-your-VMware-credentials-.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/Cloud-Calculator-Entering-your-VMware-credentials-.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Cloud Calculator -Entering your VMware credentials " src="http://4sysops.com/wp-content/uploads/2011/12/Cloud-Calculator-Entering-your-VMware-credentials-_thumb.png" alt="Cloud Calculator -Entering your VMware credentials " width="600" height="403" /></a></p>
<p align="center"><em>Entering your VMware credentials</em></p>
<p>It is very important to note that the previously mentioned &#8220;VM server&#8221; must be an instance of one of the following virtualization server technologies:</p>
<ul>
<li><a href="http://www.vmware.com/products/vcenter-server/overview.html">VMware vCenter Server</a></li>
<li><a href="http://www.vmware.com/products/vsphere/esxi-and-esx/index.html">VMware ESX/ESXi</a></li>
</ul>
<p>Therefore, at least as of this writing in November 2011, the VM-to-Cloud Calculator is not compatible with virtualization servers such as <a href="http://www.microsoft.com/en-us/server-cloud/hyper-v-server/default.aspx">Microsoft Hyper-V Server</a> or <a href="http://www.citrix.com/English/ps2/products/product.asp?contentID=683148">Citrix XenServer</a>.</p>
<p>Once you verify connectivity to your target VMware server, go ahead and let the application run the inventory for you. Sample results from a VM inventory scan are shown in the following image:</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/Cloud-Calculator-VM-inventory-report-with-cost-information.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/Cloud-Calculator-VM-inventory-report-with-cost-information.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Cloud Calculator - VM inventory report with cost information" src="http://4sysops.com/wp-content/uploads/2011/12/Cloud-Calculator-VM-inventory-report-with-cost-information_thumb.png" alt="Cloud Calculator - VM inventory report with cost information" width="600" height="402" /></a></p>
<p align="center"><em>VM inventory report with cost information</em></p>
<p><strong>NOTE</strong>: In order to show you appreciable real-world data with this tool, some of the screenshots in this piece are borrowed from SolarWinds product documentation.</p>
<p>The VM inventorying piece alone justifies the VM-to-Cloud Calculator&#8217;s utility, in my opinion. The report, which is exportable to various file formats including Excel, Adobe PDF, and CSV, can definitely save you quite a bit of time in undertaking manual analysis.</p>
<p>Performing Price Comparisons</p>
<p>The centerpiece of the SolarWinds VM-to-Cloud Calculator is its automatically generated cloud hosting price comparison matrix. A sample report is shown in the following image:</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/Cloud-Calculator-VM-cloud-pricing-details-.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/Cloud-Calculator-VM-cloud-pricing-details-.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Cloud Calculator - VM cloud pricing details " src="http://4sysops.com/wp-content/uploads/2011/12/Cloud-Calculator-VM-cloud-pricing-details-_thumb.png" alt="Cloud Calculator - VM cloud pricing details " width="600" height="400" /></a></p>
<p align="center"><em>VM cloud pricing details</em></p>
<p>As you can see, the <strong>VM Cloud Pricing Details</strong> report gives you at-a-glance price comparisons among the Amazon EC2, Windows Azure, and Rackspace hosts on a VM-by-VM basis. And yes, you can export this report data as well.</p>
<p>You might be wondering how current the calculator&#8217;s pricing data is, and how it applies to a person depending upon where he or she lives in the world.</p>
<p>We can click the <strong>Settings</strong> tab to configure calculation/pricing metadata, such as:</p>
<ul>
<li>Your preferred currency units</li>
<li>Disk size threshold to differentiate &#8220;true&#8221; VMs from storage instances</li>
<li>The data refresh (&#8220;calculation&#8221;) period</li>
<li>Data polling during application runtime</li>
</ul>
<p>The <strong>Settings</strong> dialog is shown in the following screen image.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/Cloud-Calculator-VM-to-Cloud-Calculator-Settings-page.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/Cloud-Calculator-VM-to-Cloud-Calculator-Settings-page.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Cloud Calculator - VM-to-Cloud Calculator Settings page" src="http://4sysops.com/wp-content/uploads/2011/12/Cloud-Calculator-VM-to-Cloud-Calculator-Settings-page_thumb.png" alt="Cloud Calculator - VM-to-Cloud Calculator Settings page" width="600" height="403" /></a></p>
<p align="center"><em>VM-to-Cloud Calculator Settings page</em></p>
<h2>Conclusion</h2>
<p>The SolarWinds VM-to-Cloud Calculator is a valuable tool for Windows systems administrators who currently leverage locally hosted VMware virtual machines and want to increase their availability by migrating them to a cloud service provider. I will leave you with a tip: SolarWinds offers an enterprise virtualization solution called <a href="http://www.solarwinds.com/products/virtualization-manager/vmware-performance.aspx?CMP=SYN-TAD-4SYSOPS-VM2C_REVIEW-VM-PPI-VM">SolarWinds Virtualization Manager</a>; this software won the <strong>Best of VMworld 2011 Gold Award</strong> in Virtualization Management (a high honor, indeed). You can <a href="http://www.solarwinds.com/register/registrationb.aspx?program=1461&amp;c=70150000000P84F&amp;CMP=SYN-TAD-4SYSOPS-VM2C_REVIEW-VM-DL-TRIAL_VERSION">download a trial version</a> if you’d like.</p>
Author: Timothy Warner
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/decaf-amazon-ec2-client-for-android/" title="Decaf &#8211; Amazon EC2 client for Android (August 31, 2011)">Decaf &#8211; Amazon EC2 client for Android</a> (0)</li>
	<li><a href="http://4sysops.com/archives/office-365-review-part-8-sharepoint-online-and-conclusion/" title="Office 365 review &#8211; Part 8: SharePoint Online and conclusion (August 18, 2011)">Office 365 review &#8211; Part 8: SharePoint Online and conclusion</a> (0)</li>
	<li><a href="http://4sysops.com/archives/office-365-review-part-7-lync-online/" title="Office 365 review &#8211; Part 7: Lync Online (August 16, 2011)">Office 365 review &#8211; Part 7: Lync Online</a> (0)</li>
	<li><a href="http://4sysops.com/archives/office-365-review-part-6-exchange-online-hybrid-archiving-and-irm/" title="Office 365 review &#8211; Part 6: Exchange Online Hybrid, Archiving and IRM (August 12, 2011)">Office 365 review &#8211; Part 6: Exchange Online Hybrid, Archiving and IRM</a> (2)</li>
	<li><a href="http://4sysops.com/archives/office-365-review-part-5-migrating-to-exchange-online/" title="Office 365 review &#8211; Part 5: Migrating to Exchange Online (August 9, 2011)">Office 365 review &#8211; Part 5: Migrating to Exchange Online</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-solarwinds-vm-to-cloud-calculator-compare-vm-hosting-costs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: SolarWinds Real-Time Bandwidth Monitor</title>
		<link>http://4sysops.com/archives/free-solarwinds-real-time-bandwidth-monitor/</link>
		<comments>http://4sysops.com/archives/free-solarwinds-real-time-bandwidth-monitor/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 19:05:13 +0000</pubDate>
		<dc:creator>Timothy Warner</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7542</guid>
		<description><![CDATA[In this article you will be introduced to the free Real-Time Bandwidth Monitor utility from SolarWinds. With this tool you can watch network utilization statistics for multiple interfaces in real time]]></description>
			<content:encoded><![CDATA[<p><strong><i>In this article you will be introduced to the free Real-Time Bandwidth Monitor utility from SolarWinds. With this tool you can watch network utilization statistics for multiple interfaces in real time</i></strong></p>
<p>One of the duties of many Windows systems administrator is network management. That is, you may be called to detect, diagnose, troubleshoot and resolve network interface slowdowns.</p>
<p>As your network grows in complexity to include multiple line-of-business (LOB) Web applications, load-balancing configurations, and the like, interface troubleshooting and performance monitoring can easily become extremely cumbersome and complex.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Monitoring-an-interface.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Monitoring-an-interface.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="SolarWinds Real-Time Bandwidth Monitor - Monitoring an interface" src="http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Monitoring-an-interface_thumb.png" alt="SolarWinds Real-Time Bandwidth Monitor - Monitoring an interface" width="600" height="311" /></a></p>
<p align="center"><em>Monitoring an interface with SolarWinds Real-Time Bandwidth Monitor</em></p>
<p>To assist us in this effort, <a href="http://www.solarwinds.com/?CMP=SYN-TAD-4SYSOPS-RTBM_REVIEW-X-SWHP-SOLARWINDS">SolarWinds</a> gives us the <a href="http://www.solarwinds.com/register/registrationshort.aspx?program=1643&amp;c=70150000000PDzJ&amp;CMP=SYN-TAD-4SYSOPS-RTBM_REVIEW-RTBM-DL-RTBM">Real-Time Bandwidth Monitor</a>. This is a free utility that enables us to monitor network bandwidth utilization statistics for multiple interfaces in real time.</p>
<h2>Setting up interface bandwidth monitoring</h2>
<p>The Real-Time Bandwidth Monitor software can be installed on any modern 32- or 64-bit edition of Windows desktop and server operating systems.</p>
<p>However, it should be noted that because the interface polling and statistics gathering in this product relies upon Simple Network Management Protocol (SNMP), you need SNMP turned on for any device you will be monitoring, which it will be by default for your network devices.</p>
<p>In some cases, you will prefer to have an SNMP server in place in your domain prior to using this tool.</p>
<p>For instance, you can fire up Server Manager in Windows Server 2008 R2 and install the <strong>SNMP Server</strong> feature, as shown in the following figure.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/Windows-Server-2008-R2-Install-SNMP-Server-feature.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/Windows-Server-2008-R2-Install-SNMP-Server-feature.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Windows Server 2008 R2 - Install SNMP Server feature" src="http://4sysops.com/wp-content/uploads/2011/12/Windows-Server-2008-R2-Install-SNMP-Server-feature_thumb.png" alt="Windows Server 2008 R2 - Install SNMP Server feature" width="600" height="444" /></a></p>
<p align="center"><em>Windows Server 2008 R2 &#8211; Install SNMP Server feature</em></p>
<p>Once you have SNMP Server installed, you can configure SNMP-related metadata like the community name and trap destinations by modifying the properties of the SNMP Service Windows service. This process is depicted in the following screen capture.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/SNMP-Service-Windows-service.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/SNMP-Service-Windows-service.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="SNMP Service Windows service" src="http://4sysops.com/wp-content/uploads/2011/12/SNMP-Service-Windows-service_thumb.png" alt="SNMP Service Windows service" width="600" height="481" /></a></p>
<p align="center"><em>SNMP Service Windows service</em></p>
<p>Upon first launch of the application, you are asked to create a monitor. This task includes three pieces of information:</p>
<ul>
<li>The IP or hostname of a device (desktop PC, server, switch, router, wireless access point, etc.)</li>
<li>The SNMP version in use on your network (1,2, or 3)</li>
<li>The SNMP credentials (community name for SNMPv1 and v2; username, context, and authentication method for SNMPv3)</li>
</ul>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Configuring-the-device.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Configuring-the-device.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="SolarWinds Real -Time Bandwidth Monitor -Configuring the device" src="http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Configuring-the-device_thumb.png" alt="SolarWinds Real -Time Bandwidth Monitor -Configuring the device" width="600" height="427" /></a></p>
<p align="center"><em>Configuring the device</em></p>
<p>The next step in the setup process is selecting the desired interface. If you are connected to a switch, then you will be able to monitor individual port IDs; if you are connected to a Windows server, you can choose among physical and virtual network interfaces.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Selecting-an-interface-to-monitor.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Selecting-an-interface-to-monitor.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="SolarWinds Real -Time Bandwidth Monitor - Selecting an interface to monitor" src="http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Selecting-an-interface-to-monitor_thumb.png" alt="SolarWinds Real -Time Bandwidth Monitor - Selecting an interface to monitor" width="600" height="428" /></a></p>
<p align="center"><em>Selecting an interface to monitor</em></p>
<p>We are almost finished. The final step in the configuration process is setting threshold values. The percentages that you specify for warning and critical values enable the Real-Time Bandwidth Monitor to give you feedback regarding degrees of bandwidth utilization.</p>
<p>Note in the following screenshot that you can also limit the chart date to a particular time interval or data points (sampling is performed at the half-second rate). Click <strong>Launch Monitor</strong> to start the monitor. Yes, you can have more than one monitor running on a host computer simultaneously.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Setting-threshold-values.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Setting-threshold-values.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="SolarWinds Real-Time Bandwidth Monitor -Setting threshold values" src="http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Setting-threshold-values_thumb.png" alt="SolarWinds Real-Time Bandwidth Monitor -Setting threshold values" width="600" height="430" /></a></p>
<p align="center"><em>Setting threshold values</em></p>
<h2>Monitoring an interface</h2>
<p>As you can see in the following screenshot, the monitoring screen is a resizable dialog box that is laid out in a very easy-to-understand manner. Inbound and outbound traffic on the selected interface are color-coded, as is the data line if it exceeds a threshold value.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Monitoring-an-interface.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Monitoring-an-interface.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="SolarWinds Real-Time Bandwidth Monitor - Monitoring an interface" src="http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Monitoring-an-interface_thumb.png" alt="SolarWinds Real-Time Bandwidth Monitor - Monitoring an interface" width="600" height="311" /></a></p>
<p align="center"><em>Monitoring an interface</em></p>
<p>The line chart is active; you can analyze data points simply by hovering your mouse over them. This is shown in the following screen capture.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Analyzing-a-data-point.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Analyzing-a-data-point.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="SolarWinds Real-Time Bandwidth Monitor - Analyzing a data point" src="http://4sysops.com/wp-content/uploads/2011/12/SolarWinds-Real-Time-Bandwidth-Monitor-Analyzing-a-data-point_thumb.png" alt="SolarWinds Real-Time Bandwidth Monitor - Analyzing a data point" width="291" height="323" /></a></p>
<p align="center"><em>Analyzing a data point</em></p>
<p>You can make use of another of SolarWinds tools (this one is not free) called <a href="http://www.solarwinds.com/products/toolsets/wankiller.aspx?CMP=SYN-TAD-4SYSOPS-RTBM_REVIEW-T-PPI-WAN_KILLER">WAN Killer</a> to simulate loads through monitored network interfaces.</p>
<p>While we are on the subject of related SolarWinds software, the Real-Time Bandwidth Monitor is a &#8220;smaller sibling&#8221; to their enterprise <a href="http://www.solarwinds.com/products/network-management/network-performance-monitor.aspx?CMP=SYN-TAD-4SYSOPS-RTBM_REVIEW-NPM-PPI-NPM">Orion Network Performance Monitor</a> (NPM) software. NPM is a one-stop solution for automatically discovering and monitoring interfaces in your LAN and WAN environments. You can download a free demo from SolarWinds if you are so interested.</p>
<h2>Conclusion</h2>
<p>In summary, the SolarWinds Real-Time Bandwidth Monitor gives us systems/network administrators the ability to visualize network bandwidth utilizations on our interfaces. This data is extremely important not only for troubleshooting speed and access problems, but also for application performance tuning and enhancing the overall health of our network. Please feel free to leave your questions in the comments portion of this post.</p>
<h2><a href="http://www.solarwinds.com/register/registrationshort.aspx?program=1643&amp;c=70150000000PDzJ&amp;CMP=SYN-TAD-4SYSOPS-RTBM_REVIEW-RTBM-DL-RTBM">Real-Time Bandwidth Monitor</a></h2>
Author: Timothy Warner
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/poll-are-you-currently-using-a-monitoring-solution/" title="Poll: Are you currently using a monitoring solution? (January 17, 2012)">Poll: Are you currently using a monitoring solution?</a> (11)</li>
	<li><a href="http://4sysops.com/archives/zenmap-windows-gui-for-nmap/" title="FREE: Zenmap: Windows GUI for nmap (January 3, 2012)">FREE: Zenmap: Windows GUI for nmap</a> (0)</li>
	<li><a href="http://4sysops.com/archives/scom-2012-review-part-8-dashboards/" title="SCOM 2012 review &#8211; Part 8: Dashboards (December 28, 2011)">SCOM 2012 review &#8211; Part 8: Dashboards</a> (0)</li>
	<li><a href="http://4sysops.com/archives/scom-2012-review-part-7-linux-and-jee-monitoring/" title="SCOM 2012 review &#8211; Part 7: Linux and JEE monitoring (December 26, 2011)">SCOM 2012 review &#8211; Part 7: Linux and JEE monitoring</a> (4)</li>
	<li><a href="http://4sysops.com/archives/notifications-and-custom-commands-in-nagwinnrpe/" title="Notifications and Custom Commands in Nagwin/Nrpe (December 23, 2011)">Notifications and Custom Commands in Nagwin/Nrpe</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-solarwinds-real-time-bandwidth-monitor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: Workspace Manager Express &#8211; A roaming user profiles alternative</title>
		<link>http://4sysops.com/archives/free-workspace-manager-express-a-roaming-user-profiles-alternative/</link>
		<comments>http://4sysops.com/archives/free-workspace-manager-express-a-roaming-user-profiles-alternative/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 05:02:08 +0000</pubDate>
		<dc:creator>Ben Norcutt</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[desktop management tools]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7507</guid>
		<description><![CDATA[Workspace Manager Express stores desktop and application settings in a central database, which in some cases allows you to replace roaming user profiles.]]></description>
			<content:encoded><![CDATA[<p><strong><i>Workspace Manager Express stores desktop and application settings in a central database, which in some cases allows you to replace roaming user profiles.</i></strong></p>
<p>Would you like to reduce your reliance on Windows roaming user profiles and the hassle that can be caused by corrupt profiles? How about having sub 20-second logon for all users? What about settings that work across all platforms and architectures, configured from one central place? Or applying just-in-time settings to applications as needed rather than all at the beginning of the user session?</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/11/Workspace-Manager-Express.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/11/Workspace-Manager-Express.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Workspace Manager Express" src="http://4sysops.com/wp-content/uploads/2011/11/Workspace-Manager-Express_thumb.png" alt="Workspace Manager Express" width="604" height="466" border="0" /></a></p>
<p align="center"><em>Workspace Manager Express</em></p>
<p>Sounds great? All of this functionality is available for free with a tool that’s been around for a while: <a href="http://www.ressoftware.co.uk/products/wm-express">Workspace Manager Express</a> from <a href="http://www.ressoftware.co.uk/">RES Software</a>.</p>
<p>To install Workspace Manager Express, you need a SQL database that can be accessed by all your client machines. Workspace Manager Express supports the following database systems:</p>
<p>Microsoft SQL Server, 2000 or later, including express editions
Microsoft SQL Azure
Oracle, 9i and later
IBM DB2, 8.1 and later
MySQL, 5.0 and later</p>
<p>On each client there is a small software agent that caches a copy of all the settings. Thus, it only needs to check in with the DB server periodically for updates. This also means that settings can be applied even when a client is disconnected from the corporate network.</p>
<p>With Workspace Manager Express, user settings are applied across all OS platforms. For example, you can configure a folder that contains their Internet Explorer favorites that will be available on any platform on which you are running the RES agent.</p>
<p>The user preferences are stored in a SQL database and applied by the RES agent. This also works with all popular VDI and remote desktop solutions.</p>
<p>When you log on to a PC, lots of stuff is happening in the background. One of these is the processing of Group Policies. With Workspace Manager Express, not all settings are applied at the same time. That is, the agent applies them as needed; this, in turn, will give you faster logon times. For instance, if you only want an application to be able to print to a particular printer, that customization could be applied just before the application is run.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/11/Workspace-Manager-Express1.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/11/Workspace-Manager-Express1.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Workspace Manager Express" src="http://4sysops.com/wp-content/uploads/2011/11/Workspace-Manager-Express_thumb1.png" alt="Workspace Manager Express" width="604" height="466" border="0" /></a></p>
<p align="center"><em>Managing printers with Workspace Manager Express</em></p>
<p>The functionality included in the express version of Workspace Manager may be all you’ll ever need. You can also review the functions that are available in the paid version; they are displayed but are unavailable unless you temporarily change the version you are using. Alternatively, you can hide the advanced features completely so that you can concentrate on just using the free functionality.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/11/Workspace-Manager.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/11/Workspace-Manager.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Workspace Manager" src="http://4sysops.com/wp-content/uploads/2011/11/Workspace-Manager_thumb.png" alt="Workspace Manager" width="604" height="464" border="0" /></a></p>
<p align="center"><em>Feature of Workspace Manager&#8217;s full version</em></p>
<p>With Workspace Manager Express, you probably cannot do away with Windows user profiles altogether. However, you can replicate any setting that would normally have been applied via Group Policy. As there are literally hundreds, it would be quite easy to get lost; however, the RES help menu is very valuable here and even links you through to video tutorials on their YouTube channel.</p>
<p><span style="text-decoration: underline;">Resources</span></p>
<p><a href="http://support.ressoftware.com/Modules/Downloads/Eval.aspx?DownloadGuid=0483766d-4338-e011-85a9-005056bb474c">Introduction to Workspace Management</a></p>
<p><a href="http://support.ressoftware.com/Modules/Downloads/Eval.aspx?DownloadGuid=b0f48a65-4138-e011-85a9-005056bb474c">Getting Started with RES Workspace Manager 2011</a> &#8211; This is for the full product but the Express version will set up the same.</p>
<p>Check out <a href="http://virtualengine.co.uk/2010/migrating-gpos-to-res-workspace-manager-part-4/">Virtual Engine</a> for another free nifty tool currently in Beta that allows you to migrate GPO to WSM.</p>
<p>More great stuff can be found over at <a href="http://www.resguru.com/">RESguru</a>.</p>
<h2><a href="http://www.ressoftware.co.uk/products/wm-express">Workspace Manager Express</a></h2>
Author: Ben Norcutt
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/raffle-manageengine-desktop-central-part-2-features/" title="Raffle: ManageEngine Desktop Central &#8211; Part 2: Features (December 7, 2011)">Raffle: ManageEngine Desktop Central &#8211; Part 2: Features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/raffle-manageengine-desktop-central-part-1-overview/" title="Raffle: ManageEngine Desktop Central &#8211; Part 1: Overview (November 30, 2011)">Raffle: ManageEngine Desktop Central &#8211; Part 1: Overview</a> (0)</li>
	<li><a href="http://4sysops.com/archives/spiceworks-installation-guide/" title="Spiceworks installation guide (November 17, 2011)">Spiceworks installation guide</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-nspaces-virtual-desktop-manager/" title="FREE: nspaces &#8211; Virtual Desktop Manager (September 30, 2011)">FREE: nspaces &#8211; Virtual Desktop Manager</a> (3)</li>
	<li><a href="http://4sysops.com/archives/free-wmi-explorer-browse-wmi-classes-and-execute-any-wmi-query/" title="FREE: WMI Explorer &#8211; Browse WMI classes and execute any WMI query (September 13, 2011)">FREE: WMI Explorer &#8211; Browse WMI classes and execute any WMI query</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-workspace-manager-express-a-roaming-user-profiles-alternative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: SolarWinds Web Transaction Watcher &#8211; Record and monitor a Web transaction</title>
		<link>http://4sysops.com/archives/free-solarwinds-web-transaction-watcher-record-and-monitor-a-web-transaction/</link>
		<comments>http://4sysops.com/archives/free-solarwinds-web-transaction-watcher-record-and-monitor-a-web-transaction/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 18:01:14 +0000</pubDate>
		<dc:creator>Timothy Warner</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7483</guid>
		<description><![CDATA[In this article you will be introduced to the free SolarWinds <a href="http://www.solarwinds.com/register/registrationshort.aspx?program=1579&#38;c=70150000000PBhD&#38;CMP=SYN-TAD-4SYSOPS-WTW_REVIEW-WTW-DL-WEB_TRANSACTION_WATCHER">Web Transaction Watcher</a> utility, which enables you to record and monitor a Web transaction for quality assurance, performance tuning, and troubleshooting purposes.]]></description>
			<content:encoded><![CDATA[<p><strong><i>In this article you will be introduced to the free SolarWinds <a href="http://www.solarwinds.com/register/registrationshort.aspx?program=1579&amp;c=70150000000PBhD&amp;CMP=SYN-TAD-4SYSOPS-WTW_REVIEW-WTW-DL-WEB_TRANSACTION_WATCHER">Web Transaction Watcher</a> utility, which enables you to record and monitor a Web transaction for quality assurance, performance tuning, and troubleshooting purposes.</i></strong></p>
<p>Now more than ever before in your career as a Windows systems administrator, you may find yourself partially or fully responsible for the availability of your company’s Web applications. &#8220;But I’m not a Web admin!&#8221; you might exclaim. Like it or not, the migration of applications from the desktop to the Web browser means that we systems admins must take ownership of application uptime, regardless of form factor.</p>
<p>Here are some thought questions for you to consider: Does your organization do business over the Web? If so, how can you verify that your e-commerce engine is functional at any particular point in time? How can you diagnose bottlenecks and latencies in your Web application from the user&#8217;s’ perspective?</p>
<p>Many organizations rely upon internal line-of-business (LOB) Web applications. Again, we administrators are often faced with service-level agreements (SLAs) or organizational mandates that guarantee application availability for our users.</p>
<p><a href="http://www.solarwinds.com/?CMP=SYN-TAD-4SYSOPS-WTW_REVIEW-X-SWHP-SOLARWINDS">SolarWinds</a> offers the free tool <a href="http://www.solarwinds.com/register/registrationshort.aspx?program=1579&amp;c=70150000000PBhD&amp;CMP=SYN-TAD-4SYSOPS-WTW_REVIEW-WTW-DL-WEB_TRANSACTION_WATCHER">Web Transaction Watcher</a> that enables you to run live transaction tests against your Web applications in a completely no-code, graphical environment.</p>
<p>The typical workflow for running Web application transaction tests is to author and run often complicated shell scripts or programming language scripts. By contrast, Web Transaction Watcher includes an intuitive recorder with which we step through a typical Web transaction and store those steps for analysis and future reuse.</p>
<h2>Recording a Web transaction</h2>
<p><a href="http://www.solarwinds.com/register/registrationshort.aspx?program=1579&amp;c=70150000000PBhD&amp;CMP=SYN-TAD-4SYSOPS-WTW_REVIEW-WTW-DL-DOWNLOAD_WTW">To download Web Transaction Watcher</a>, simply provide SolarWinds with a contact e-mail address. Once you have the software installed (the disk footprint is tiny; the installation <strong>.MSI</strong> weighs in at under 5 MB), fire up Web Transaction Watcher; the application view defaults to the <strong>Recording</strong> tab. Next, use the tool’s integrated Web browser to navigate to your desired Web application. The Web Transaction Watcher main interface is shown in the following screen capture.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/11/Web-Transaction-Watcher-main-interface.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/11/Web-Transaction-Watcher-main-interface.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Web Transaction Watcher main interface" src="http://4sysops.com/wp-content/uploads/2011/11/Web-Transaction-Watcher-main-interface_thumb.png" alt="Web Transaction Watcher main interface" width="600" height="452" /></a></p>
<p align="center"><em>Web Transaction Watcher main interface</em></p>
<p>Let’s use the previous screen capture as our reference as we walk you through the process of recording a Web transaction. After you have the integrated browser pointed at the proper page within your Web application, press the <strong>Record</strong> button (A) and begin your desired transaction. For our purposes, a <em>Web transaction</em> is simply a series of steps that an end-user might take in your app; these could include:</p>
<ul>
<li>Adding an item to an online shopping cart</li>
<li>Completing an online purchase</li>
<li>Posting a message to an online forum</li>
<li>Downloading a file</li>
</ul>
<p>You’ll notice that the <strong>Time Line</strong> (C) records each step in the transaction process in much the same way the macro recorder traces your steps in Microsoft Office applications. However, what sets Web Transaction Watcher apart from its competition is that you can actually <em>edit and delete</em> any step in your Web transaction during recording.</p>
<p>The process of editing a task sequence is easy; simply right-click the appropriate transaction step and select <strong>Edit</strong> or <strong>Delete</strong> from the shortcut menu. This is shown in the following screen capture.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/11/Editing-a-Web-transaction-step.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/11/Editing-a-Web-transaction-step.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Editing a Web transaction step" src="http://4sysops.com/wp-content/uploads/2011/11/Editing-a-Web-transaction-step_thumb.png" alt="Editing a Web transaction step" width="294" height="178" /></a></p>
<p align="center"><em>Editing a Web transaction step</em></p>
<p>When your Web transaction is complete, press the <strong>Stop</strong> button (B). Make sure to save your recorded transaction for future playback. Web Transaction Watcher recording files use the intuitive <strong>.recording</strong> file extension.</p>
<h2>Analyzing and replaying Web transactions</h2>
<p>To analyze your recorded Web transaction, navigate to the <strong>Monitoring Console</strong> tab in the main interface. Web Transaction Watcher stores the last five runs of your recorded transaction and displays the status of each with a color-coded bubble icon (shown at A in the following screen capture).</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/11/Monitoring-a-Web-transaction.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/11/Monitoring-a-Web-transaction.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Monitoring a Web transaction" src="http://4sysops.com/wp-content/uploads/2011/11/Monitoring-a-Web-transaction_thumb.png" alt="Monitoring a Web transaction" width="600" height="451" /></a></p>
<p align="center"><em>Monitoring a Web transaction</em></p>
<p>In the <strong>Steps</strong> area of this interface (B in the above screen capture) you can check the status of individual steps in the captured transaction. Again, the feedback is color-coded: errors are shown with a gray callout bubble. Clicking the status indicator bubble calls up a dialog with timing information to help you diagnose and troubleshoot latency.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/11/Examining-latency.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/11/Examining-latency.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Examining latency" src="http://4sysops.com/wp-content/uploads/2011/11/Examining-latency_thumb.png" alt="Examining latency" width="414" height="173" /></a></p>
<p align="center"><em>Examining latency</em></p>
<p>Do you see the hyperlink that says <strong>Try the SEUM evaluation for configurable thresholds</strong>? This is a reminder that the SolarWinds Web Transaction Watcher is the free &#8220;little sibling&#8221; to their enterprise product <a href="http://www.solarwinds.com/products/seum/application-monitoring-software.aspx?CMP=SYN-TAD-4SYSOPS-WTW_REVIEW-SEUM-PPI-SEUM">Synthetic End User Monitor</a> (SEUM).</p>
<p>SEUM is cool because it greatly broadens and deepens the Web transaction monitoring functionality contained in the Web Transaction Monitor. For instance, SEUM has robust scheduling capability (Web Transaction Watcher includes limited functionality for automatically replaying your stored Web transaction sequences).</p>
<p>Moreover, SEUM makes it easy to run your Web application tests from multiple hosts. For example, you may want to simulate your Web app user experience from multiple locations around the world using various Internet connection speeds.</p>
<h2>Conclusion</h2>
<p>You should know that Web Transaction Monitor is only one of over <a href="http://www.solarwinds.com/products/solarwinds_free_tools/?CMP=SYN-TAD-4SYSOPS-WTW_REVIEW-X-X-FREE_UTILITIES">20 completely free utilities</a> that are offered by SolarWinds. I’ve been a fan of these tools for many years; their <a href="http://4sysops.com/archives/free-solarwinds-advanced-subnet-calculator-ip-subnet-calculation-made-easy/">Advanced Subnet Calculator</a> has historically been one of my favorite free utilities from any vendor.</p>
<h2><a href="http://www.solarwinds.com/register/registrationshort.aspx?program=1579&amp;c=70150000000PBhD&amp;CMP=SYN-TAD-4SYSOPS-WTW_REVIEW-WTW-DL-WEB_TRANSACTION_WATCHER">Web Transaction Watcher</a></h2>
Author: Timothy Warner
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/ieak-boot-camp-part-4-maintaining-internet-explorer-9/" title="IEAK Boot Camp &#8211; Part 4: Maintaining Internet Explorer 9 (August 25, 2011)">IEAK Boot Camp &#8211; Part 4: Maintaining Internet Explorer 9</a> (0)</li>
	<li><a href="http://4sysops.com/archives/ieak-boot-camp-part-3-deploying-a-custom-build-of-internet-explorer-9/" title="IEAK Boot Camp &#8211; Part 3: Deploying a custom build of Internet Explorer 9 (August 15, 2011)">IEAK Boot Camp &#8211; Part 3: Deploying a custom build of Internet Explorer 9</a> (0)</li>
	<li><a href="http://4sysops.com/archives/ieak-boot-camp-part-2-creating-a-custom-build-of-internet-explorer-9/" title="IEAK Boot Camp &#8211; Part 2: Creating a custom build of Internet Explorer 9 (August 10, 2011)">IEAK Boot Camp &#8211; Part 2: Creating a custom build of Internet Explorer 9</a> (0)</li>
	<li><a href="http://4sysops.com/archives/ieak-boot-camp-part-1-whys-and-initial-configuration/" title="IEAK Boot Camp &#8211; Part 1: Whys and Initial Configuration (August 2, 2011)">IEAK Boot Camp &#8211; Part 1: Whys and Initial Configuration</a> (0)</li>
	<li><a href="http://4sysops.com/archives/chromebooks-eight-disadvantages-part-5-costs-and-conclusion/" title="Chromebooks &#8211; Eight disadvantages &#8211; Part 5: Costs and conclusion (June 7, 2011)">Chromebooks &#8211; Eight disadvantages &#8211; Part 5: Costs and conclusion</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-solarwinds-web-transaction-watcher-record-and-monitor-a-web-transaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: Verax NMS &#8211; Network and application monitoring</title>
		<link>http://4sysops.com/archives/free-verax-nms-network-and-application-monitoring/</link>
		<comments>http://4sysops.com/archives/free-verax-nms-network-and-application-monitoring/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 02:00:51 +0000</pubDate>
		<dc:creator>External author</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[monitoring]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7272</guid>
		<description><![CDATA[Verax NMS is a network and application monitoring software running on Windows, Linux, Solaris and AIX. The free, “Express” version is limited to 25 managed elements.]]></description>
			<content:encoded><![CDATA[<p><strong><i>Verax NMS is a network and application monitoring software running on Windows, Linux, Solaris and AIX. The free, “Express” version is limited to 25 managed elements.</i></strong></p>
<p><em>Submitted by Eugene Rublovka</em></p>
<p><a href="http://www.veraxsystems.com/en/products/nms">Verax NMS</a> supports network elements (CISCO, Juniper, Adva, Foundry , etc.), applications (MySQL, Oracle RDBMS, Microsoft Internet Information Server, Apache Tomcat, IBM WebSphere, etc.), and data center elements (IP cameras, power supplies, etc.) in a single, integrated system.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/10/Network-and-application-monitoring-Verax-NMS-Sensor-summary.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/10/Network-and-application-monitoring-Verax-NMS-Sensor-summary.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Network and application monitoring - Verax NMS - Sensor summary" src="http://4sysops.com/wp-content/uploads/2011/10/Network-and-application-monitoring-Verax-NMS-Sensor-summary_thumb.png" alt="Network and application monitoring - Verax NMS - Sensor summary" width="600" height="480" /></a></p>
<p><em>Network and application monitoring &#8211; Verax NMS &#8211; Sensor summary</em></p>
<p>The Rich Internet Application (RIA) front-end GUI is a differentiator, as well as built-in business reports (users can design their own), plugin based architecture (SDK available) and rules engine (for event processing and IT automation).</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/10/Network-and-application-monitoring-Verax-NMS-Business-Reports.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/10/Network-and-application-monitoring-Verax-NMS-Business-Reports.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Network and application monitoring - Verax NMS - Business Reports" src="http://4sysops.com/wp-content/uploads/2011/10/Network-and-application-monitoring-Verax-NMS-Business-Reports_thumb.png" alt="Network and application monitoring - Verax NMS - Business Reports" width="600" height="480" /></a></p>
<p><em>Network and application monitoring &#8211; Verax NMS &#8211; Business Reports</em></p>
<h2><a href="http://www.veraxsystems.com/en/products/nms">Verax NMS</a></h2>
Author: External author
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/poll-are-you-currently-using-a-monitoring-solution/" title="Poll: Are you currently using a monitoring solution? (January 17, 2012)">Poll: Are you currently using a monitoring solution?</a> (11)</li>
	<li><a href="http://4sysops.com/archives/scom-2012-review-part-8-dashboards/" title="SCOM 2012 review &#8211; Part 8: Dashboards (December 28, 2011)">SCOM 2012 review &#8211; Part 8: Dashboards</a> (0)</li>
	<li><a href="http://4sysops.com/archives/scom-2012-review-part-7-linux-and-jee-monitoring/" title="SCOM 2012 review &#8211; Part 7: Linux and JEE monitoring (December 26, 2011)">SCOM 2012 review &#8211; Part 7: Linux and JEE monitoring</a> (4)</li>
	<li><a href="http://4sysops.com/archives/notifications-and-custom-commands-in-nagwinnrpe/" title="Notifications and Custom Commands in Nagwin/Nrpe (December 23, 2011)">Notifications and Custom Commands in Nagwin/Nrpe</a> (0)</li>
	<li><a href="http://4sysops.com/archives/scom-2012-review-part-6-application-performance-monitoring-apm/" title="SCOM 2012 review &#8211; Part 6: Application Performance Monitoring (APM) (December 21, 2011)">SCOM 2012 review &#8211; Part 6: Application Performance Monitoring (APM)</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-verax-nms-network-and-application-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: SysAdmin Anywhere &#8211; Active Directory Management</title>
		<link>http://4sysops.com/archives/free-sysadmin-anywhere-active-directory-management/</link>
		<comments>http://4sysops.com/archives/free-sysadmin-anywhere-active-directory-management/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 19:06:05 +0000</pubDate>
		<dc:creator>External author</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[active directory]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=6888</guid>
		<description><![CDATA[SysAdmin Anywhere is a free Active Directory management tool  for computers, user accounts, and groups. The tools also support Active Directory reporting.]]></description>
			<content:encoded><![CDATA[<p><strong><i>SysAdmin Anywhere is a free Active Directory management tool  for computers, user accounts, and groups. The tools also support Active Directory reporting.</i></strong></p>
<p><em>Submitted by Igor Markin</em></p>
<p>The program allows you to manage users, groups, client computers, servers and domains.
Metro interface makes the program easy. You do not need to install software on the server.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/Active-Directory-Management-SysAdmin-Anywhere.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/Active-Directory-Management-SysAdmin-Anywhere.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Active Directory Management - SysAdmin Anywhere" src="http://4sysops.com/wp-content/uploads/2011/09/Active-Directory-Management-SysAdmin-Anywhere_thumb.png" alt="Active Directory Management - SysAdmin Anywhere" width="604" height="356" border="0" /></a></p>
<p><em>Active Directory Management -SysAdmin Anywhere</em></p>
<p><a href="http://www.ria-media.net/">SysAdmin Anywhere</a> supports these features:</p>
<h2>Computer Management</h2>
<ul>
<li>Quickly search for a computer in the list of computer</li>
<li>View and edit properties</li>
<li>View events on a remote computer</li>
<li>View processes on a remote computer</li>
<li>Monitor a remote computer&#8217;s performance (CPU, available memory)</li>
<li>Run any command on a remote computer</li>
<li>View the list of hardware installed on a remote computer</li>
<li>View the list of software installed on a remote computer</li>
<li>Reboot a remote computer</li>
<li>Shutdown a remote computer</li>
<li>Quickly view basic information about your computer</li>
</ul>
<h2>User Management</h2>
<ul>
<li>Quickly search for a user in the list of users</li>
<li>View and edit properties</li>
<li>Add photos</li>
<li>Add a new user with filling all required fields automatically and creating a login by using a template</li>
<li>Include and/or exclude certain groups</li>
<li>Reset a user&#8217;s password</li>
<li>Quickly view basic information about a user</li>
</ul>
<h2>Group Management</h2>
<ul>
<li>Quickly search for a group in the list of groups</li>
<li>View and edit properties</li>
<li>Include and/or exclude certain groups</li>
<li>Quickly view basic information about a group</li>
<li>Contacts Management</li>
<li>Quickly search for a contact in the list of contacts</li>
<li>View and edit properties</li>
<li>Include and/or exclude certain groups</li>
<li>Quickly view basic information about a contact</li>
</ul>
<h2>Reports</h2>
<ul>
<li>Print out various reports</li>
<li>Set up document parameters before generating a report</li>
<li>View a report at different scales</li>
</ul>
<h2><a href="http://www.ria-media.net/">SysAdmin Anywhere</a></h2>
Author: External author
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-active-directory-trusts/" title="Microsoft Exam 70-640 &#8211; Active Directory trusts (February 7, 2012)">Microsoft Exam 70-640 &#8211; Active Directory trusts</a> (0)</li>
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-active-directory-forests-and-domains-sample-practice-question/" title="Microsoft Exam 70-640 &#8211; Active Directory Forests and Domains &#8211; Sample question (January 18, 2012)">Microsoft Exam 70-640 &#8211; Active Directory Forests and Domains &#8211; Sample question</a> (5)</li>
	<li><a href="http://4sysops.com/archives/microsoft-exam-70-640-configuring-active-directory-forests-and-domains/" title="Microsoft Exam 70-640 &#8211; Active Directory Forests and Domains (January 17, 2012)">Microsoft Exam 70-640 &#8211; Active Directory Forests and Domains</a> (0)</li>
	<li><a href="http://4sysops.com/archives/how-to-synchronize-windows-server-2008-with-an-external-time-server/" title="How to synchronize Windows Server 2008 with an external time server (January 9, 2012)">How to synchronize Windows Server 2008 with an external time server</a> (6)</li>
	<li><a href="http://4sysops.com/archives/how-to-disable-usb-drive-use-in-an-active-directory-domain/" title="How to disable USB drive use in an Active Directory domain (January 2, 2012)">How to disable USB drive use in an Active Directory domain</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-sysadmin-anywhere-active-directory-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: WPKG-GP &#8211; Alternative client for the software deployment tool WPKG</title>
		<link>http://4sysops.com/archives/free-wpkg-gp-alternative-client-for-the-software-deployment-tool-wpkg/</link>
		<comments>http://4sysops.com/archives/free-wpkg-gp-alternative-client-for-the-software-deployment-tool-wpkg/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 01:13:45 +0000</pubDate>
		<dc:creator>Geoff Kendal</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[deployment]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7230</guid>
		<description><![CDATA[This post is a short tutorial for the alternative WPKG client WPKG-GP. It allows you to remotely install software via Group Policy.]]></description>
			<content:encoded><![CDATA[<p><strong><i>This post is a short tutorial for the alternative WPKG client WPKG-GP. It allows you to remotely install software via Group Policy.</i></strong></p>
<p>Now that we have <a href="http://4sysops.com/archives/free-wpkg-software-deployment-tool/">configured WPKG on the server side</a>, all that remains to be done, is to tell our client system to run the WPKG script (with administrator privileges). WPKG should then manage our software as per our config files. Whereas the WPKG project does provide a client, I prefer to use the alternative WPKG-GP client.</p>
<p>The reason I prefer WPKG-GP is that it hooks into the startup process via Group Policy extensions, and runs WPKG before users have a chance to login, so you don’t need to worry about applications being open when you are trying to upgrade them.</p>
<p>Once you <a href="http://code.google.com/p/wpkg-gp/">downloaded</a> WPKG-GP, run the setup, and install all components. For simplicity we will enable local policies, although it is possible to configure WPKG-GP via Group Policy. During the setup process you will need to browse to the file share where you copied the WPKG files to. The final screen of the installer will ask you for an account that has permissions to connect to the WPKG share. I suggest creating a dedicated account for WPKG for this.  Don’t forget to give this account read access to your WPKG share!</p>
<p>At this point we have our WPKG configuration files on our server and the WPKG-GP client installed. If we reboot and carefully watch the bootup process, just after &#8220;Applying computer settings…&#8221; you should see WPKG-GP kick in and do its thing. If all went well, WPKG-GP will install the 7-Zip package.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/10/WPKG-GP-isntalling.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/10/WPKG-GP-isntalling.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="WPKG-GP isntalling" src="http://4sysops.com/wp-content/uploads/2011/10/WPKG-GP-isntalling_thumb.png" alt="WPKG-GP isntalling" width="355" height="266" /></a></p>
<p><em>WPKG-GP installing 7-zip</em></p>
<p>Occasionally, you might encounter a problem with WPKG, where your package isn’t correctly installing (It might be attempting to install every time, but never appearing on the client). We can locate the problem by running the WPKG.js from the command line, and watching the output. Fire up an administrator command prompt and run the following command:</p>
<p><code>cscript \\SERVER\WPKG\wpkg.js /debug /synchronise |more</code></p>
<p>This will run the WPKG engine and display its progress step-by-step. While writing this article 7-Zip wasn’t installing and the output of the above command told me that the installation was returning <em>error code 1619</em>.  A quick search revealed that this error means the installer package couldn’t be found. I corrected the typing mistake in the MSI path in my packages.xml, increased the revision number, then retried to find that 7-zip installed without problems.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/10/WPKG-GP-client-Progress.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/10/WPKG-GP-client-Progress.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="WPKG-GP client - Progress" src="http://4sysops.com/wp-content/uploads/2011/10/WPKG-GP-client-Progress_thumb.png" alt="WPKG-GP client - Progress" width="600" height="317" /></a></p>
<p><em>WPKG installation progress</em></p>
<p>Once you are happy with your WPKG software deployment setup, it’s relatively simple to tie it in so that it kicks in after a <a href="http://4sysops.com/archives/deploy-windows-7-via-wds-windows-deployment-services/">system deployment via WDS</a>.</p>
<p>From WDS we just need to run the WPKG-GP client installer as a &#8220;FirstLogonCommand&#8221; in our unattend.xml. Luckily, we had already configured the batch script postbuild.cmd which we can use for this purpose. Just add the following command to the batch script:</p>
<p><code>wpkg-gp-version_x86.exe /S /NetworkUsername CONTOSO\WpkgInstallUser /NetworkPassword Pa$$w0rd /WpkgCommand \\server\Wpkg\Wpkg.js
shutdown /t60 /r</code></p>
<p>Obviously you will need to replace the relevant parts to suit our environment. This will cause the WPKG-GP client to be silently installed, reboot system, and then start installing the software packages.</p>
<p>You should now have a configuration that is ready for remote bare metal system and software deployment. While it does take a bit of time and patience to get all your software properly installing with WPKG, it will certainly make life a lot easier in the long run.</p>
<h2><a href="http://code.google.com/p/wpkg-gp/">WPKG-GP</a></h2>
Author: Geoff Kendal
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/mdt-workbench-and-windows-deployment/" title="MDT Workbench and Windows deployment (January 23, 2012)">MDT Workbench and Windows deployment</a> (0)</li>
	<li><a href="http://4sysops.com/archives/how-to-install-the-mdt-microsoft-deployment-toolkit/" title="MDT (Microsoft Deployment Toolkit) prerequisites and add-ons (January 20, 2012)">MDT (Microsoft Deployment Toolkit) prerequisites and add-ons</a> (0)</li>
	<li><a href="http://4sysops.com/archives/introduction-to-the-microsoft-deployment-toolkit-mdt/" title="Introduction to the Microsoft Deployment Toolkit (MDT) (January 19, 2012)">Introduction to the Microsoft Deployment Toolkit (MDT)</a> (0)</li>
	<li><a href="http://4sysops.com/archives/raffle-manageengine-desktop-central-part-2-features/" title="Raffle: ManageEngine Desktop Central &#8211; Part 2: Features (December 7, 2011)">Raffle: ManageEngine Desktop Central &#8211; Part 2: Features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/deployment-toolkit-part-2-driver-deployment-tools/" title="Deployment toolkit Part 2: Driver deployment tools (December 2, 2011)">Deployment toolkit Part 2: Driver deployment tools</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-wpkg-gp-alternative-client-for-the-software-deployment-tool-wpkg/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>FREE: WPKG &#8211; Software deployment tool</title>
		<link>http://4sysops.com/archives/free-wpkg-software-deployment-tool/</link>
		<comments>http://4sysops.com/archives/free-wpkg-software-deployment-tool/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 02:02:50 +0000</pubDate>
		<dc:creator>Geoff Kendal</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[deployment]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7178</guid>
		<description><![CDATA[WPKG is an Open Source software deployment tool that allows you to install software, upgrade and remove applications on remote Windows computers.]]></description>
			<content:encoded><![CDATA[<p><strong><i>WPKG is an Open Source software deployment tool that allows you to install software, upgrade and remove applications on remote Windows computers.</i></strong></p>
<p>The great thing about WPKG is that it doesn’t require any infrastructure other than an SMB network share, oh, and it’s free! To follow this introductory tutorial to WPKG, head over to the <a href="http://wpkg.org/Download">download page</a> to get the latest version of WPKG, unzip the file and copy <em>hosts.xml, packages.xml, profiles.xml</em> and <em>wpkg.js</em> to C:\WPKG or a location of your choice. You should also share this folder, as you will need to access it over the network.</p>
<h2>WPKG configuration files</h2>
<p>The <strong>wpkg.js</strong> file is the main engine of WPKG. It first looks through the various XML configuration files, and then runs any required commands to install, upgrade or remove software from your client systems.</p>
<p>So-called profiles are defined in <strong>profiles.xml</strong>. A profile basically contains a list of software packages that will be installed on the remote system.</p>
<p>In <strong>hosts.xml</strong> you can assign computers to a WPKG profile. For example, you could assign all hosts that belong to accounting to the finance profile.</p>
<p>Finally, <strong>packages.xml</strong> contains information about all the available software packages that  you can manage with WPKG. Each package definition should include a &#8220;check&#8221; to determine if the software is installed or not, a set of installation commands, a set of upgrade commands, and finally commands to remove the software.</p>
<p>If you take a look at the files you have copied to your WPKG folder, it should be relatively easy to gain an understanding of the way the WPKG configuration works:  A host is allocated to a profile, and a profile then refers to packages which contain information about the way how the software has to be installed.</p>
<p>To keep this example easy, we will just deploy a single application( 7-Zip) to our clients. <a href="http://www.7-zip.org/download.html">Download</a> the 32-bit MSI and then save it to C:\WPKG\Software\7-zip\7z920.msi.</p>
<h2>WPKG sample configuration</h2>
<p>First, open profiles.xml. Take note of how the example profiles define dependencies. The &#8220;other&#8221; profile section includes the openoffice package and refers to the software packages in the &#8220;default section&#8221;.  The definition of default packages is useful for deploying a base set of applications to all workstations.</p>
<pre><em>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</em></pre>
<pre><em>&lt;profiles&gt;</em></pre>
<pre><em> &lt;profile id="default"&gt;</em>
<em> &lt;package package-id="firefox" /&gt;</em>
<em> &lt;package package-id="thunderbird" /&gt;</em>
<em> &lt;/profile&gt;</em>

<em> &lt;profile id="custom"&gt;</em>
<em> &lt;depends profile-id="default" /&gt;</em>
<em> &lt;package package-id="openoffice" /&gt;</em>
<em> &lt;/profile&gt;</em>

<em> &lt;profile id="administration"&gt;</em>
<em> &lt;depends profile-id="default" /&gt;</em>
<em> &lt;package package-id="openoffice" /&gt;</em>
<em> &lt;package package-id="acrobat7" /&gt;</em>
<em> &lt;/profile&gt;</em>

<em> &lt;profile id="other"&gt;</em>
<em> &lt;depends profile-id="default" /&gt;</em>
<em> &lt;package package-id="openoffice" /&gt;</em>
<em> &lt;/profile&gt;</em>

<em>&lt;/profiles&gt;</em></pre>
<p>Remove the example configuration from profiles.xml, and insert this very basic profile, containing just one package:</p>
<pre><em>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</em>
<em>&lt;profiles&gt;</em>
<em> &lt;profile id="default"&gt;</em>
<em> &lt;package package-id="7-zip" /&gt;</em>
<em> &lt;/profile&gt;</em>
<em>&lt;/profiles&gt;</em></pre>
<p>The example hosts.xml file adds any unknown/unmatched clients to the &#8220;other profile&#8221;, so we don’t need to edit this file for now, although you probably will want to do that later when you’re getting more adventurous with WPKG.</p>
<p>Packages.xml also contains examples, which you should remove and replace with a simple configuration containing just one package. In a common WPKG setup, you would have multiple packages listed here. Replace packages.xml with the following configuration:</p>
<p><em>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt;</em></p>
<p><em>&lt;packages&gt;</em></p>
<p><em>&lt;package id=&#8221;7-zip&#8221; name=&#8221;7-Zip&#8221; revision=&#8221;9.20&#8243; reboot=&#8221;false&#8221; priority=&#8221;1&#8243;&gt;</em></p>
<p><em>&lt;check type=&#8217;uninstall&#8217; condition=&#8217;exists&#8217; path=&#8217;7-Zip 9.20&#8242; /&gt;</em></p>
<p><em>&lt;install cmd=&#8217;msiexec /qn /norestart /i &#8220;\\SERVER\WPKG\Software\7-Zip\7z920.msi&#8221; REBOOT=ReallySupress&#8217; /&gt;</em></p>
<p><em>&lt;upgrade cmd=&#8217;msiexec /qn /norestart /i &#8220;\\SERVER\WPKG\Software\7-Zip\7z920.msi&#8221; REBOOT=ReallySupress&#8217; /&gt;</em></p>
<p><em>&lt;remove cmd=&#8217;msiexec /qn /norestart /x &#8220;\\SERVER\WPKG\Software\7-Zip\7z920.msi&#8221;&#8216; /&gt;</em></p>
<p><em>&lt;/package&gt;</em></p>
<p><em>&lt;/packages&gt;</em></p>
<p>I will quickly outline what’s going on in this file, as the packages.xml is certainly the most complex configuration aspect of WPKG. You can find the full documentation for packages.xml at <a href="http://wpkg.org/Packages.xml">WPKG.org</a>.</p>
<p><strong>Package id</strong> &#8211; The ID of the package, must be unique and match the package-id that you used in profiles.xml so that WPKG can create the link between the two.</p>
<p><strong>Package name</strong> – This is just a friendly name that is displayed while the software is being installed.</p>
<p><strong>Package revision</strong> &#8211; I usually use the software version, although you can just use an incrementing number – if you increase the revision number, WPKG will run the upgrade commands for the package.</p>
<p><strong>Package reboot</strong> &#8211; Some packages might require an immediate reboot, in this case you should set reboot to &#8220;true&#8221;. In our example the package won’t require a reboot, so I’ve left it at &#8220;false&#8221;.</p>
<p><strong>Package priority</strong> – Defines the order in which packages will be installed by WPKG. The higher this number is, the higher the priority of the package is (5 will be installed before 1).</p>
<p><strong>Check</strong> – This section defines how WPKG will verify whether the package is installed on the client. There are a number of different checks that can be performed. In my example, I am just checking for a certain entry in the &#8220;Add/Remove programs&#8221; control panel applet. You can combine multiple checks if required.</p>
<p><strong>Install</strong> – This is the command used to install the software for the first time. For automated software deployment, it is important that this command runs without any user intervention (unattended installation). It can sometimes take a bit of time to find out the required command line arguments for unattended installation. <a href="http://wpkg.org/Category:Silent_Installers">WPKG wiki</a> and <a href="http://www.appdeploy.com">appdeploy.com</a> are great resources if you are searching for command line parameters of well-known installers. Luckily the 7-Zip installer comes as a Microsoft Installer package (MSI) . You can use &#8220;/qn2&#8243; for quite (unattended installs). As you probably already guessed, &#8220;/i  stands for &#8220;install&#8221;. You can see the full list of command line arguments for MSI installers by running &#8220;msiexec /?&#8221; If you add multiple install commands, WPKG will run them sequentially.</p>
<p><strong>Upgrade</strong> – Upgrades work the same way as installations, however this command is only executed when the revision number of the package is increased.</p>
<p><strong>Remove</strong> – If a package has been removed from a profile, but is still present on the system, WPKG will run the remove command(s) to uninstall application from the system. This takes the same options and format as the install and upgrade commands.</p>
<p>If there are any syntax errors in your XML files, WPKG will not process the configuration. It is often helpful open the files in Internet Explorer as this will highlight syntax errors.</p>
<p>In my next article, I will show you how to set up the <a href="http://4sysops.com/archives/free-wpkg-gp-alternative-client-for-the-software-deployment-tool-wpkg/">WPKG client WPKG-GP</a>.</p>
<h2><a href="http://wpkg.org">WPKG</a></h2>
Author: Geoff Kendal
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/mdt-workbench-and-windows-deployment/" title="MDT Workbench and Windows deployment (January 23, 2012)">MDT Workbench and Windows deployment</a> (0)</li>
	<li><a href="http://4sysops.com/archives/how-to-install-the-mdt-microsoft-deployment-toolkit/" title="MDT (Microsoft Deployment Toolkit) prerequisites and add-ons (January 20, 2012)">MDT (Microsoft Deployment Toolkit) prerequisites and add-ons</a> (0)</li>
	<li><a href="http://4sysops.com/archives/introduction-to-the-microsoft-deployment-toolkit-mdt/" title="Introduction to the Microsoft Deployment Toolkit (MDT) (January 19, 2012)">Introduction to the Microsoft Deployment Toolkit (MDT)</a> (0)</li>
	<li><a href="http://4sysops.com/archives/raffle-manageengine-desktop-central-part-2-features/" title="Raffle: ManageEngine Desktop Central &#8211; Part 2: Features (December 7, 2011)">Raffle: ManageEngine Desktop Central &#8211; Part 2: Features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/deployment-toolkit-part-2-driver-deployment-tools/" title="Deployment toolkit Part 2: Driver deployment tools (December 2, 2011)">Deployment toolkit Part 2: Driver deployment tools</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-wpkg-software-deployment-tool/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>FREE: nspaces &#8211; Virtual Desktop Manager</title>
		<link>http://4sysops.com/archives/free-nspaces-virtual-desktop-manager/</link>
		<comments>http://4sysops.com/archives/free-nspaces-virtual-desktop-manager/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 19:49:50 +0000</pubDate>
		<dc:creator>External author</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[desktop management tools]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=7020</guid>
		<description><![CDATA[nspaces is a free Virtual Desktop Manager that allows you to password protect workspaces.]]></description>
			<content:encoded><![CDATA[<p><strong><i>nspaces is a free Virtual Desktop Manager that allows you to password protect workspaces.</i></strong></p>
<p><em>Submitted by Dion Zhu</em></p>
<p>Virtual desktops are always useful for separating your work into multiple workspaces for more efficiently organizing and managing your work. <a href="http://www.bytesignals.com/nspaces/">nSpaces</a> is a virtual desktop manager application to manage multiple workspaces.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/Virtual-Desktop-Manager-nSpaces.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/Virtual-Desktop-Manager-nSpaces.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="Virtual Desktop Manager - nSpaces" src="http://4sysops.com/wp-content/uploads/2011/09/Virtual-Desktop-Manager-nSpaces_thumb.png" alt="Virtual Desktop Manager - nSpaces" width="600" height="389" /></a></p>
<p><em>Virtual Desktop Manager &#8211; nspaces</em></p>
<p>Open one of workspaces, launch applications separately in each workspace to avoid clutter, make a tag to identify each workspace easily, set a different wallpaper/background color for each workspace, and set hotkeys to perform workspace switching tasks more easily. Unlike many virtual desktop application, nSpaces allows you to password protect your workspaces.</p>
<p>From the system tray, you can access settings, configure spaces, open space switcher and exit nSpaces. To configure properties for each workspace, select nSpaces option from the system tray, and click on a workspace to set your desired settings. The (+) and (-) buttons allow adding and reducing workspaces.</p>
<p>For example, you can add more workspaces by clicking on the (+) button and reduce them from the (-) button. The Label tab allows selecting a custom name for each workspace, whereas, the wallpaper and color tabs allow selecting a custom wallpaper/background color for each workspace.</p>
<p>Likewise, the Hotkey tab can be used to select a custom hotkey for launching nSpaces configurations. The apps tab allow you adding which applications you want to launch on each workspace.</p>
<h2><a href="http://www.bytesignals.com/nspaces/">nSpaces</a></h2>
<p>Also check out the <a href="http://4sysops.com/archives/windowspager-virtual-desktop-manager-for-windows-7/">free virtual desktop manager WindowsPager</a></p>
Author: External author
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/raffle-manageengine-desktop-central-part-2-features/" title="Raffle: ManageEngine Desktop Central &#8211; Part 2: Features (December 7, 2011)">Raffle: ManageEngine Desktop Central &#8211; Part 2: Features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/raffle-manageengine-desktop-central-part-1-overview/" title="Raffle: ManageEngine Desktop Central &#8211; Part 1: Overview (November 30, 2011)">Raffle: ManageEngine Desktop Central &#8211; Part 1: Overview</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-workspace-manager-express-a-roaming-user-profiles-alternative/" title="FREE: Workspace Manager Express &#8211; A roaming user profiles alternative (November 25, 2011)">FREE: Workspace Manager Express &#8211; A roaming user profiles alternative</a> (0)</li>
	<li><a href="http://4sysops.com/archives/spiceworks-installation-guide/" title="Spiceworks installation guide (November 17, 2011)">Spiceworks installation guide</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-wmi-explorer-browse-wmi-classes-and-execute-any-wmi-query/" title="FREE: WMI Explorer &#8211; Browse WMI classes and execute any WMI query (September 13, 2011)">FREE: WMI Explorer &#8211; Browse WMI classes and execute any WMI query</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-nspaces-virtual-desktop-manager/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Microsoft Security Compliance Manager (SCM v2) &#8211; Part 1</title>
		<link>http://4sysops.com/archives/microsoft-security-compliance-manager-scm-v2-part-1/</link>
		<comments>http://4sysops.com/archives/microsoft-security-compliance-manager-scm-v2-part-1/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 18:52:00 +0000</pubDate>
		<dc:creator>Paul Schnackenburg</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=6940</guid>
		<description><![CDATA[In this first part of four posts we’ll examine what SCM v2 is and why it’s such an important tool for sysadmins and we’ll cover installation options as well as introduce the main console.]]></description>
			<content:encoded><![CDATA[<p><strong><i>In this first part of four posts we’ll examine what SCM v2 is and why it’s such an important tool for sysadmins and we’ll cover installation options as well as introduce the main console.</i></strong></p>
<p>This review was written on SCM v2 beta, the beta period has ended and SCM v2 is now available for download <a href="http://www.microsoft.com/download/en/details.aspx?displayLang=en&amp;id=16776">here</a>. Note that the release date on the download page is incorrect, this is the final RTW (Release To Web) version of SCM v2.</p>
<h2>Foreword</h2>
<p>Group Policy is one of the most powerful tools in a sysadmin’s arsenal, not only for making sure users don’t get themselves into too much trouble but also to establish security standards across client and server machines.</p>
<p>For quite some years Microsoft have produced security guidance for Group Policy, what settings to use and how to configure them but most administrators don’t have time to trawl through lots of documentation. To make it easier for busy administrators to make well informed decisions when building Group Policy Objects (GPOs) Microsoft published the free tool Security Compliance Manager (SCM) v1 in early 2010.</p>
<p>This tool contained <strong>baselines</strong> for various products with best practice security settings and the ability to export a customized baseline as a GPO. The one glaring omission in v1 however was that it didn’t allow you to import your current GPO security settings and compare them to Microsoft’s recommendations, SCM v2 remedies this as well as adding some other great features, in this three part article we’ll examine why this tool should be in every admin’s toolkit.</p>
<p>The one thing that shines through in the SCM v2 is the real world feedback that’s obviously gone into the design: Jeff Sigman, Senior Software Design Engineer with the SCM team at Microsoft agrees. “Everything we did in SCM v2 was because of direct customer feedback. We did a number of surveys and interviews throughout the development cycle of SCM v1 and then again after SCM v1 was released publicly. The results were quite clear; SCM v1 had three areas which needed improvement: GPO Import, User interface facelift and SQL database flexibility.”</p>
<h2>Installation of SCMv2</h2>
<p>Installation is mostly a “click-next affair” but as mentioned above, unlike SCMv1 you have the option of pointing to an already installed local instance of SQL Server / SQL Server Express. SCM v1 always had to install its own copy of SQL Server Express.</p>
<p>If you have SCMv1 or SCMv2 CTP (which preceded the beta) the installer will automatically upgrade it, with all data preserved. This beta also contained 10 baselines that installed directly after SCM is installed, this takes a couple of minutes.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/SCM_v2_SQL_Installation.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/SCM_v2_SQL_Installation.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="SCM_v2_SQL_Installation" src="http://4sysops.com/wp-content/uploads/2011/09/SCM_v2_SQL_Installation_thumb.png" alt="SCM_v2_SQL_Installation" width="513" height="393" border="0" /></a></p>
<p><em>Being able to choose which SQL database to use makes SCM v2 more flexible than its predecessor.</em></p>
<h2>The SCMv2 Console</h2>
<p>Since SCM can be used in a few different ways the welcome screen is a handy tool. It has a whole heap of links for various topics that leads to in-depth information on parts of the program.</p>
<p>On the left is the Baseline Library with all your installed baselines, sorted by product. The main area in the middle displays information about the part of a baseline that’s currently selected whereas the right hand Action pane has context sensitive task links.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/SCM_v2_Console.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/SCM_v2_Console.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="SCM_v2_Console" src="http://4sysops.com/wp-content/uploads/2011/09/SCM_v2_Console_thumb.png" alt="SCM_v2_Console" width="604" height="385" border="0" /></a></p>
<p><em>The SCM console has a simple layout and is easy to navigate.</em></p>
<p>A downloaded baseline from Microsoft is signed with a digital signature so when you want to create a custom baseline based on an “official” one you have to duplicate it to create an unsigned, modifiable copy. If you want to work with other baselines than the 10 included in the beta package go to Tools – Check for Baselines, during the installation you can let SCM create copies automatically so you can start customizing immediately.</p>
<p>In the next part of this series we’ll examine the new <a href="http://4sysops.com/archives/microsoft-security-compliance-manager-v2-part-2/">GPO Import functionality in SCM v2</a> as well as see how Microsoft actually creates a baseline and the different classification in the new baseline format.</p>
Author: Paul Schnackenburg
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-6-common-problems/" title="Troubleshooting Group Policy &#8211; Part 6: Common problems (February 6, 2012)">Troubleshooting Group Policy &#8211; Part 6: Common problems</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-5-active-directory-problems/" title="Troubleshooting Group Policy &#8211; Part 5: Active Directory problems (February 3, 2012)">Troubleshooting Group Policy &#8211; Part 5: Active Directory problems</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-4-client-problems/" title="Troubleshooting Group Policy &#8211; Part 4: Client problems (February 2, 2012)">Troubleshooting Group Policy &#8211; Part 4: Client problems</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-3-group-policy-not-applied/" title="Troubleshooting Group Policy &#8211; Part 3: Group Policy not applied? (February 1, 2012)">Troubleshooting Group Policy &#8211; Part 3: Group Policy not applied?</a> (0)</li>
	<li><a href="http://4sysops.com/archives/troubleshooting-group-policy-part-2-test-and-deploy/" title="Troubleshooting Group Policy &#8211; Part 2: Test and deploy (January 31, 2012)">Troubleshooting Group Policy &#8211; Part 2: Test and deploy</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/microsoft-security-compliance-manager-scm-v2-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[SCM v2]]></series:name>
	</item>
		<item>
		<title>FREE: vWorkspace Desktop Optimizer &#8211; Optimize VDI performance</title>
		<link>http://4sysops.com/archives/free-vworkspace-desktop-optimizer-optimize-vdi-performance/</link>
		<comments>http://4sysops.com/archives/free-vworkspace-desktop-optimizer-optimize-vdi-performance/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 18:17:05 +0000</pubDate>
		<dc:creator>External author</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=6878</guid>
		<description><![CDATA[vWorkspace Desktop Optimizer provides the capabilities to optimize the performance of Windows for use in VDI environments, with the possibility to dramatically increase the scalability of VDI environments.]]></description>
			<content:encoded><![CDATA[<p><strong><i>vWorkspace Desktop Optimizer provides the capabilities to optimize the performance of Windows for use in VDI environments, with the possibility to dramatically increase the scalability of VDI environments.</i></strong></p>
<p><em>Submitted Michel Roth</em></p>
<p>Quest just launched a new free tool on the vWorkspace Community called the <a href="http://communities.quest.com/community/vworkspace/blog/2011/09/08/introducing-the-free-quest-vworkspace-desktop-optimizer">vWorkspace Desktop Optimizer</a>. It is important to note that this tool not only works for Quest vWorkspace but also works for other desktop virtualization product like Citrix XenDesktop and VMware View or other.</p>
<p>Tests have shown that the impact of the vWorkspace Desktop Optimizer can be quite big.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/VDI-performance-vWorkspace-Desktop-Optimizer.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/VDI-performance-vWorkspace-Desktop-Optimizer.png','',event,300,75)"><img style="margin: 0px auto; display: block; float: none;" title="VDI performance -  vWorkspace Desktop Optimizer" src="http://4sysops.com/wp-content/uploads/2011/09/VDI-performance-vWorkspace-Desktop-Optimizer_thumb.png" alt="VDI performance -  vWorkspace Desktop Optimizer" width="576" height="432" /></a></p>
<p><em>VDI performance -  vWorkspace Desktop Optimizer</em></p>
<p>As you can see the big savings are in the area of storage. Because of the optimizations applied to an idle (so no user logged on) Windows 7 Enterprise VM by the Quest vWorkspace Desktop Optimizer the read and write IOPS were reduced by more than 90%. This has a huge effect on the scalability of VDI environments since (lack of) IOPS is currently the most common bottleneck in VDI deployments.</p>
<p>There are also disk space savings. We deployed two virtual desktops via the Quest vWorkspace rapid provisioning options (Differencing Disks / Linked Clones) and then we compared the vanilla Windows 7 virtual desktop to the virtual desktop optimized with the Quest vWorkspace Desktop Optimizer. The virtual desktop optimized with the Quest vWorkspace Desktop Optimizer consumed 43% less disk space.</p>
<p>In addition, the Quest vWorkspace Desktop Optimizer also introduced RAM savings of up to 10%. Some people have seen more savings, up to 200 MB per virtual desktop but this depends heavily on the characteristics of the virtual desktop.  Finally, a virtual desktop optimized by Quest vWorkspace Desktop Optimizer also consumed up to 37% less CPU although it has to be stated that this was measured on (as stated earlier) a desktop with no users logged on so even though the relative savings are high, the absolute savings are not that dramatic.</p>
<p>The vWorkspace Desktop Optimizer is a collection of 40 optimizations to Windows to make them more ‘VDI friendly’. VDI friendly in this case primarily means that it will consume less system resources and thus improve the resulting scalability of the VDI environments. The vWorkspace Desktop Optimizer provides the capability to filter optimizations based on ‘impact’ allowing you only to apply those optimizations. It also allows you to filter by category so you can see to which area the optimizations apply with the categories being Storage, CPU&amp;Memory and User Experience.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/VDI-performance-Quest-vWorkspace-Desktop-Optimizer.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/VDI-performance-Quest-vWorkspace-Desktop-Optimizer.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border-width: 0px;" title="VDI performance -  Quest vWorkspace Desktop Optimizer" src="http://4sysops.com/wp-content/uploads/2011/09/VDI-performance-Quest-vWorkspace-Desktop-Optimizer_thumb.png" alt="VDI performance -  Quest vWorkspace Desktop Optimizer" width="604" height="376" border="0" /></a></p>
<p><em>Quest vWorkspace Desktop Optimizer</em></p>
<p>Next to the main UI the vWorkspace Desktop Optimizer also accepts command line switches. One switch, the –edit switch, allows you to open up to UI so you can change the description and justification fields using the editor. The other switch is the –run switch. This will allow you to run the vWorkspace Desktop Optimizer from the command line so you can use the vWorkspace Desktop Optimizer in scripts.</p>
<p>The final feature I would like to put out is the ‘Export’ function. This allows you to export your current vWorkspace Desktop Optimizer configuration to an formatted XML file for easy use in your documentation efforts.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/Quest-vWorkspace-Desktop-Optimizer-Export.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/Quest-vWorkspace-Desktop-Optimizer-Export.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border-width: 0px;" title="Quest vWorkspace Desktop Optimizer - Export" src="http://4sysops.com/wp-content/uploads/2011/09/Quest-vWorkspace-Desktop-Optimizer-Export_thumb.png" alt="Quest vWorkspace Desktop Optimizer - Export" width="604" height="372" border="0" /></a></p>
<p><em>Quest vWorkspace Desktop Optimizer &#8211; Export</em></p>
<p>If it wasn’t clear, the vWorkspace Desktop Optimizer is completely free, directly available from the vWorkspace Community. All feedback is welcome as next version of the vWorkspace Desktop Optimizer will be built based on suggestions from the community.</p>
<h2><a href="http://communities.quest.com/community/vworkspace/blog/2011/09/08/introducing-the-free-quest-vworkspace-desktop-optimizer">vWorkspace Desktop Optimizer</a></h2>
Author: External author
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/scvmm-2012-review-part-5-integrating-with-vmware-and-citrix-xenserver-cluster-patching/" title="SCVMM 2012 review &#8211; Part 5: Integrating with VMware and Citrix XenServer, Cluster patching (June 2, 2011)">SCVMM 2012 review &#8211; Part 5: Integrating with VMware and Citrix XenServer, Cluster patching</a> (0)</li>
	<li><a href="http://4sysops.com/archives/vmware-backups-troubleshoot-the-consolidate-helper-0-backup-error/" title="VMware Backups &#8211; Troubleshoot the Consolidate Helper-0 backup error (May 30, 2011)">VMware Backups &#8211; Troubleshoot the Consolidate Helper-0 backup error</a> (1)</li>
	<li><a href="http://4sysops.com/archives/installing-a-driver-in-an-existing-vmware-vsphere-4-1-esxesxi-host/" title="Installing a driver in an existing VMware vSphere 4.1 ESX/ESXi host (May 3, 2011)">Installing a driver in an existing VMware vSphere 4.1 ESX/ESXi host</a> (1)</li>
	<li><a href="http://4sysops.com/archives/how-to-add-vmware-vsphere-4-1-esxesxi-hosts-to-active-directory/" title="How to add VMware vSphere 4.1 ESX/ESXi hosts to Active Directory (November 11, 2010)">How to add VMware vSphere 4.1 ESX/ESXi hosts to Active Directory</a> (1)</li>
	<li><a href="http://4sysops.com/archives/microsoft-hyper-v-dynamic-memory-vs-vmware-memory-overcommit/" title="Microsoft Hyper-V Dynamic Memory vs. VMware Memory Overcommit (November 9, 2010)">Microsoft Hyper-V Dynamic Memory vs. VMware Memory Overcommit</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-vworkspace-desktop-optimizer-optimize-vdi-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: WMI Explorer &#8211; Browse WMI classes and execute any WMI query</title>
		<link>http://4sysops.com/archives/free-wmi-explorer-browse-wmi-classes-and-execute-any-wmi-query/</link>
		<comments>http://4sysops.com/archives/free-wmi-explorer-browse-wmi-classes-and-execute-any-wmi-query/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 18:45:32 +0000</pubDate>
		<dc:creator>Mike Taylor</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[desktop management tools]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=6866</guid>
		<description><![CDATA[WMI Explorer allows you to browse WMI classes, objects and their properties and execute any WMI query.]]></description>
			<content:encoded><![CDATA[<p><strong><i>WMI Explorer allows you to browse WMI classes, objects and their properties and execute any WMI query.</i></strong></p>
<p>This is part three of a three part <a href="https://4sysops.com/archives/wmi-tools-for-os-deployment-with-sccm/">series</a> of articles covering two great <a href="http://4sysops.com/archives/free-wmi-code-creator-generate-vbscript-c-and-vb-net-code-that-uses-wmi/">WMI tools</a>, the second and final tool being <a href="http://www.ks-soft.net/hostmon.eng/wmi/index.htm">WMI Explorer</a>.</p>
<p>WMI Explorer v1.10 is another lightweight (at 533KB), portable tool. To demonstrate its abilities I need to use WMI to find something I don’t already know and without using any books or the web. My example is to list the games I have installed and the path. The first step is to connect to a different namespace, as in the screenshot below.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/WMI-Explorer-Connecting-to-different-namespaces.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/WMI-Explorer-Connecting-to-different-namespaces.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="WMI Explorer - Connecting to different namespaces" src="http://4sysops.com/wp-content/uploads/2011/09/WMI-Explorer-Connecting-to-different-namespaces_thumb.png" alt="WMI Explorer - Connecting to different namespaces" width="419" height="196" border="0" /></a></p>
<p><em>WMI Explorer &#8211; Connecting to different namespaces</em></p>
<p>The interface lets you click on the open book icon to open a browse window, or you can just type directly into the namespace field if you already know what you want. You can also enter security credentials if you need to.</p>
<p>Clicking OK takes you to the main screen.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/WMI-Explorer-Browsing-a-WMI-class.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/WMI-Explorer-Browsing-a-WMI-class.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="WMI Explorer - Browsing a WMI class" src="http://4sysops.com/wp-content/uploads/2011/09/WMI-Explorer-Browsing-a-WMI-class_thumb.png" alt="WMI Explorer - Browsing a WMI class" width="604" height="351" border="0" /></a></p>
<p><em>Browsing the &#8220;game&#8221; class with WMI Explorer</em></p>
<p>I want to see what properties exist for the “game” class, so selecting “game” in the top window queries the machine and gives you live results in the bottom left window. The right-hand window obviously lists the properties at your disposal. Note, the query field defaults to the favourite “select * from”. I did not type that string, WMI Explorer wrote it for me. Clicking &#8220;Execute&#8221; reveals the answer to my example, in figure 7.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/WMI-Explorer-The-output.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/WMI-Explorer-The-output.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="WMI Explorer  - The output" src="http://4sysops.com/wp-content/uploads/2011/09/WMI-Explorer-The-output_thumb.png" alt="WMI Explorer  - The output" width="604" height="351" border="0" /></a></p>
<p><em>The output from WMI Explorer</em></p>
<p>So, now you can the list of games in the name column and thus see my taste in games but that’s not quite the end of the story. You can now fine tune your WMI query and <a href="http://technet.microsoft.com/en-us/library/ee198931.aspx">potentially speed it up</a>. Note the time in the status bar at the bottom of figure 6, as 0.11 seconds.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/WMI-Explorer-The-Win32_Volume-class-Vista-or-later.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/WMI-Explorer-The-Win32_Volume-class-Vista-or-later.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="WMI Explorer - The Win32_Volume class, Vista or later" src="http://4sysops.com/wp-content/uploads/2011/09/WMI-Explorer-The-Win32_Volume-class-Vista-or-later_thumb.png" alt="WMI Explorer - The Win32_Volume class, Vista or later" width="604" height="425" border="0" /></a></p>
<p><em>The Win32_Volume class, Vista or later</em></p>
<p>Whilst this is just a basic example the issue of efficient queries is vital if you intend to run a script on machines remotely. Owing to the sheer wealth of data that WMI provides, the results can quickly get out of control. For example the trivial task of scanning machines for how much disk space they have left is easy using the win32_Volume (figure 8).</p>
<p>However it has 44 properties, so even running on 100 machines will scale up to 4400 properties. Rather than query everything with the crude use of “*” you can be more selective and choose only the properties you want. You probably know you achieve this using either the “where” clause or specifying explicit properties alone. Figure 9 shows just the name and path of the games on this machine. Note the time is now only 0.08 seconds.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/WMI-Explorer-WMI-query.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/WMI-Explorer-WMI-query.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="WMI Explorer -WMI query" src="http://4sysops.com/wp-content/uploads/2011/09/WMI-Explorer-WMI-query_thumb.png" alt="WMI Explorer -WMI query" width="604" height="351" border="0" /></a></p>
<p><em>A more efficient WMI query, perhaps</em></p>
<h4></h4>
<p>Using the two tools will make your job easier at the very least, but better still will help you to not upset the network team by dragging all the obscure WMI properties you don’t need over the LAN or worse over a low bandwidth and expensive leased line.</p>
<h2><a href="http://www.ks-soft.net/hostmon.eng/wmi/index.htm">WMI Explorer</a></h2>
Author: Mike Taylor
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/mdt-workbench-and-windows-deployment/" title="MDT Workbench and Windows deployment (January 23, 2012)">MDT Workbench and Windows deployment</a> (0)</li>
	<li><a href="http://4sysops.com/archives/how-to-install-the-mdt-microsoft-deployment-toolkit/" title="MDT (Microsoft Deployment Toolkit) prerequisites and add-ons (January 20, 2012)">MDT (Microsoft Deployment Toolkit) prerequisites and add-ons</a> (0)</li>
	<li><a href="http://4sysops.com/archives/introduction-to-the-microsoft-deployment-toolkit-mdt/" title="Introduction to the Microsoft Deployment Toolkit (MDT) (January 19, 2012)">Introduction to the Microsoft Deployment Toolkit (MDT)</a> (0)</li>
	<li><a href="http://4sysops.com/archives/raffle-manageengine-desktop-central-part-2-features/" title="Raffle: ManageEngine Desktop Central &#8211; Part 2: Features (December 7, 2011)">Raffle: ManageEngine Desktop Central &#8211; Part 2: Features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/deployment-toolkit-part-2-driver-deployment-tools/" title="Deployment toolkit Part 2: Driver deployment tools (December 2, 2011)">Deployment toolkit Part 2: Driver deployment tools</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-wmi-explorer-browse-wmi-classes-and-execute-any-wmi-query/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FREE: Zetetic.Events &#8211; Scan and filter event logs</title>
		<link>http://4sysops.com/archives/free-zetetic-events-scan-and-filter-event-logs/</link>
		<comments>http://4sysops.com/archives/free-zetetic-events-scan-and-filter-event-logs/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 19:04:25 +0000</pubDate>
		<dc:creator>External author</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[log management]]></category>

		<guid isPermaLink="false">http://4sysops.com/?p=6854</guid>
		<description><![CDATA[Zetetic.Events is a free command-line tool that can quickly scan and filter multiple running Windows Event Logs, and archived .evt and .evtx files, in parallel.]]></description>
			<content:encoded><![CDATA[<p><strong><i>Zetetic.Events is a free command-line tool that can quickly scan and filter multiple running Windows Event Logs, and archived .evt and .evtx files, in parallel.</i></strong></p>
<p><em>Submitted by Steve Kradel </em></p>
<p>It taps into the new 2008 / Windows 7 logging infrastructure when available, but will fall back to 2003 mode when necessary, and supports filtering on event IDs, and start and end dates, as well as text within the event message.</p>
<p><a href="http://zetetic.net/products/events">Zetetic.Events</a> automatically discovers your environment&#8217;s domain controllers, which makes it especially valuable for diagnosing login failures, account lockouts, and security audit events.</p>
<p>Here is an example:</p>
<pre>
ZeShell -e 4728-4758,after=19-July-2011
-----------------------------------------------------
Event ID:    4728
Level:       Information
Keywords:    Audit Success
Publisher:   Microsoft-Windows-Security-Auditing
Created:     7/20/2011 2:35:17 PM
Machine:     dc-1.demo.net
Log:         Security
Description: A member was added to a security-enabled global group.

Subject:
        Security ID:            S-1-5-21-950928700-2040260430-2032203972-500
        Account Name:           Administrator
        Account Domain:         DEMO
        Logon ID:               0x454d11

Member:
        Security ID:            S-1-5-21-950928700-2040260430-2032203972-187428
        Account Name:           CN=Uncle Fester,OU=ZetDemo,DC=demo,DC=net

Group:
        Security ID:            S-1-5-21-950928700-2040260430-2032203972-187514
        Group Name:             Global1
        Group Domain:           DEMO

Additional Information:
        Privileges:             -</pre>
Author: External author
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/eventsentry-light-centralized-real-time-event-log-monitoring/" title="FREE: EventSentry Light &#8211; Real-time event log monitoring (June 8, 2011)">FREE: EventSentry Light &#8211; Real-time event log monitoring</a> (11)</li>
	<li><a href="http://4sysops.com/archives/free-logfusion-log-file-monitoring-in-real-time/" title="FREE: LogFusion &#8211; Log file monitoring in real time (December 15, 2010)">FREE: LogFusion &#8211; Log file monitoring in real time</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-netwrix-logon-reporter-logon-auditing/" title="FREE: NetWrix Logon Reporter &#8211; Logon auditing (September 2, 2010)">FREE: NetWrix Logon Reporter &#8211; Logon auditing</a> (4)</li>
	<li><a href="http://4sysops.com/archives/free-event-log-manager-even-log-collector/" title="FREE: Event Log Manager &#8211; Event log collector (August 20, 2010)">FREE: Event Log Manager &#8211; Event log collector</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-windows-error-reporting-wer-viewing-tool-appcrashview/" title="Free Windows Error Reporting (WER) viewing tool &#8211; AppCrashView (June 28, 2010)">Free Windows Error Reporting (WER) viewing tool &#8211; AppCrashView</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-zetetic-events-scan-and-filter-event-logs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FREE: WMI Code creator &#8211; Generate VBScript, C#, and VB.NET code that uses WMI</title>
		<link>http://4sysops.com/archives/free-wmi-code-creator-generate-vbscript-c-and-vb-net-code-that-uses-wmi/</link>
		<comments>http://4sysops.com/archives/free-wmi-code-creator-generate-vbscript-c-and-vb-net-code-that-uses-wmi/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 16:36:17 +0000</pubDate>
		<dc:creator>Mike Taylor</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[desktop management tools]]></category>
		<category><![CDATA[system center]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=6851</guid>
		<description><![CDATA[This is part two of a three part <a href="https://4sysops.com/archives/wmi-tools-for-os-deployment-with-sccm/">series</a> of articles covering two great WMI tools, the first tool being Microsoft's free WMI Code Creator.]]></description>
			<content:encoded><![CDATA[<p><strong><i>This is part two of a three part <a href="https://4sysops.com/archives/wmi-tools-for-os-deployment-with-sccm/">series</a> of articles covering two great WMI tools, the first tool being Microsoft&#8217;s free WMI Code Creator.</i></strong></p>
<p>WMI Code Creator is a tiny (300KB) Microsoft tool available <a href="http://www.microsoft.com/download/en/details.aspx?id=8572">here</a>. To demonstrate its features, the code snippet below is for querying a machine’s model and gives us enough info to start using the tool.</p>
<p><code>strComputer = "."<br />
Set WshShell = WScript.CreateObject("WScript.Shell")<br />
strQuery="SELECT * from Win32_ComputerSystem"<br />
Set col=GetObject("WinMgmts://" &amp; strComputer &amp; "/root/cimv2").ExecQuery(strQuery)<br />
For Each WMIProperty in col<br />
PCModel = WMIProperty.Model</code></p>
<p>First, I need to select the CIMV2 namespace and then find the win32_computersystem class in the class drop-down box. Without reference to a huge book or the internet, you would struggle to discover the properties in the class without perhaps writing a script. Code creator makes this trivial, with the click of a single button which lists all properties. The model is just one property of many, as you can see in figure 2 below:</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/Free-WMI-tool-WMI-creator-Browsing-namespace.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/Free-WMI-tool-WMI-creator-Browsing-namespace.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Free WMI tool WMI creator - Browsing namespace" src="http://4sysops.com/wp-content/uploads/2011/09/Free-WMI-tool-WMI-creator-Browsing-namespace_thumb.png" alt="Free WMI tool WMI creator - Browsing namespace" width="604" height="389" border="0" /></a></p>
<p><em>WMI Code creator showing model</em></p>
<p>I’ve clicked all three buttons on the tab simply to show you what else the tool gives you. As you can see you can use this class to write a script to join the domain, or you can do less work at let Code Creator live up to its name and write it for you, using the “Execute a method” tab. One minor feature is that the script does not appear in the right hand window until you highlight the instance, as in figure 3.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/Free-WMI-tool-WMI-creator-Methods.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/Free-WMI-tool-WMI-creator-Methods.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Free WMI tool WMI creator - Methods" src="http://4sysops.com/wp-content/uploads/2011/09/Free-WMI-tool-WMI-creator-Methods_thumb.png" alt="Free WMI tool WMI creator - Methods" width="604" height="286" border="0" /></a></p>
<p><em>Choosing a method and generating the code</em></p>
<p>The final feature of code creator is its ability to create code to query explicit properties. You can get as many or as few of the properties as you like by control-clicking each one you want. Again the script generates on the fly on the right pane, in the next figure.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/Free-WMI-tool-WMI-creator-Properties.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/Free-WMI-tool-WMI-creator-Properties.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Free WMI tool WMI creator - Properties" src="http://4sysops.com/wp-content/uploads/2011/09/Free-WMI-tool-WMI-creator-Properties_thumb.png" alt="Free WMI tool WMI creator - Properties" width="604" height="363" border="0" /></a></p>
<p><em>Selecting multiple properties and generating more code</em></p>
<p>As you can see Code Creator even saves you the trouble of using copy and paste with the “open in notepad” button!</p>
<p>Returning to the OS deployment task example, I later found I needed a full script to check certain BIOS values on the HP hardware. Browsing through Code Creator I found Win32_BIOS. This gave plenty of information, but then someone asked to change the boot order in the BIOS. As the Win32_BIOS class has no methods at all, it meant looking deeper. HP has designed a whole new namespace, “root/HP/InstrumentedBIOS” that provides access to altering various BIOS settings from within Windows. This complication called for some experimentation that Code Creator does not have – real-time custom queries. The solution is WMI explorer.</p>
Author: Mike Taylor
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/mdt-workbench-and-windows-deployment/" title="MDT Workbench and Windows deployment (January 23, 2012)">MDT Workbench and Windows deployment</a> (0)</li>
	<li><a href="http://4sysops.com/archives/how-to-install-the-mdt-microsoft-deployment-toolkit/" title="MDT (Microsoft Deployment Toolkit) prerequisites and add-ons (January 20, 2012)">MDT (Microsoft Deployment Toolkit) prerequisites and add-ons</a> (0)</li>
	<li><a href="http://4sysops.com/archives/introduction-to-the-microsoft-deployment-toolkit-mdt/" title="Introduction to the Microsoft Deployment Toolkit (MDT) (January 19, 2012)">Introduction to the Microsoft Deployment Toolkit (MDT)</a> (0)</li>
	<li><a href="http://4sysops.com/archives/scom-2012-review-part-8-dashboards/" title="SCOM 2012 review &#8211; Part 8: Dashboards (December 28, 2011)">SCOM 2012 review &#8211; Part 8: Dashboards</a> (0)</li>
	<li><a href="http://4sysops.com/archives/scom-2012-review-part-7-linux-and-jee-monitoring/" title="SCOM 2012 review &#8211; Part 7: Linux and JEE monitoring (December 26, 2011)">SCOM 2012 review &#8211; Part 7: Linux and JEE monitoring</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-wmi-code-creator-generate-vbscript-c-and-vb-net-code-that-uses-wmi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: SetACL &#8211; Manage access control lists (acl)</title>
		<link>http://4sysops.com/archives/free-setacl-manage-access-control-lists-acl/</link>
		<comments>http://4sysops.com/archives/free-setacl-manage-access-control-lists-acl/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 20:27:01 +0000</pubDate>
		<dc:creator>External author</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[commands]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=6815</guid>
		<description><![CDATA[The free version of SetACL allows you to manage permissions for Windows objects such as folders or printers by manging their access control list on the command line.]]></description>
			<content:encoded><![CDATA[<p><strong><i>The free version of SetACL allows you to manage permissions for Windows objects such as folders or printers by manging their access control list on the command line.</i></strong></p>
<p><em>Submitted by Helge Klein</em></p>
<p>If you look under the hood of Windows you find permissions everywhere. Files and folders, registry keys, network shares, printers, services and WMI objects &#8211; all of these have security descriptors storing ownership, permission and auditing information. That opens up powerful management options and SetACL is the great tool for the job. It sets and lists permissions practically anywhere in the system, locally and over the network, from the command line, scripts or programs.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/09/SetACL-Manage-access-control-list.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/09/SetACL-Manage-access-control-list.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="SetACL - Manage access control list" src="http://4sysops.com/wp-content/uploads/2011/09/SetACL-Manage-access-control-list_thumb.png" alt="SetACL - Manage access control list" width="604" height="353" border="0" /></a></p>
<p><em>SetACL &#8211; Manage access control lists</em></p>
<h2>Managing Windows permissions</h2>
<p>With nearly 500,000 downloads SetACL is a proven tool for automating and managing permissions. SetACL does everything Explorer does and much more. It has, for example, no problem whatsoever processing very long paths with more than 260 characters.</p>
<p>When you start to work with SetACL the command line options may first seem intimidating. That is because the program packs many features you will appreciate, like being able to bypass security when listing permissions.</p>
<p>If you have always wanted to check out the content of the &#8220;System Volume Information&#8221; folder stored in the root of every drive, try the following command on an elevated command prompt:</p>
<p><code>SetACL.exe -on "c:\System Volume Information" -ot file -actn list -lst f:tab -rec cont_obj</code></p>
<p>This instructs SetACL to list (-actn list) the permissions of the file system object (-ot file) System Volume Information (-on) recursively (-rec cont_obj), i.e. including all subfolders and files. The listing is printed in easy-to-read tabular format (-list f:tab) on the screen.</p>
<h2>Automatic re-acling in migrations</h2>
<p>Obviously SetACL is very good at setting permissions and changing object ownership. But let us rather skip to some very special capabilities, one of which is the re-acling feature. Copying existing permissions between domains can be extremely useful when you are performing a domain migration.</p>
<p>Suppose you have a domain OldDom whose user accounts you need to recreate in NewDom. You have already created all user accounts in NewDom with identical attributes as in OldDom, but the new user accounts still have no access to the company&#8217;s file shares. That is because although the user names in NewDom are the same as in OldDom, the users&#8217; SIDs are different, and SIDs are what is stored in security descriptors, not user names.</p>
<p>In such a situation the following SetACL command would help:</p>
<p><code>SetACL.exe -on "\\server1\share1" -ot file -actn domain -rec cont_obj -dom "n1:OldDom;n2:NewDom;da:cpydom;w:dacl" </code></p>
<p>This instructs SetACL to copy all permission entries from OldDom to the corresponding account in NewDom for every file and folder below &#8220;\\server1\share1&#8243;.</p>
<p>SetACL can do much more than could be described in this article. To learn more, <a href="http://helgeklein.com/download/"><span style="font-weight: normal;">download</span></a><span style="font-weight: normal;"> SetACL, check out the program&#8217;s </span><a href="http://helgeklein.com/setacl/documentation/command-line-version-setacl-exe/"><span style="font-weight: normal;">documentation</span></a><span style="font-weight: normal;"> and have a look at the </span><a href="http://helgeklein.com/setacl/examples/"><span style="font-weight: normal;">examples</span></a><span style="font-weight: normal;">. Any remaining questions are likely answered quickly in the </span><a href="http://helgeklein.com/forum/"><span style="font-weight: normal;">support forum</span></a></p>
<h2><a href="http://helgeklein.com/download/">SetACL</a></h2>
Author: External author
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-console-windows-command-prompt-alternative-for-windows-and-powershell/" title="FREE: Console &#8211; Windows Command Prompt alternative for Windows and PowerShell (August 23, 2011)">FREE: Console &#8211; Windows Command Prompt alternative for Windows and PowerShell</a> (9)</li>
	<li><a href="http://4sysops.com/archives/free-bat-to-exe-converter-4-ways-to-convert-a-batch-file-to-an-exe-file/" title="Free BAT to EXE converter &#8211; 4 ways to convert a batch file to an EXE file (December 3, 2010)">Free BAT to EXE converter &#8211; 4 ways to convert a batch file to an EXE file</a> (2)</li>
	<li><a href="http://4sysops.com/archives/four-ways-to-stop-a-shutdown-or-reboot/" title="Four ways to stop a shutdown or reboot (October 7, 2010)">Four ways to stop a shutdown or reboot</a> (7)</li>
	<li><a href="http://4sysops.com/archives/dosbox-run-dos-programs-on-64-bit-windows/" title="DOSBox &#8211; Run DOS programs on 64-bit Windows (December 11, 2009)">DOSBox &#8211; Run DOS programs on 64-bit Windows</a> (13)</li>
	<li><a href="http://4sysops.com/archives/poll-results-gui-vs-cli/" title="Poll results: GUI vs. CLI (October 29, 2009)">Poll results: GUI vs. CLI</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-setacl-manage-access-control-lists-acl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: Delprof2 &#8211; Reliably delete a user profile</title>
		<link>http://4sysops.com/archives/free-delprof2-reliably-delete-a-user-profile/</link>
		<comments>http://4sysops.com/archives/free-delprof2-reliably-delete-a-user-profile/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 20:45:37 +0000</pubDate>
		<dc:creator>External author</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[desktop management tools]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=6758</guid>
		<description><![CDATA[Delprof2 allows you to delete a user profile. It is an extended version of Microsoft's Delprof and works on all Windows versions including Windows 7 and Windows Server 2008 R2.]]></description>
			<content:encoded><![CDATA[<p><strong><i>Delprof2 allows you to delete a user profile. It is an extended version of Microsoft&#8217;s Delprof and works on all Windows versions including Windows 7 and Windows Server 2008 R2.</i></strong></p>
<p><em>Submitted by Helge Klein &#8211; Website: </em><a href="http://helgeklein.com/"><em>helgeklein.com</em></a></p>
<p>While user profiles are great for personalization, sometimes a cleanup is required and some or all profiles need to be deleted. As it turns out, Windows has no tool for automating this task from the command line. There used to be a tool called Delprof, but it does not work correctly on Windows 7 and Server 2008 (R2). Delprof2 does. It is a kind of unofficial successor to Delprof. Although it is more powerful than the original it is still syntax-compatible, so existing scripts can be reused without any change.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/08/Delete-user-profile-Delprof2.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/08/Delete-user-profile-Delprof2.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Delete user profile - Delprof2" src="http://4sysops.com/wp-content/uploads/2011/08/Delete-user-profile-Delprof2_thumb.png" alt="Delete user profile - Delprof2" width="604" height="264" border="0" /></a></p>
<p><em>Delprof2 &#8211; Delete user profile</em></p>
<h2>Delete local and remote user profiles</h2>
<p>Delprof2 works both locally and remotely. Given administrative privileges it deletes any user profile, regardless of the current permissions. Delete user profiles remotely on a different computer? Use <strong>/c:computername</strong>.</p>
<p>Run Delprof2 in unattended mode? Use <strong>/u</strong> and it stops asking for confirmation.It also is not stopped by very long paths which most tools and even Windows Explorer cannot handle. In short: <strong>if you tell it to delete a user profile, it will</strong>.</p>
<p>Delprof2 has additional filtering options: you might want to delete locally cached copies of roaming user profiles only or delete only profiles that have not been used in a specified number of days. Delprof2 does it all. Of course it will never touch the currently active user profile. Neither does it delete user profiles needed by the operating system (like “Default”).</p>
<h2>Delete multiple user profiles</h2>
<p>If you want to reclaim disk space just run it without parameters and it will delete all user profiles except your own and some special profiles needed by the operating system. There is no risk involved &#8211; it only starts deleting after politely asking for confirmation.</p>
<p>If that still sounds too dangerous, add the parameter <strong>/l</strong> to invoke what-if mode and have Delprof2 list what it <em>would</em> do. Often, only cached copies of roaming profiles need to be deleted, leaving all local user profiles intact. Just add <strong>/r</strong> to the command line and you are good to go.</p>
<p>As you can see, Delprof2 is a versatile tool for dealing with user profiles.  Support is provided via a <a href="http://helgeklein.com/forum/">forum</a>.</p>
<h2><a href="http://helgeklein.com/free-tools/delprof2-user-profile-deletion-tool/">Delprof2</a></h2>
Author: External author
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/raffle-manageengine-desktop-central-part-2-features/" title="Raffle: ManageEngine Desktop Central &#8211; Part 2: Features (December 7, 2011)">Raffle: ManageEngine Desktop Central &#8211; Part 2: Features</a> (2)</li>
	<li><a href="http://4sysops.com/archives/raffle-manageengine-desktop-central-part-1-overview/" title="Raffle: ManageEngine Desktop Central &#8211; Part 1: Overview (November 30, 2011)">Raffle: ManageEngine Desktop Central &#8211; Part 1: Overview</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-workspace-manager-express-a-roaming-user-profiles-alternative/" title="FREE: Workspace Manager Express &#8211; A roaming user profiles alternative (November 25, 2011)">FREE: Workspace Manager Express &#8211; A roaming user profiles alternative</a> (0)</li>
	<li><a href="http://4sysops.com/archives/spiceworks-installation-guide/" title="Spiceworks installation guide (November 17, 2011)">Spiceworks installation guide</a> (1)</li>
	<li><a href="http://4sysops.com/archives/free-nspaces-virtual-desktop-manager/" title="FREE: nspaces &#8211; Virtual Desktop Manager (September 30, 2011)">FREE: nspaces &#8211; Virtual Desktop Manager</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-delprof2-reliably-delete-a-user-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE: Console &#8211; Windows Command Prompt alternative for Windows and PowerShell</title>
		<link>http://4sysops.com/archives/free-console-windows-command-prompt-alternative-for-windows-and-powershell/</link>
		<comments>http://4sysops.com/archives/free-console-windows-command-prompt-alternative-for-windows-and-powershell/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 19:00:49 +0000</pubDate>
		<dc:creator>Michael Pietroforte</dc:creator>
				<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[commands]]></category>

		<guid isPermaLink="false">https://4sysops.com/?p=6733</guid>
		<description><![CDATA[Console is a free portable Windows Command Prompt alternative that supports multiple-line copy and paste, comfortable window resizing, and tabs.]]></description>
			<content:encoded><![CDATA[<p><strong><i>Console is a free portable Windows Command Prompt alternative that supports multiple-line copy and paste, comfortable window resizing, and tabs.</i></strong></p>
<p>Windows is not really made to be managed from a command-line interface, and the somewhat primitive Windows Command Prompt stresses this fact. But the strongest side of Windows is that, for every weakness, a third party steps into the breach—and, in many cases, the stopgap is free. (Which is why the <a href="http://4sysops.com/best-free-windows-admin-tools/">4sysops list of free Windows admin tools</a> now already contains 343 tools.) <a href="http://sourceforge.net/projects/console/">Console</a> is another candidate.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/08/Windows-Command-Prompt-alternative-Console.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/08/Windows-Command-Prompt-alternative-Console.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Windows Command Prompt alternative - Console" src="http://4sysops.com/wp-content/uploads/2011/08/Windows-Command-Prompt-alternative-Console_thumb.png" alt="Windows Command Prompt alternative - Console" width="604" height="351" border="0" /></a></p>
<p><em>Windows Command Prompt alternative &#8211; Console</em></p>
<p>Console&#8217;s list of features reads like a list of Windows Command Prompt shortcomings:</p>
<h2>Resizing the Windows Command Prompt</h2>
<p>To enlarge a Windows Command Prompt window, you have to specify width and height through the window properties. Can someone please tell me what the point of this &#8220;feature&#8221; is? The majority of commands and messages don&#8217;t fit into the tiny default size. Of course, you can change the default size, but then when you need a smaller window, you have to go through this cumbersome resizing procedure again.</p>
<p>With Console, you can resize the shell with the mouse, just like with every other Windows application. Yes, you can decrease the window size of the Windows Command Prompt with the mouse, but then you have to scroll horizontally to view lines that don&#8217;t fit into the window. Console creates line breaks, which makes the reading of long lines much easier. The only thing missing here in Console is that it is not possible to maximize the window.</p>
<h2>Copy and paste on the Windows Command Prompt</h2>
<p>Copying and pasting on the Windows Command Prompt only works after you enable Quick Edit. I&#8217;m not sure why this is necessary. But my main critique here is this strange highlighting method that allows you to select only a rectangular area. Whenever you want to copy a command or output messages that extend over multiple lines, you have a problem. You either select too much text or not enough—never what you want.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/08/Windows-Command-Prompt-Select-text.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/08/Windows-Command-Prompt-Select-text.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Windows Command Prompt - Select text" src="http://4sysops.com/wp-content/uploads/2011/08/Windows-Command-Prompt-Select-text_thumb.png" alt="Windows Command Prompt - Select text" width="604" height="111" border="0" /></a></p>
<p><em>Copy and paste &#8211; Windows Command Prompt</em></p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/08/Windows-Command-Prompt-alternative-Console-Select-text.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/08/Windows-Command-Prompt-alternative-Console-Select-text.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Windows Command Prompt alternative - Console - Select text" src="http://4sysops.com/wp-content/uploads/2011/08/Windows-Command-Prompt-alternative-Console-Select-text_thumb.png" alt="Windows Command Prompt alternative - Console - Select text" width="604" height="192" border="0" /></a></p>
<p><em>Copy and paste &#8211; Console</em></p>
<p>Console allows you to select text just as in any other Windows program by moving the cursor to the position where the command ends, which is the only highlighting method that really makes sense. By default, you have to press the SHIFT key while selecting text. However, you can configure this. You can copy text through the context menu, or you can configure a hot key. Avoid using CTRL + C though, because you might need this key combination to abort commands. The default setting is CTRL + INS. To paste text, you have to press SHIFT + INS. I don&#8217;t see any reason not to configure CTRL + V here. By the way, there are many other hot keys. Check out the Console Settings.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/08/Windows-Command-Prompt-alternative-Console-Hot-Keys.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/08/Windows-Command-Prompt-alternative-Console-Hot-Keys.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Windows Command Prompt alternative - Console - Hot Keys" src="http://4sysops.com/wp-content/uploads/2011/08/Windows-Command-Prompt-alternative-Console-Hot-Keys_thumb.png" alt="Windows Command Prompt alternative - Console - Hot Keys" width="369" height="376" border="0" /></a></p>
<h2>Tabs</h2>
<p>If you only launch the Windows Command Prompt whenever you want to ping a remote host, you probably won&#8217;t need this feature. But for those admins who think that GUI administration tools are only for sissies and who curse in PowerShell when you wake them up in the middle of the night, tabs are a must-have feature. If you want to use PowerShell with Console, you have to add a tab in the Console Settings and use this command for the shell on a Windows 7 machine: %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe. You can then open a PowerShell tab through the toolbar.</p>
<p><a href="http://4sysops.com/wp-content/uploads/2011/08/Windows-Command-Prompt-alternative-Console-Tabs.png" onclick="return enlarge('http://4sysops.com/wp-content/plugins/zap_imgpop/','http://4sysops.com/wp-content/uploads/2011/08/Windows-Command-Prompt-alternative-Console-Tabs.png','',event,300,75)"><img style="background-image: none; margin: 0px auto; padding-left: 0px; padding-right: 0px; display: block; float: none; padding-top: 0px; border: 0px;" title="Windows Command Prompt alternative - Console - Tabs" src="http://4sysops.com/wp-content/uploads/2011/08/Windows-Command-Prompt-alternative-Console-Tabs_thumb.png" alt="Windows Command Prompt alternative - Console - Tabs" width="369" height="378" border="0" /></a></p>
<p>PowerShell geeks might prefer the Windows PowerShell ISE, especially for writing scripts. However, Console has more settings to offer when it comes to working on the command shell. In particular, the hot keys that allow you to switch quickly between tabs are quite useful.</p>
<p>Moreover, you can assign different kinds of shells to each tab. You just have to point the tab to the corresponding executable. Just in case you&#8217;re thinking of using Putty with Console, well, this doesn&#8217;t work. This would be my second favorite feature for the next Console version. My favorite feature? Support for Windows Server 2008 2 Server Core.</p>
<p>By the way, Console is portable. The settings can either be stored in an XML file in its folder or in the user profile.</p>
<p>Do you know of another good Windows Command Prompt alternative?</p>
<h2><a href="http://sourceforge.net/projects/console/">Console</a></h2>
Author: Michael Pietroforte
<br />
<small>Copyright &#169; 2006-2012, 4sysops, Digital fingerprint: 3db371642e7c3f4fe3ee9d5cf7666eb0</small><br />
	<br /><strong>Related</strong>
	<ul class="st-related-posts">
	<li><a href="http://4sysops.com/archives/free-setacl-manage-access-control-lists-acl/" title="FREE: SetACL &#8211; Manage access control lists (acl) (September 5, 2011)">FREE: SetACL &#8211; Manage access control lists (acl)</a> (0)</li>
	<li><a href="http://4sysops.com/archives/free-bat-to-exe-converter-4-ways-to-convert-a-batch-file-to-an-exe-file/" title="Free BAT to EXE converter &#8211; 4 ways to convert a batch file to an EXE file (December 3, 2010)">Free BAT to EXE converter &#8211; 4 ways to convert a batch file to an EXE file</a> (2)</li>
	<li><a href="http://4sysops.com/archives/four-ways-to-stop-a-shutdown-or-reboot/" title="Four ways to stop a shutdown or reboot (October 7, 2010)">Four ways to stop a shutdown or reboot</a> (7)</li>
	<li><a href="http://4sysops.com/archives/dosbox-run-dos-programs-on-64-bit-windows/" title="DOSBox &#8211; Run DOS programs on 64-bit Windows (December 11, 2009)">DOSBox &#8211; Run DOS programs on 64-bit Windows</a> (13)</li>
	<li><a href="http://4sysops.com/archives/poll-results-gui-vs-cli/" title="Poll results: GUI vs. CLI (October 29, 2009)">Poll results: GUI vs. CLI</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://4sysops.com/archives/free-console-windows-command-prompt-alternative-for-windows-and-powershell/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

