<?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/"
	>

<channel>
	<title>Techibee.com &#187; Windows 2008</title>
	<atom:link href="http://techibee.com/category/windows-2008/feed" rel="self" type="application/rss+xml" />
	<link>http://techibee.com</link>
	<description>A System Administrator&#039;s Blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 09:40:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PowerShell: Get Windows Cluster instances status</title>
		<link>http://techibee.com/powershell/powershell-get-windows-cluster-instances-status/1199</link>
		<comments>http://techibee.com/powershell/powershell-get-windows-cluster-instances-status/1199#comments</comments>
		<pubDate>Tue, 22 Nov 2011 14:14:53 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[get cluster status using powershell]]></category>
		<category><![CDATA[get failback settings using powershell]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[powershell for managing windows clusters]]></category>
		<category><![CDATA[query windows cluster with powershell]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1199</guid>
		<description><![CDATA[Using powershell, we can query the status of a given windows cluster and instances inside it. With Windows 2008, MS is offering this ability. You need to import the failoverclusters  module to use the cmdlets available to manage windows cluster. Import cluster module: Import-module failoverclusters Using this module you can do variety of things in [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-12000"></div></div><p>Using powershell, we can query the status of a given windows cluster and instances inside it. With Windows 2008, MS is offering this ability. You need to import the <strong>failoverclusters  </strong>module to use the cmdlets available to manage windows cluster.</p>
<p><strong>Import cluster module:</strong></p>
<p>Import-module failoverclusters</p>
<p>Using this module you can do variety of things in cluster like adding and deleting disk, adding and deleting network interfaces, adding and deleting any other cluster resources, what not, you can do majority of operations with this powershell module.</p>
<p>Now I will give you a little example about how to connect to a cluster and get instances hosted on it.</p>
<pre class="PowerShellColorizedScript"><span style="color: #0000ff;">Get-Cluster</span> <span style="color: #000080;">-Name</span> <span style="color: #8a2be2;">cluster1.domain.com</span> <span style="color: #a9a9a9;">|</span> <span style="color: #0000ff;">Get-ClusterGroup</span></pre>
<p>The above will connect to cluster1.domain.com and returns the status of groups/instances hosted on this cluster. You can also see preferred nodes, fail-over, fail-back settings for a given group, etc. I will try to post about them when I get a changes.</p>
<p>For your quick reference, I am posting the cluster cmdlets (source: <a href="http://technet.microsoft.com/en-us/library/ee461009.aspx">technet</a>)</p>
<table>
<tbody>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143765" target="_blank">Add-ClusterDisk</a></td>
<td>Make a new disk available for use in a failover cluster. The disk (LUN) must be exposed to all nodes in the failover cluster, and should not be exposed to any other servers.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143766" target="_blank">Add-ClusterFileServerRole</a></td>
<td>Create a clustered file server (resource group that includes one or more disks, on which you can create shared folders for users).</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143767" target="_blank">Add-ClusterGenericApplicationRole</a></td>
<td>Configure high availability for an application that was not originally designed to run in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143768" target="_blank">Add-ClusterGenericScriptRole</a></td>
<td>Configure an application controlled by a script that runs in Windows Script Host, within a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143769" target="_blank">Add-ClusterGenericServiceRole</a></td>
<td>Configure high availability for a service that was not originally designed to run in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143770" target="_blank">Add-ClusterGroup</a></td>
<td>Add an empty resource group to the failover cluster configuration, in preparation for adding clustered resources to the group.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143771" target="_blank">Add-ClusterNode</a></td>
<td>Add a node (server) to a failover cluster. Before adding the new node, you should run validation tests on the existing nodes together with the proposed new node.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143772" target="_blank">Add-ClusterPrintServerRole</a></td>
<td>Create a clustered print server (a resource group that includes a printer and a disk for storing print job information and printer drivers).</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143773" target="_blank">Add-ClusterResource</a></td>
<td>Add a resource to a clustered service or application (resource group) in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143774" target="_blank">Add-ClusterResourceDependency</a></td>
<td>Add a resource to the list of resources that a particular resource depends on (using AND as the connector) within a failover cluster. Existing dependencies will remain in the list.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143775" target="_blank">Add-ClusterResourceType</a></td>
<td>Add a resource type to a failover cluster, and specify information such as the dynamic-link library (DLL) to use with that resource type.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143776" target="_blank">Add-ClusterServerRole</a></td>
<td>Add a group containing only a client access point and storage to the failover cluster configuration.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143777" target="_blank">Add-ClusterSharedVolume</a></td>
<td>Make a volume available in Cluster Shared Volumes in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143778" target="_blank">Add-ClusterVirtualMachineRole</a></td>
<td>Create a clustered virtual machine, that is, a virtual machine that can be failed over if necessary to a different server in the failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143779" target="_blank">Block-ClusterAccess</a></td>
<td>Prevent the specified user or users from accessing a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143780" target="_blank">Clear-ClusterDiskReservation</a></td>
<td>Clear the persistent reservation on a disk in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143781" target="_blank">Clear-ClusterNode</a></td>
<td>Clear the cluster configuration from a node that was evicted from a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143782" target="_blank">Get-Cluster</a></td>
<td>Get information about one or more failover clusters in a given domain.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143783" target="_blank">Get-ClusterAccess</a></td>
<td>Get information about permissions that control access to a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143784" target="_blank">Get-ClusterAvailableDisk</a></td>
<td>Get information about the disks that can support failover clustering and are visible to all nodes, but are not yet part of the set of clustered disks.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143785" target="_blank">Get-ClusterGroup</a></td>
<td>Get information about one or more clustered services or applications (resource groups) in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143786" target="_blank">Get-ClusterLog</a></td>
<td>Create a log file for all nodes (or a specific node) in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143787" target="_blank">Get-ClusterNetwork</a></td>
<td>Get information about one or more networks in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143788" target="_blank">Get-ClusterNetworkInterface</a></td>
<td>Get information about one or more network adapters in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143789" target="_blank">Get-ClusterNode</a></td>
<td>Get information about one or more nodes (servers) in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143790" target="_blank">Get-ClusterOwnerNode</a></td>
<td>For a resource in a failover cluster, get information about which nodes can own the resource. For a clustered service or application (a resource group), get information about the order of preference among owner nodes.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143791" target="_blank">Get-ClusterParameter</a></td>
<td>Get detailed information about an object in a failover cluster, such as a cluster resource. This cmdlet is used to manage private properties for a cluster object.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143792" target="_blank">Get-ClusterQuorum</a></td>
<td>Get information about the quorum configuration of a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143793" target="_blank">Get-ClusterResource</a></td>
<td>Get information about one or more resources in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143794" target="_blank">Get-ClusterResourceDependency</a></td>
<td>Get information about the dependencies that have been configured between clustered resources in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143795" target="_blank">Get-ClusterResourceDependencyReport</a></td>
<td>Generate a report that lists the dependencies between resources in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143796" target="_blank">Get-ClusterResourceType</a></td>
<td>Get information about one or more resource types in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143797" target="_blank">Get-ClusterSharedVolume</a></td>
<td>Get information about Cluster Shared Volumes in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143798" target="_blank">Grant-ClusterAccess</a></td>
<td>Grant access to a failover cluster, either full access or read-only access.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143799" target="_blank">Move-ClusterGroup</a></td>
<td>Move a clustered service or application (a resource group) from one node to another in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143800" target="_blank">Move-ClusterResource</a></td>
<td>Move a clustered resource from one clustered service or application to another within a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143801" target="_blank">Move-ClusterSharedVolume</a></td>
<td>Move a Cluster Shared Volume to ownership by a different node in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143802" target="_blank">Move-ClusterVirtualMachineRole</a></td>
<td>Move the ownership of a clustered virtual machine to a different node.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143803" target="_blank">New-Cluster</a></td>
<td>Create a new failover cluster. Before you can create a cluster, you must connect the hardware (servers, networks, and storage), and run the validation tests.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143804" target="_blank">Remove-Cluster</a></td>
<td>Destroy an existing failover cluster. The affected servers will no longer function together as a cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143805" target="_blank">Remove-ClusterAccess</a></td>
<td>Remove a user from the access list on the cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143806" target="_blank">Remove-ClusterGroup</a></td>
<td>Remove a clustered service or application (also called a resource group) from a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143807" target="_blank">Remove-ClusterNode</a></td>
<td>Remove a node from a failover cluster. After the node is removed, it no longer functions as part of the cluster unless you add it back to the cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143808" target="_blank">Remove-ClusterResource</a></td>
<td>Remove a clustered resource from the failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143809" target="_blank">Remove-ClusterResourceDependency</a></td>
<td>Remove a dependency between two resources in a clustered service or application within a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143810" target="_blank">Remove-ClusterResourceType</a></td>
<td>Remove a resource type from a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143811" target="_blank">Remove-ClusterSharedVolume</a></td>
<td>Remove a volume from the Cluster Shared Volumes in a failover cluster, and place it in Available Storage in the cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143812" target="_blank">Repair-ClusterSharedVolume</a></td>
<td>Run repair tools on a Cluster Shared Volume locally on a cluster node.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143813" target="_blank">Resume-ClusterNode</a></td>
<td>Resume activity on a failover cluster node after you have suspended it (that is, paused it).</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143814" target="_blank">Resume-ClusterResource</a></td>
<td>Turn off maintenance for a disk resource or Cluster Shared Volume within a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143815" target="_blank">Set-ClusterLog</a></td>
<td>Set the size and level of detail for the cluster log.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143816" target="_blank">Set-ClusterOwnerNode</a></td>
<td>For a resource in a failover cluster, specify which nodes can own the resource. For a clustered service or application (a resource group), specify information about the order of preference among owner nodes.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143817" target="_blank">Set-ClusterParameter</a></td>
<td>Control specific properties of an object in a failover cluster, such as a resource, a group, or a network.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143818" target="_blank">Set-ClusterQuorum</a></td>
<td>Configure quorum options for a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143819" target="_blank">Set-ClusterResourceDependency</a></td>
<td>Specify the resources that a particular resource depends on within a failover cluster. Existing dependencies will be overwritten by the dependencies that you specify.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143820" target="_blank">Start-Cluster</a></td>
<td>Start the Cluster service on all nodes of the cluster on which it is not yet started.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143821" target="_blank">Start-ClusterGroup</a></td>
<td>Bring one or more clustered services and applications (also known as resource groups) online on a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143822" target="_blank">Start-ClusterNode</a></td>
<td>Start the Cluster service on a node in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143823" target="_blank">Start-ClusterResource</a></td>
<td>Bring a resource online in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143824" target="_blank">Stop-Cluster</a></td>
<td>Stop the Cluster service on all nodes in a failover cluster, which will stop all services and applications configured in the cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143825" target="_blank">Stop-ClusterGroup</a></td>
<td>Take one or more clustered services and applications (also known as resource groups) offline on a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143826" target="_blank">Stop-ClusterNode</a></td>
<td>Stop the Cluster service on a node in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143827" target="_blank">Stop-ClusterResource</a></td>
<td>Take a resource offline in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143828" target="_blank">Suspend-ClusterNode</a></td>
<td>Suspend activity on a failover cluster node, that is, pause the node.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143829" target="_blank">Suspend-ClusterResource</a></td>
<td>Turn on maintenance for a disk resource or Cluster Shared Volume so that you can run a disk maintenance tool without triggering failover.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143830" target="_blank">Test-Cluster</a></td>
<td>Run validation tests for failover cluster hardware and settings. Tests can be run both before and after a cluster is set up.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143831" target="_blank">Test-ClusterResourceFailure</a></td>
<td>Simulate a failure of a cluster resource.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143832" target="_blank">Update-ClusterIPResource</a></td>
<td>Renew or release the DHCP lease for an IP address resource in a failover cluster.</td>
</tr>
<tr>
<td><a href="http://go.microsoft.com/fwlink/?LinkId=143833" target="_blank">Update-ClusterVirtualMachineConfiguration</a></td>
<td>Refresh the configuration of a clustered virtual machine within a failover cluster.</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/powershell/powershell-get-windows-cluster-instances-status/1199/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix: Live Communications Server tab is not showing up in Active Directory Users and Computers MMC(dsa.msc)</title>
		<link>http://techibee.com/active-directory/fix-live-communications-server-tab-is-not-showing-up-in-active-directory-users-and-computers-mmcdsa-msc/1181</link>
		<comments>http://techibee.com/active-directory/fix-live-communications-server-tab-is-not-showing-up-in-active-directory-users-and-computers-mmcdsa-msc/1181#comments</comments>
		<pubDate>Thu, 17 Nov 2011 18:16:40 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[LCS tab not visible in dsa.msc]]></category>
		<category><![CDATA[lcs tab not visible in user properties]]></category>
		<category><![CDATA[live communications tab not opening]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1181</guid>
		<description><![CDATA[While having some discussion with my wife today, I came across an interesting scenario where &#8220;Active Directory Users and Computers&#8221; MMC is not showing the &#8220;Live Communications Server&#8221; tab in user properties though the LCS administrator tools are installed. I searched about same problem in internet and looks like many people have already experienced this. [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-11820"></div></div><p>While having some discussion with my wife today, I came across an interesting scenario where &#8220;Active Directory Users and Computers&#8221; MMC is not showing the &#8220;Live Communications Server&#8221; tab in user properties though the LCS administrator tools are installed. I searched about same problem in internet and looks like many people have already experienced this. For some, enabling the &#8220;advanced features&#8221; option in dsa.msc MMC fixed the issue and some people installed the console on XP computers to work around the problem.</p>
<p>In the particular case where my wife did the troubleshooting, she found that LCS administrator tools are of 32-bit version and they were installed on a 64-bit OS server. So, what is the problem? 64-bit OS supports 32-bit right? what is the problem?.</p>
<p>The problem is that, when you launch dsa.msc MMC from run command, it will fire-up 64-bit version of MMC which looks like has some troubles in taking with 32-bit version of LCS tools. Hence, it is not loading the LCS related tabs in the properties of any user accounts.</p>
<p>To work around this problem, one can open dsa.msc in 32-bit mode by just simply typing the below command.</p>
<blockquote><p><span style="color: #0000ff;"><strong>dsa.msc -32</strong></span></p></blockquote>
<p>You can use the similar trick to launch any MMC in 32-bit mode. After opening, just look the process name in task manager, you will find mmc.exe*32 which indicates a 32-bit process name. You will find normal mmc.exe if you run mmc without -32 switch.</p>
<p>I somehow felt this is interested topic every systemadmin should aware. Hence authored this post.</p>
<p>Hope this helps. Happy learning&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/active-directory/fix-live-communications-server-tab-is-not-showing-up-in-active-directory-users-and-computers-mmcdsa-msc/1181/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>only administrators have permission to add software during terminal services. if you want to install or configure software on server contact your admistrator</title>
		<link>http://techibee.com/general/only-administrators-have-permission-to-add-software-during-terminal-services-if-you-want-to-install-or-configure-software-on-server-contact-your-admistrator/1150</link>
		<comments>http://techibee.com/general/only-administrators-have-permission-to-add-software-during-terminal-services-if-you-want-to-install-or-configure-software-on-server-contact-your-admistrator/1150#comments</comments>
		<pubDate>Thu, 10 Nov 2011 13:09:30 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1150</guid>
		<description><![CDATA[You might see the error message outlined in subject while installing/uninstalling software on windows 2003 computer by connecting to terminal services. We all know that application installation has certain limitations when it comes to terminal services (anyone know why?). In such cases if you still want to install/uninstall the application on these terminal services enabled [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-11510"></div></div><p>You might see the error message outlined in subject while installing/uninstalling software on windows 2003 computer by connecting to terminal services. We all know that application installation has certain limitations when it comes to terminal services (anyone know why?). In such cases if you still want to install/uninstall the application on these terminal services enabled servers, you need to choose one of the following methods.</p>
<p>If this the requirement is just one of the case, then option#1 best suits you.</p>
<p><strong>Option#1:</strong></p>
<p>start mstsc with /console or /admin option and then connect to the server. This allows you to connect to the console of the server directly eliminating terminal services piece from you way.</p>
<blockquote><p>Go to start -&gt; Run -&gt; type &#8220;mstsc /admin /v:servername&#8221; and click OK if you are using RDP client v6 or above</p>
<p>Go to start -&gt;Run -&gt; type &#8220;mstsc /console /v:servername&#8221; and click OK if you are using legacy version of RDP client.</p></blockquote>
<p><strong>Option#2:</strong></p>
<p>If your administrators are expected to install applications on servers by connecting via terminal services, then you need to make sure that application installation is allowed. You can do it via group policies.</p>
<blockquote><p>&#8220;computer configuration&#8221; -&gt; &#8220;administrative templates&#8221; -&gt; &#8220;windows components&#8221; -&gt; &#8220;windows installer&#8221; -&gt; &#8220;allow admin to install from terminal server session&#8221; should be <strong>enabled</strong></p></blockquote>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/general/only-administrators-have-permission-to-add-software-during-terminal-services-if-you-want-to-install-or-configure-software-on-server-contact-your-admistrator/1150/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell: Uninstall windows hotfixes(updates)</title>
		<link>http://techibee.com/powershell/powershell-uninstall-windows-hotfixesupdates/1084</link>
		<comments>http://techibee.com/powershell/powershell-uninstall-windows-hotfixesupdates/1084#comments</comments>
		<pubDate>Fri, 12 Aug 2011 15:40:37 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[hotfix uninstallation]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[security updates uninstallation]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1084</guid>
		<description><![CDATA[Are you in need of a script which uninstall patches from both local and remote computers? You landed at right place. Today I came across a question in one of the forum asking for a way to uninstall patches/security updates/hotfixes from llocal or remote computers. While this is an easy thing to perform on local [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-10850"></div></div><p>Are you in need of a script which uninstall patches from both local and remote computers? You landed at right place. Today I came across a question in one of the forum asking for a way to uninstall patches/security updates/hotfixes from llocal or remote computers. While this is an easy thing to perform on local computers, it is little tricky when it comes to remote computers. I thought about it some time and finally came up with below code which works for both local and remote computers. All it does is, constructs a uninstall command for the given patch and executes that using WMI process class.</p>
<p>This script comes handy for you when you want to uninstall patches from Windows 2008 Core server which don&#8217;t have a GUI and can&#8217;t perform uninstallations the way you do in regular windows 2008 OS.</p>
<p><strong>Here is the code:</strong></p>
<pre class="PowerShellColorizedScript"><span style="color: #00008b;">function</span> <span style="color: #8a2be2;">Uninstall-Hotfix</span> <span style="color: #000000;">{</span>
<span style="color: #a9a9a9;">[</span><span style="color: #add8e6;">cmdletbinding</span><span style="color: #000000;">(</span><span style="color: #000000;">)</span><span style="color: #a9a9a9;">]</span>
<span style="color: #00008b;">param</span><span style="color: #000000;">(</span>
<span style="color: #ff4500;">$computername</span> <span style="color: #a9a9a9;">=</span> <span style="color: #ff4500;">$env:computername</span><span style="color: #a9a9a9;">,</span>
<span style="color: #008080;">[string]</span> <span style="color: #ff4500;">$HotfixID</span>
<span style="color: #000000;">)</span>            

<span style="color: #ff4500;">$hotfixes</span> <span style="color: #a9a9a9;">=</span> <span style="color: #0000ff;">Get-WmiObject</span> <span style="color: #000080;">-ComputerName</span> <span style="color: #ff4500;">$computername</span> <span style="color: #000080;">-Class</span> <span style="color: #8a2be2;">Win32_QuickFixEngineering</span> <span style="color: #a9a9a9;">|</span> <span style="color: #0000ff;">select</span> <span style="color: #8a2be2;">hotfixid</span>            

<span style="color: #00008b;">if</span><span style="color: #000000;">(</span><span style="color: #ff4500;">$hotfixes</span> <span style="color: #a9a9a9;">-match</span> <span style="color: #ff4500;">$hotfixID</span><span style="color: #000000;">)</span> <span style="color: #000000;">{</span>
    <span style="color: #ff4500;">$hotfixID</span> <span style="color: #a9a9a9;">=</span> <span style="color: #ff4500;">$HotfixID</span><span style="color: #a9a9a9;">.</span><span style="color: #000000;">Replace</span><span style="color: #000000;">(</span><span style="color: #8b0000;">"KB"</span><span style="color: #a9a9a9;">,</span><span style="color: #8b0000;">""</span><span style="color: #000000;">)</span>
    <span style="color: #0000ff;">Write-host</span> <span style="color: #8b0000;">"Found the hotfix KB"</span> <span style="color: #8a2be2;">+</span> <span style="color: #ff4500;">$HotfixID</span>
    <span style="color: #0000ff;">Write-Host</span> <span style="color: #8b0000;">"Uninstalling the hotfix"</span>
    <span style="color: #ff4500;">$UninstallString</span> <span style="color: #a9a9a9;">=</span> <span style="color: #8b0000;">"cmd.exe /c wusa.exe /uninstall /KB:$hotfixID /quiet /norestart"</span>
    <span style="color: #000000;">(</span><span style="color: #008080;">[WMICLASS]</span><span style="color: #8b0000;">"\$computernameROOTCIMV2:win32_process"</span><span style="color: #000000;">)</span><span style="color: #a9a9a9;">.</span><span style="color: #000000;">Create</span><span style="color: #000000;">(</span><span style="color: #ff4500;">$UninstallString</span><span style="color: #000000;">)</span> <span style="color: #a9a9a9;">|</span> <span style="color: #0000ff;">out-null</span>            

    <span style="color: #00008b;">while</span> <span style="color: #000000;">(</span><span style="color: #000000;">@(</span><span style="color: #0000ff;">Get-Process</span> <span style="color: #8a2be2;">wusa</span> <span style="color: #000080;">-computername</span> <span style="color: #ff4500;">$computername</span> <span style="color: #000080;">-ErrorAction</span> <span style="color: #8a2be2;">SilentlyContinue</span><span style="color: #000000;">)</span><span style="color: #a9a9a9;">.</span><span style="color: #000000;">Count</span> <span style="color: #a9a9a9;">-ne</span> <span style="color: #800080;">0</span><span style="color: #000000;">)</span> <span style="color: #000000;">{</span>
        <span style="color: #0000ff;">Start-Sleep</span> <span style="color: #800080;">3</span>
        <span style="color: #0000ff;">Write-Host</span> <span style="color: #8b0000;">"Waiting for update removal to finish ..."</span>
    <span style="color: #000000;">}</span>
<span style="color: #0000ff;">write-host</span> <span style="color: #8b0000;">"Completed the uninstallation of $hotfixID"</span>
<span style="color: #000000;">}</span>
<span style="color: #00008b;">else</span> <span style="color: #000000;">{</span>            

<span style="color: #0000ff;">write-host</span> <span style="color: #8b0000;">"Given hotfix($hotfixID) not found"</span>
<span style="color: #00008b;">return</span>
<span style="color: #000000;">}</span>            

<span style="color: #000000;">}</span></pre>
<p><strong>Usage:</strong></p>
<pre class="PowerShellColorizedScript"><span style="color: #0000ff;">Uninstall-HotFix</span> <span style="color: #000080;">-ComputerName</span> <span style="color: #8a2be2;">PC1</span> <span style="color: #000080;">-HotfixID</span> <span style="color: #8a2be2;">KB123456</span></pre>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/powershell/powershell-uninstall-windows-hotfixesupdates/1084/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to install powershell on Windows 2008 R2 Core Server</title>
		<link>http://techibee.com/powershell/how-to-install-powershell-on-windows-2008-r2-core-server/1072</link>
		<comments>http://techibee.com/powershell/how-to-install-powershell-on-windows-2008-r2-core-server/1072#comments</comments>
		<pubDate>Tue, 09 Aug 2011 17:44:36 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[windows 2008 core]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1072</guid>
		<description><![CDATA[After you install Windows 2008 R2 Core Server from media, you notice that powershell is installed by default. PowerShell is essential in Core environment to administer core operating system. So, it is recommended to install powershell after you install Core operating system to take full advantage of this powerful programming language in configuring the several [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-10730"></div></div><p><span style="font-family: Calibri; color: #000000;">After you install Windows 2008 R2 Core Server from media, you notice that powershell is installed by default. PowerShell is essential in Core environment to administer core operating system. So, it is recommended to install powershell after you install Core operating system to take full advantage of this powerful programming language in configuring the several OS parameters. Today, I installed a core server and thought of writing a articles on how to install powershell in Core.</span></p>
<p><strong><span style="font-family: Calibri; color: #000000;">Procedure to install powershell in Windows 2008 R2 Server Core:</span></strong></p>
<ol>
<li><span style="font-family: Calibri; color: #000000;">Logon to the Server with administrator account and start server configuration wizard by typing “SCONFIG” in command prompt.<br />
<a href="http://techibee.com/wp-content/uploads/2011/08/sconfig.png"><img class="aligncenter size-full wp-image-1073" title="sconfig" src="http://techibee.com/wp-content/uploads/2011/08/sconfig.png" alt="" width="684" height="358" /></a></span></li>
<li><span style="font-family: Calibri; color: #000000;">Select option “4” in Server Configuration wizard to enter into “Configure Remote Management”<br />
<a href="http://techibee.com/wp-content/uploads/2011/08/config-remote-management.png"><img class="aligncenter size-full wp-image-1074" title="config remote management" src="http://techibee.com/wp-content/uploads/2011/08/config-remote-management.png" alt="" width="696" height="363" /></a></span></li>
<li><span style="font-family: Calibri; color: #000000;">Select option “2” to install powershell (Enable Windows PowerShell)<br />
<a href="http://techibee.com/wp-content/uploads/2011/08/installation-progress.png"><img class="aligncenter size-full wp-image-1075" title="installation progress" src="http://techibee.com/wp-content/uploads/2011/08/installation-progress.png" alt="" width="716" height="536" /></a></span></li>
<li><span style="font-family: Calibri; color: #000000;">Reboot the server if prompted<br />
<a href="http://techibee.com/wp-content/uploads/2011/08/reboot-after-powershell-installation.png"><img class="aligncenter size-full wp-image-1076" title="reboot-after-powershell-installation" src="http://techibee.com/wp-content/uploads/2011/08/reboot-after-powershell-installation.png" alt="" width="414" height="188" /></a></span></li>
</ol>
<p><span style="font-family: Calibri; color: #000000;"> </span></p>
<p><span style="font-family: Calibri; color: #000000;">This completes the installation. Now you can start powershell by starting the process &#8220;powershell.exe&#8221; either from command prompt or from task manager.</span></p>
<p><span style="font-family: Calibri; color: #000000;">Hope this helps&#8230;</span></p>
<p><span style="font-family: Calibri; color: #000000;"> </span></p>
<p><span style="font-family: Calibri; color: #000000;"> </span></p>
<p><span style="font-family: Calibri; color: #000000;"> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/powershell/how-to-install-powershell-on-windows-2008-r2-core-server/1072/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Command line to disable network connection in windows 2008/Windows 7</title>
		<link>http://techibee.com/tips/command-line-to-disable-network-connection-in-windows-2008windows-7/1046</link>
		<comments>http://techibee.com/tips/command-line-to-disable-network-connection-in-windows-2008windows-7/1046#comments</comments>
		<pubDate>Mon, 11 Jul 2011 11:09:03 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[command line to disable network connection]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1046</guid>
		<description><![CDATA[I inspired from my previous post,  and decide to do some network interface related operations from command line as they helps me when managing Windows 2008 Core Operating system. Another command that I am going to provide now is to disable network connection from command line. netsh interface set interface name=&#8221;Local Area Connection 1&#8243; admin=DISABLED [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-10470"></div></div><p>I inspired from <a href="http://techibee.com/windows-7/disable-windows-firewall-from-command-line/1043" target="_blank">my previous post</a>,  and decide to do some network interface related operations from command line as they helps me when managing Windows 2008 Core Operating system. Another command that I am going to provide now is to disable network connection from command line.</p>
<blockquote><p><strong>netsh interface set interface name=&#8221;Local Area Connection 1&#8243; admin=DISABLED</strong></p></blockquote>
<p>In about command, <strong>&#8220;Local Area Connection 1&#8243;</strong> is the name of the connection that you want to disable. You can change the value of <strong>&#8220;Admin&#8221;</strong> to <strong>&#8220;Enable&#8221;</strong> to enable back the network connection. Similarly, if you want to rename the network connection, you can use newname parameter. Below is the command.</p>
<blockquote><p><strong>netsh interface set interface name=&#8221;Local Area Connection 1&#8243; newname=&#8221;My NIC1&#8243;</strong></p></blockquote>
<p>Above command renames &#8220;Local Area Connection 1&#8243; network to &#8220;My NIC1&#8243;.</p>
<p>Hope this helps&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/tips/command-line-to-disable-network-connection-in-windows-2008windows-7/1046/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Disable Windows firewall from command line</title>
		<link>http://techibee.com/windows-2008/disable-windows-firewall-from-command-line/1043</link>
		<comments>http://techibee.com/windows-2008/disable-windows-firewall-from-command-line/1043#comments</comments>
		<pubDate>Mon, 11 Jul 2011 10:48:57 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[command line to disable windows firewall]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[turn off firewall]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1043</guid>
		<description><![CDATA[When you are working on Windows 2008 core, you get requirement to disable firewall functionality to allow all programs communication. The default firewall settings blocks most of the ports(including remote management) and administrator has to explicitly open them on need basis. The default Core console allows you to perform only few network operations like listing [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-10440"></div></div><p>When you are working on Windows 2008 core, you get requirement to disable firewall functionality to allow all programs communication. The default firewall settings blocks most of the ports(including remote management) and administrator has to explicitly open them on need basis. The default Core console allows you to perform only few network operations like listing and assigning IP address, but if you want to perform advanced operations like disabling firewall functionality in all profiles(see my post <a href="http://techibee.com/windows-2008/what-is-domain-public-and-private-profiles-in-windows-2008-firewall/478">http://techibee.com/windows-2008/what-is-domain-public-and-private-profiles-in-windows-2008-firewall/478</a> for different profiles in 2008 firewall), you need to rely on some command line options.</p>
<p>Netsh is one of the very useful command line utilities in windows environment. Now in this post, I will show you how to disable firewall profiles(Private, public, domain) on a windows 2008 Core. You need this command in Server Core environment because, you cannot manage firewall remotely as there is a provision and you can not manage it from local host as core supports no GUI. Only option is command line utility.</p>
<p>Now, let us see how we can disable firewall functionality from all profiles</p>
<blockquote><p><strong>netsh advfirewall set allprofiles state off</strong></p></blockquote>
<p>If you want to turn off the firewall for individual  profiles use the below commands</p>
<blockquote><p><strong>netsh advfirewall set domainprofile state off</strong></p>
<p><strong>netsh advfirewall set privateprofile state off</strong></p>
<p><strong>netsh advfirewall set publicprofile state off</strong></p></blockquote>
<p>You can turn on firewall back by simply replacing <strong>&#8220;off&#8221;</strong> with <strong>&#8220;on&#8221;</strong> in above commands.</p>
<p>Netsh utility allows us to perform more set of operations on different components of operating system. You can explore the help(netsh /?) to lean about it further.</p>
<p>You can also download a NetSH Technical reference guide from MS website. Refer to <a href="http://techibee.com/general/download-netsh-technical-reference-for-windows-2008windows-7/494" target="_blank">http://techibee.com/general/download-netsh-technical-reference-for-windows-2008windows-7/494</a> for more details.</p>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/windows-2008/disable-windows-firewall-from-command-line/1043/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Block installation of Windows 7/Windows 2008 R2 Service Pack 1</title>
		<link>http://techibee.com/tips/block-installation-of-windows-7windows-2008-r2-service-pack-1/895</link>
		<comments>http://techibee.com/tips/block-installation-of-windows-7windows-2008-r2-service-pack-1/895#comments</comments>
		<pubDate>Sun, 06 Mar 2011 17:32:21 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=895</guid>
		<description><![CDATA[Microsoft has released a tool which helps you in blocking the installation of Windows 7/Windows 2008 R2 Service Pack 1 through windows Updates. You can download it from here. This download contains three files. 1. SPBlockingTool.exe &#8212; A microsoft executable 2. SPReg.bat  &#8211;  A batch script 3. NoSPUpdate.ADM &#8212; A ADM file to use with [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-8960"></div></div><p>Microsoft has released a tool which helps you in blocking the installation of Windows 7/Windows 2008 R2 Service Pack 1 through windows Updates. You can download it from <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=d7c9a07a-5267-4bd6-87d0-e2a72099edb7&amp;displaylang=en" target="_blank">here</a>.</p>
<p>This download contains three files.</p>
<p>1. SPBlockingTool.exe &#8212; A microsoft executable</p>
<p>2. SPReg.bat  &#8211;  A batch script</p>
<p>3. NoSPUpdate.ADM &#8212; A ADM file to use with GPOs</p>
<p>The installation of service pack 1 through Windows Update can be stopped with one of the above above given tools. If you plan to use the executable, you need to pass /B switch to it to block the installation and /U switch to unblock the installation. Similar functionality can be achieved with BAT script also. It helps you to run against remote system as well. Third approach is using the ADM file in your Group Policies. This GPO procedure is very straight forward and like using any other ADM file.</p>
<p>Irrespective of approach you use, it creates a key value name &#8220;<strong>DoNotAllowSP</strong>&#8221; and sets it to &#8220;<strong>1</strong>&#8221; under <strong>HKLMSoftwarePoliciesMicrosoftWindowsWindowsUpdate</strong> registry key to block the installation. It deletes this newly created key when you instruct it to unblock the installation restriction.</p>
<p>Hope this helps you.</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/tips/block-installation-of-windows-7windows-2008-r2-service-pack-1/895/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable/enable network connections on windows 2008 core</title>
		<link>http://techibee.com/windows-2008/disableenable-network-connections-on-windows-2008-core/819</link>
		<comments>http://techibee.com/windows-2008/disableenable-network-connections-on-windows-2008-core/819#comments</comments>
		<pubDate>Tue, 12 Oct 2010 05:48:59 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[windows 2008 core]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=819</guid>
		<description><![CDATA[Since windows core provides a CLI based interface, it necessitates learning command line stuff for system administrators. Though most of the tasks can be performed remotely, tasks related to network has to be done from the Core console itself. Here in this post, I will provide you two simple commands to enable and disable network [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-8200"></div></div><p>Since windows core provides a CLI based interface, it necessitates learning command line stuff for system administrators. Though most of the tasks can be performed remotely, tasks related to network has to be done from the Core console itself. Here in this post, I will provide you two simple commands to enable and disable network connections from Windows 2008 Core console.</p>
<p>First let&#8217;s see the list of network adapters available in the server.</p>
<blockquote><p>Netsh interface ipv4 show interface</p></blockquote>
<p>Now disable the connection with name &#8220;Local Area Connection 2&#8243;</p>
<blockquote><p>netsh interface set interface &#8220;Local Area Connection 2&#8243; DISABLE</p></blockquote>
<p>Similarly, to enable a connection back, just replace DISABLE with ENABLE in above command.</p>
<p>I recommend doing these operations from server console(or ILO/DRAC) directly as this can cause network interruptions and running these commands can take your server out of network. Cross verify the commands and run them with caution.</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/windows-2008/disableenable-network-connections-on-windows-2008-core/819/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Windows Firewall Logging in Windows 7 and Windows 2008 R2</title>
		<link>http://techibee.com/windows-2008/enable-windows-firewall-logging-in-windows-7-and-windows-2008-r2/606</link>
		<comments>http://techibee.com/windows-2008/enable-windows-firewall-logging-in-windows-7-and-windows-2008-r2/606#comments</comments>
		<pubDate>Fri, 16 Jul 2010 16:46:00 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Windows 2008]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[enable windows 7 firewall logging in windows 2008 R2]]></category>
		<category><![CDATA[enable windows firewall logging on windows 7]]></category>
		<category><![CDATA[troubleshooting windows firewall issues]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=606</guid>
		<description><![CDATA[Windows Firewall is one of the components which is enhanced greatly from windows XP to windows 7. In windows 7 it acts as two way firewall(Inbound/Outbound) with many advanced security features. This is also called as &#8220;Windows Firewall with Advanced security&#8221; in Window s7. The more features, the more details you need it for troubleshooting [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-6070"></div></div><p>Windows Firewall is one of the components which is enhanced greatly from windows XP to windows 7. In windows 7 it acts as two way firewall(Inbound/Outbound) with many advanced security features. This is also called as &#8220;Windows Firewall with Advanced security&#8221; in Window s7.</p>
<p>The more features, the more details you need it for troubleshooting issues. Since this version of firewall acts as a bi-directional one, you need good amount logging to troubleshoot network connection level issues on windows 7 and windows 2008 R2.</p>
<p>This article talks about how to enable this logging, location of log files, and few more options avaiLalble in logging.</p>
<p><strong>Enabling Logging in Windows 7/Windows 2008 firewall.</strong></p>
<p>It is pretty easy. If you want to enable on a single computer, just go to <strong>Start</strong> -&gt; <strong>RUN -&gt; </strong>and type <strong> wf.msc </strong>, this opens up <strong>&#8220;Windows Firewall with Advanced Security&#8221;</strong>.</p>
<p>Now Right click on <strong>&#8220;Windows Firewall With Advanced Security on Local Computer&#8221;</strong> and go to properties which opens below page.</p>
<p><a href="http://techibee.com/wp-content/uploads/2010/07/Windows-firewall-properties1.png"><img class="aligncenter size-full wp-image-610" title="Windows-firewall-properties" src="http://techibee.com/wp-content/uploads/2010/07/Windows-firewall-properties1.png" alt="" width="415" height="462" /></a></p>
<p>Select <strong>&#8220;Customize&#8221;</strong> option under logging.</p>
<p>There browse for log files location where you want to place the logs and also choose the size limit for log files.</p>
<p><a href="http://techibee.com/wp-content/uploads/2010/07/Windows-firewall-logfilepathandsize.png"><img class="aligncenter size-full wp-image-611" title="Windows-firewall-logfilepathandsize" src="http://techibee.com/wp-content/uploads/2010/07/Windows-firewall-logfilepathandsize.png" alt="" width="413" height="309" /></a></p>
<p>Your Logging will not start until you select <strong>&#8220;YES&#8221;</strong> for one of the following options. <strong>1)</strong> Log dropped packets <strong>2)</strong> Log Successful connections.</p>
<p><a href="http://techibee.com/wp-content/uploads/2010/07/Windows-firewall-logging-options1.png"><img class="aligncenter size-full wp-image-612" title="Windows-firewall-logging-options" src="http://techibee.com/wp-content/uploads/2010/07/Windows-firewall-logging-options1.png" alt="" width="415" height="309" /></a></p>
<p>Click <strong>OK</strong> twice to complete your configuration.</p>
<p>This completes the configuration.</p>
<p>In my next post I will talk about how to analyze these logs files. Hope this information helps you.</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/windows-2008/enable-windows-firewall-logging-in-windows-7-and-windows-2008-r2/606/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

