<?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>Terminal Services Log - Blog &#187; terminal services log</title>
	<atom:link href="http://www.terminalserviceslog.com/blog/index.php/category/terminal-services-log/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.terminalserviceslog.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 21 Jul 2010 12:30:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configure Audit Logon Events for Windows Servers and TSL</title>
		<link>http://www.terminalserviceslog.com/blog/index.php/2010/01/11/configuring-auditing-for-windows-servers/</link>
		<comments>http://www.terminalserviceslog.com/blog/index.php/2010/01/11/configuring-auditing-for-windows-servers/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 14:40:29 +0000</pubDate>
		<dc:creator>Frane Borozan</dc:creator>
				<category><![CDATA[features]]></category>
		<category><![CDATA[terminal services log]]></category>
		<category><![CDATA[audit log]]></category>
		<category><![CDATA[auditing]]></category>

		<guid isPermaLink="false">http://www.terminalserviceslog.com/blog/?p=318</guid>
		<description><![CDATA[<p>We are very excited about <a href="http://www.terminalserviceslog.com/blog/index.php/2010/01/04/weve-just-shipped-terminal-services-log-2-6/">Terminal Services Log v2.6 release</a> because it delivers some very interesting features for our existing and new customers.</p>
<p>One of the most interesting features is the ability to audit failure logons and file system actions. Audit logon events you can use to detect failure logons to your server, and detect hacker attacks and former employees failure logons. Terminal Services Log will report you user that is trying to logon, source IP address of the remote attacker and computer name of the attackers PC.</p>
<p>Auditing is a Windows Server feature that is being configured via Group Policy. Every audit&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>We are very excited about <a href="http://www.terminalserviceslog.com/blog/index.php/2010/01/04/weve-just-shipped-terminal-services-log-2-6/">Terminal Services Log v2.6 release</a> because it delivers some very interesting features for our existing and new customers.</p>
<p>One of the most interesting features is the ability to audit failure logons and file system actions. Audit logon events you can use to detect failure logons to your server, and detect hacker attacks and former employees failure logons. Terminal Services Log will report you user that is trying to logon, source IP address of the remote attacker and computer name of the attackers PC.</p>
<p>Auditing is a Windows Server feature that is being configured via Group Policy. Every audit event is being stored to the event log. We are using the information provided in the Event Log and combining it with existing data (user activities, applications being used&#8230;) to create a central monitoring station for your Terminal Services / Remote Desktop / Citrix farms.</p>
<p>Here is the info on how to turn on the logon failure audit events for your server(s). In order to enable Audit Logs you need to:</p>
<ol>
<li>Configure a Group Policy</li>
<li>Enable Audit Log collection in the Terminal Services Log</li>
</ol>
<h3><strong><br />
Configuring Group Policy</strong></h3>
<p>There are two methods how you can apply group policy. Login to your Domain Controller and check if you have <strong>Group Policy Management</strong> in the <strong>Administrative Tools</strong>.</p>
<h3><strong> Configuring Group Policy for a domain WITHOUT Group Policy Management feature:</strong></h3>
<ol>
<li>Login to you <strong>Domain Controller</strong> with an account that has Domain Administrator privileges</li>
<li>Click <strong>Start</strong>, point to <strong>Programs</strong>, point to <strong>Administrative Tools</strong>, and then click <strong>Active Directory Users and Computers</strong>.</li>
<li>On the <strong>View</strong> menu, click <strong>Advanced Features</strong>.</li>
<li>Right-click <strong>Domain Controllers</strong>, and then click <strong>Properties</strong>.</li>
<li>Click the <strong>Group Policy</strong> tab, click <strong>Default Domain Policy</strong>, and then click <strong>Edit</strong>.</li>
<li>Click <strong>Computer Configuration</strong>, double-click <strong>Windows Settings</strong>, double-click <strong>Security Settings</strong>, double-click <strong>Local Policies</strong>, and then double-click <strong>Audit Policy</strong>.</li>
<li>In the right pane, right-click <strong>Audit Logon Events</strong>, and then click <strong>Properties</strong>.</li>
<li>Click <strong>Define These Policy Settings</strong>, and then click to select <strong>Failure</strong></li>
<li>Click <strong>OK</strong>.</li>
<li>The changes you made will only take effect when the policy setting is propagated or applied to your computer. Complete either of the following steps to initiate policy propagation right now:
<ul>
<li>Type <strong>gpupdate /force </strong>at the command prompt of a server and then press ENTER. The policy will be updated.</li>
</ul>
<ul>
<li>Wait for automatic policy propagation that occurs at regular intervals that you can configure. By default, policy propagation occurs every five minutes.</li>
</ul>
</li>
</ol>
<h3><strong><br />
Configuring Group Policy for a domain WITH Group Policy Management feature:</strong></h3>
<ol>
<li>Login to you <strong>Domain Controller</strong> with an account that has Domain Administrator privileges</li>
<li>Click <strong>Start</strong>, point to <strong>Programs</strong>, point to <strong>Administrative Tools</strong>, and then click <strong>Group policy management</strong></li>
<li>Click <strong>Default Domain Policy</strong>, and then click <strong>Edit</strong> (in case you have special policy only for terminal servers select that policy)</li>
<li>Click <strong>Computer Configuration</strong>, double-click <strong>Windows Settings</strong>, double-click <strong>Security Settings</strong>, double-click <strong>Local Policies</strong>, and then double-click <strong>Audit Policy</strong>.</li>
<li>In the right pane, right-click <strong>Audit Logon Events</strong>, and then click <strong>Properties</strong>.</li>
<li>Click <strong>Define These Policy Settings</strong>, and then click to select <strong>Failure</strong></li>
<li>Click <strong>OK</strong>.</li>
</ol>
<p>The changes you made will only take effect when the policy setting is propagated or applied to your computer. Complete either of the following steps to initiate policy propagation right now:</p>
<ul>
<li>Type <strong>gpupdate /force </strong>at the command prompt of a server and then press ENTER. The policy will be updated.</li>
</ul>
<p>Wait for automatic policy propagation that occurs at regular intervals that you can configure. By default, policy propagation occurs every five minutes.</p>
<h3>Configuring Terminal Services Log</h3>
<p>You need to enable collection of audit log data in the <strong>File &gt; Preferences</strong> and you are good to go. Terminal Services Log will start to collect audit information from the event log on regular basis. Click here to check <a href="http://www.terminalserviceslog.com/features/audit-log-reports.asp">sample audit reports</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terminalserviceslog.com/blog/index.php/2010/01/11/configuring-auditing-for-windows-servers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Terminal Services Log is now certified as Works with Windows Server 2008 R2</title>
		<link>http://www.terminalserviceslog.com/blog/index.php/2009/10/27/terminal-services-log-is-now-certified-as-works-with-windows-server-2008-r2/</link>
		<comments>http://www.terminalserviceslog.com/blog/index.php/2009/10/27/terminal-services-log-is-now-certified-as-works-with-windows-server-2008-r2/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 11:29:19 +0000</pubDate>
		<dc:creator>Frane Borozan</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[terminal services log]]></category>

		<guid isPermaLink="false">http://www.terminalserviceslog.com/blog/?p=211</guid>
		<description><![CDATA[<p><a href="http://www.terminalserviceslog.com/blog/wp-content/uploads/2009/10/en-works-ws08r2_gs.png"><img class="alignleft size-full wp-image-212" style="margin-left: 5px; margin-right: 5px;" title="en-works-ws08r2_gs" src="http://www.terminalserviceslog.com/blog/wp-content/uploads/2009/10/en-works-ws08r2_gs.png" alt="en-works-ws08r2_gs" width="152" height="56" align="left" /></a>I am proud to announce that we completed yet another round of certification for Terminal Services Log 2.0, and achieved a new certificate <strong>Works with Windows 2008 R2</strong>. Works with Windows 2008 R2 indicates that the application passed Microsoft’s compatibility tests. Testing has been performed independently by VeriSign a service of <a href="http://www.lionbridge.com.sg/lionbridge.htm">LionBridge</a>. Our product has been tested Windows Server 2008 R2 Enterprise (x64) on Hyper-V.</p>
<p>Compatibility with the latest <a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx">Microsoft Windows 2008 R2 platform</a>, 64bit architecture and Hyper-V confirms our dedication for continuous improvement of the solution for our customers.</p>
<p>We also support Windows Server 2003 x32/x64 and&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.terminalserviceslog.com/blog/wp-content/uploads/2009/10/en-works-ws08r2_gs.png"><img class="alignleft size-full wp-image-212" style="margin-left: 5px; margin-right: 5px;" title="en-works-ws08r2_gs" src="http://www.terminalserviceslog.com/blog/wp-content/uploads/2009/10/en-works-ws08r2_gs.png" alt="en-works-ws08r2_gs" width="152" height="56" align="left" /></a>I am proud to announce that we completed yet another round of certification for Terminal Services Log 2.0, and achieved a new certificate <strong>Works with Windows 2008 R2</strong>. Works with Windows 2008 R2 indicates that the application passed Microsoft’s compatibility tests. Testing has been performed independently by VeriSign a service of <a href="http://www.lionbridge.com.sg/lionbridge.htm">LionBridge</a>. Our product has been tested Windows Server 2008 R2 Enterprise (x64) on Hyper-V.</p>
<p>Compatibility with the latest <a href="http://www.microsoft.com/windowsserver2008/en/us/default.aspx">Microsoft Windows 2008 R2 platform</a>, 64bit architecture and Hyper-V confirms our dedication for continuous improvement of the solution for our customers.</p>
<p>We also support Windows Server 2003 x32/x64 and Windows Server 2008 x32/x64.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terminalserviceslog.com/blog/index.php/2009/10/27/terminal-services-log-is-now-certified-as-works-with-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Terminal Services Log 2.5 agentless &#8211; public beta</title>
		<link>http://www.terminalserviceslog.com/blog/index.php/2009/10/06/terminal-services-log-25-agent-less-public-beta/</link>
		<comments>http://www.terminalserviceslog.com/blog/index.php/2009/10/06/terminal-services-log-25-agent-less-public-beta/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 12:23:31 +0000</pubDate>
		<dc:creator>Frane Borozan</dc:creator>
				<category><![CDATA[terminal services log]]></category>
		<category><![CDATA[enterprise edition]]></category>

		<guid isPermaLink="false">http://www.terminalserviceslog.com/blog/?p=206</guid>
		<description><![CDATA[<p>Hi all,</p>
<p>I am happy to inform you that we have a public beta of the TSL 2.5. Why is it so interesting? Because it now allows agentless monitoring of your TS / Citrix servers; no you only have to install TSL on one dedicated server in your domain. By using our product administrators with mission critical systems don&#8217;t need to worry about application compatibility of their servers, and less software installed on the TS/Citrix means more stable and reliable systems.</p>
<p>If you would like to receive TSL Enterprise (That is how we call it <img src='http://www.terminalserviceslog.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) please send&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>I am happy to inform you that we have a public beta of the TSL 2.5. Why is it so interesting? Because it now allows agentless monitoring of your TS / Citrix servers; no you only have to install TSL on one dedicated server in your domain. By using our product administrators with mission critical systems don&#8217;t need to worry about application compatibility of their servers, and less software installed on the TS/Citrix means more stable and reliable systems.</p>
<p>If you would like to receive TSL Enterprise (That is how we call it <img src='http://www.terminalserviceslog.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) please send us an email to <strong>sales@terminalserviceslog.com</strong> with<strong> Terminal Services Log 2.5 agent less &#8211; public beta</strong> in the subject. Our support team will contact you ASAP and help you with TSL Enterprise installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terminalserviceslog.com/blog/index.php/2009/10/06/terminal-services-log-25-agent-less-public-beta/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing Terminal Services Log Live DEMO via Windows 2008 RemoteApp</title>
		<link>http://www.terminalserviceslog.com/blog/index.php/2009/03/03/introducing-terminal-services-log-live-demo-via-windows-2008-remoteapp/</link>
		<comments>http://www.terminalserviceslog.com/blog/index.php/2009/03/03/introducing-terminal-services-log-live-demo-via-windows-2008-remoteapp/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 00:21:44 +0000</pubDate>
		<dc:creator>Frane Borozan</dc:creator>
				<category><![CDATA[terminal services log]]></category>
		<category><![CDATA[live demo]]></category>
		<category><![CDATA[remote app]]></category>

		<guid isPermaLink="false">http://www.terminalserviceslog.com/blog/?p=60</guid>
		<description><![CDATA[<p>A full-functional installation of <strong>Terminal Services Log</strong> at<strong> <a title="Terminal Services Log Live DEMO" href="http://appdemo.terminalserviceslog.com/tsl.rdp" target="_blank">http://appdemo.terminalserviceslog.com/ </a></strong>Try your hands on the product now.</p>
<p>Requirements for opening hosted application are <strong>Windows XP SP3, Windows Vista SP1 </strong>or <strong>Windows Server 2008.</strong></p>
<p>If you have <strong>Windows XP SP 2</strong> download latest RDP 6.1 client from: <a title="RDP 6.1 Download" href="http://www.microsoft.com/downloads/details.aspx?familyid=6E1EC93D-BDBD-4983-92F7-479E088570AD&#38;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?familyid=6E1EC93D-BDBD-4983-92F7-479E088570AD&#38;displaylang=en</a></p>
<p>If you have <strong>Windows 2003 server</strong>:</p>
<ul>
<li>Download RDP 6.1 client from above</li>
<li>After you downloaded this small 1,6MB package go to the folder where you downloaded it to and Right Click on the File, Choose &#8220;Compatibility&#8221; Tab and select &#8220;Windows XP&#8221;, click on Apply and OK.</li>
<li>Now you can start the installation without Windows saying it wasn&#8217;t meant for this OS.</li>
<li>After installation you&#8230;</li></ul>]]></description>
			<content:encoded><![CDATA[<p>A full-functional installation of <strong>Terminal Services Log</strong> at<strong> <a title="Terminal Services Log Live DEMO" href="http://appdemo.terminalserviceslog.com/tsl.rdp" target="_blank">http://appdemo.terminalserviceslog.com/ </a></strong>Try your hands on the product now.</p>
<p>Requirements for opening hosted application are <strong>Windows XP SP3, Windows Vista SP1 </strong>or <strong>Windows Server 2008.</strong></p>
<p>If you have <strong>Windows XP SP 2</strong> download latest RDP 6.1 client from: <a title="RDP 6.1 Download" href="http://www.microsoft.com/downloads/details.aspx?familyid=6E1EC93D-BDBD-4983-92F7-479E088570AD&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?familyid=6E1EC93D-BDBD-4983-92F7-479E088570AD&amp;displaylang=en</a></p>
<p>If you have <strong>Windows 2003 server</strong>:</p>
<ul>
<li>Download RDP 6.1 client from above</li>
<li>After you downloaded this small 1,6MB package go to the folder where you downloaded it to and Right Click on the File, Choose &#8220;Compatibility&#8221; Tab and select &#8220;Windows XP&#8221;, click on Apply and OK.</li>
<li>Now you can start the installation without Windows saying it wasn&#8217;t meant for this OS.</li>
<li>After installation you will have RDP 6.1 on your Windows 2003 server.</li>
<li>Run Terminal Services Log Live DEMO</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.terminalserviceslog.com/blog/index.php/2009/03/03/introducing-terminal-services-log-live-demo-via-windows-2008-remoteapp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing TSL Professional</title>
		<link>http://www.terminalserviceslog.com/blog/index.php/2008/11/18/announcing-tsl-professional/</link>
		<comments>http://www.terminalserviceslog.com/blog/index.php/2008/11/18/announcing-tsl-professional/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 21:27:16 +0000</pubDate>
		<dc:creator>Frane Borozan</dc:creator>
				<category><![CDATA[Release History]]></category>
		<category><![CDATA[terminal services log]]></category>
		<category><![CDATA[releases]]></category>
		<category><![CDATA[tsl 2.1]]></category>

		<guid isPermaLink="false">http://www.terminalserviceslog.com/blog/?p=48</guid>
		<description><![CDATA[<p>Dear readers, we are happy to announce the release of a new product edition &#8211; TSL Professional.<br />
<strong>TSL Professional includes the following new feature</strong>s:<br />
•	<strong>Centralized Monitoring of a TS/Citrix Farm</strong><br />
A comprehensive management interface enables complete, single-point management of the entire Terminal services/Citrix farm including all servers from any location.<br />
•	<strong>Scheduled Reports Delivery to Email</strong><br />
Powerful, intuitive and easy to use it will save you from the manual job of manually running reports.<br />
•	<strong>Enhanced Scalability</strong><br />
The new edition now allows you to store your product data directly to Microsoft SQL Server (2005/2008) database. SQL will allow you better scalability, performance and easy and powerful&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Dear readers, we are happy to announce the release of a new product edition &#8211; TSL Professional.<br />
<strong>TSL Professional includes the following new feature</strong>s:<br />
•	<strong>Centralized Monitoring of a TS/Citrix Farm</strong><br />
A comprehensive management interface enables complete, single-point management of the entire Terminal services/Citrix farm including all servers from any location.<br />
•	<strong>Scheduled Reports Delivery to Email</strong><br />
Powerful, intuitive and easy to use it will save you from the manual job of manually running reports.<br />
•	<strong>Enhanced Scalability</strong><br />
The new edition now allows you to store your product data directly to Microsoft SQL Server (2005/2008) database. SQL will allow you better scalability, performance and easy and powerful backup options.<br />
•	<strong>New report: Total Time on system by user</strong><br />
Active + Idle = Total time on system. Useful for reporting on how many hours particular users were connected to your terminal server.<br />
•	<strong>New report: Number of users per day</strong><br />
It shows the total number of users that connected to your server during one day.</p>
<p><a href="http://www.terminalserviceslog.com/blog/wp-content/uploads/2008/11/pro.jpg"><img class="aligncenter size-full wp-image-49" title="pro" src="http://www.terminalserviceslog.com/blog/wp-content/uploads/2008/11/pro.jpg" alt="TSL professional" width="500" height="360" /></a></p>
<p>We would like to hear you opinions about our product! Any feedback would be much appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terminalserviceslog.com/blog/index.php/2008/11/18/announcing-tsl-professional/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
