<?xml version="1.0" encoding="iso-8859-1"?>
<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>konfabulieren &#187; w_tools</title>
	<atom:link href="http://www.konfabulieren.com/category/windows/w_tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.konfabulieren.com</link>
	<description>unzusammenhaengende, durch die wirklichkeit nicht gestuetzte aussagen - die konfabulierten inhalte werden von hipslu gewoehnlich für wahr gehalten</description>
	<lastBuildDate>Sat, 03 Sep 2011 19:09:38 +0000</lastBuildDate>
	<language>de-at</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
  <link>http://www.konfabulieren.com</link>
  <url>http://www.konfabulieren.com/favicon.ico</url>
  <title>konfabulieren</title>
</image>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>SUDO für Windows Vista</title>
		<link>http://www.konfabulieren.com/2008/12/19/sudo-fur-windows-vista/</link>
		<comments>http://www.konfabulieren.com/2008/12/19/sudo-fur-windows-vista/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 16:32:15 +0000</pubDate>
		<dc:creator>hipslu</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[w_tipps]]></category>
		<category><![CDATA[w_tools]]></category>
		<category><![CDATA[sudo]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.konfabulieren.com/?p=1069</guid>
		<description><![CDATA[&#8230; hier gibt es zwei möglichkeiten: es gibt ein feines tool namens start++, welches nicht nur den befehl sudo für die command line bringt, sondern auch als erweiterung für die desktop search; d.h. über die vista startbar kann sudo ebenfalls verwendet werden: &#8230; und nicht nur das &#8211; es gibt eine reihe von weiteren bereits [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>&#8230; hier gibt es zwei möglichkeiten: es gibt ein feines tool namens <a href="http://brandontools.com/" target="_blank">start++</a>, welches nicht nur den  befehl sudo für die command line bringt, sondern auch als erweiterung für die  desktop search; d.h. über die vista startbar kann sudo ebenfalls verwendet  werden:</p>
<p><img class="alignnone size-full wp-image-1070" src="http://www.konfabulieren.com/wp-content/uploads/2008/12/sudo.png" alt="Sudo in " width="182" height="244" /></p>
<p>&#8230; und nicht nur das &#8211; es gibt eine reihe von weiteren bereits definierten  shortcuts, und es können ganz leicht eigene weitere hinzugefügt werden:</p>
<p><img class="alignnone size-full wp-image-1071" src="http://www.konfabulieren.com/wp-content/uploads/2008/12/sudo2.png" alt="Sudo2 in " width="437" height="239" /></p>
<p>oder, es geht auch ganz simpel ohne installation eines tools mit einem  einfachen batch-file. folgende zeilen einfach in ein neues text-file kopieren,  unter sudo.cmd abspeichern:</p>
<p>@echo off<br />
echo Set objShell = CreateObject(&#8220;Shell.Application&#8221;) &gt;  %temp%\sudo.tmp.vbs<br />
echo args = Right(&#8220;%*&#8221;, (Len(&#8220;%*&#8221;) &#8211; Len(&#8220;%1&#8243;))) &gt;&gt;  %temp%\sudo.tmp.vbs<br />
echo objShell.ShellExecute &#8220;%1&#8243;, args, &#8220;&#8221;, &#8220;runas&#8221;  &gt;&gt; %temp%\sudo.tmp.vbs<br />
echo trying to start &#8220;%1&#8243;&#8230;<br />
cscript /nologo  %temp%\sudo.tmp.vbs</p>
<p>und los geht&#8217;s; im unterschied zu unix wird allerdings ein neues cmd geöffnet  &#8211; man muss daher selbst dafür sorgen, dass man den output eines aufgerufenen  befehls auch zu gesicht bekommt, z.b. mittels dem prefix &#8220;cmd /k&#8221;, wodurch cmd  nach ende nicht geschlossen wird. beispiele:</p>
<p>sudo cmd /k =&gt; öffnet ein neues cmd</p>
<p>sudo cmd /k ipconfig /flushdns =&gt; den dns cache leeren</p>
<p>sudo cmd /k for /F &#8220;usebackq tokens=1 delims=&#8221; %a in (`dir /b /s c:\`) do  @del %a =&gt; only try this at @ home <img src='http://www.konfabulieren.com/wp-includes/images/smilies/icon_wink.gif' alt="Icon Wink in " class='wp-smiley' />  obwohl: keine panik, es funktioniert  ohnehin nicht&#8230;</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.konfabulieren.com/2008/12/19/sudo-fur-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyper-V Server Now Available!</title>
		<link>http://www.konfabulieren.com/2008/10/03/hyper-v-server-now-available/</link>
		<comments>http://www.konfabulieren.com/2008/10/03/hyper-v-server-now-available/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 06:36:33 +0000</pubDate>
		<dc:creator>Martin Hipfinger</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[w_tools]]></category>
		<category><![CDATA[Hyper-V]]></category>

		<guid isPermaLink="false">http://www.konfabulieren.com/?p=1041</guid>
		<description><![CDATA[Microsoft Hyper-V Server 2008 provides a simplified, reliable, and optimized virtualization solution, enabling improved server utilization and reduced costs. Since Hyper-V Server is a dedicated stand-alone product, which contains only the Windows Hypervisor, Windows Server driver model and virtualization components, it provides a small footprint and minimal overhead. It easily plugs into customers’ existing IT [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p><a href="http://www.microsoft.com/servers/hyper-v-server/how-to-get.mspx" target="_blank">Microsoft Hyper-V Server 2008</a> provides a simplified, reliable, and optimized virtualization solution, enabling improved server utilization and reduced costs. Since Hyper-V Server is a dedicated stand-alone product, which contains only the Windows Hypervisor, Windows Server driver model and virtualization components, it provides a small footprint and minimal overhead. It easily plugs into customers’ existing IT environments, leveraging their existing patching, provisioning, management, support tools, processes, and skills.</p></blockquote>
<p>ich bin schon sehr gespannt, ob sich der reduzierte server durchsetzten kann&#8230;</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.konfabulieren.com/2008/10/03/hyper-v-server-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyper-V RTM verfügbar!!</title>
		<link>http://www.konfabulieren.com/2008/06/27/hyper-v-rtm-verfugbar/</link>
		<comments>http://www.konfabulieren.com/2008/06/27/hyper-v-rtm-verfugbar/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 09:00:57 +0000</pubDate>
		<dc:creator>Martin Hipfinger</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[w_tools]]></category>
		<category><![CDATA[Hyper-V]]></category>

		<guid isPermaLink="false">http://www.konfabulieren.com/?p=1000</guid>
		<description><![CDATA[&#8230; ein monat früher als erwartet ist hyper-v rtm&#8217;ed! ==> hier gibts alle wichtigen links]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>&#8230; ein monat früher als erwartet ist hyper-v rtm&#8217;ed!</p>
<p>==> <a href="http://blogs.msdn.com/taylorb/archive/2008/06/26/ship-it-hyper-v-rtm-released-to-download-center.aspx" target="_blank">hier gibts alle wichtigen links</a></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.konfabulieren.com/2008/06/27/hyper-v-rtm-verfugbar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xobni</title>
		<link>http://www.konfabulieren.com/2008/06/13/xobni/</link>
		<comments>http://www.konfabulieren.com/2008/06/13/xobni/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 04:55:35 +0000</pubDate>
		<dc:creator>Martin Hipfinger</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[w_tools]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[xobni]]></category>

		<guid isPermaLink="false">http://www.konfabulieren.com/?p=985</guid>
		<description><![CDATA[Image via Wikipediaalso ein wirklich absolut brauchbares tool welches bei mir ab sofort bei keiner outlook installation mehr fehlen darf ist xobni (= &#8220;inbox&#8221; umgedreht); näheres dazu gibt es hier: &#8220;Was kommt raus, wenn man die Outlook &#8220;Inbox&#8221; umdreht?&#8220;. nur eine kleine ergänzung: momentan gibt es xobni nur für outlook &#8211; weitere e-mail clients sind [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p><span class="zemanta-img" style="margin: 1em; float: right; display: block;"><a href="http://en.wikipedia.org/wiki/Image:Outlook_2007.png"><img src="http://upload.wikimedia.org/wikipedia/en/thumb/b/b0/Outlook_2007.png/202px-Outlook_2007.png" alt="202px-Outlook 2007 in " style="border: medium none ; display: block;" /></a><span class="zemanta-img-attribution" style="margin: 1em 0pt 0pt; display: block;">Image via <a href="http://en.wikipedia.org/wiki/Image:Outlook_2007.png" target="_blank">Wikipedia</a></span></span>also ein wirklich absolut brauchbares tool welches bei mir ab sofort bei keiner outlook installation mehr fehlen darf ist <a href="http://www.xobni.com/" target="_blank">xobni</a> (= &#8220;inbox&#8221; umgedreht); näheres dazu gibt es hier: &#8220;<a href="http://blogs.technet.com/austria/archive/2008/05/22/was-kommt-raus-wenn-man-die-outlook-inbox-umdreht.aspx" target="_blank">Was kommt raus, wenn man die Outlook &#8220;Inbox&#8221; umdreht?</a>&#8220;.</p>
<p>nur eine kleine ergänzung: momentan gibt es xobni nur für outlook &#8211; weitere e-mail clients sind geplant. lotus notes? njet.<br />
<a href="http://www.konfabulieren.com/wp-content/uploads/2008/06/xobni.jpg"><img src="http://www.konfabulieren.com/wp-content/uploads/2008/06/xobni.jpg" alt="Xobni in " class="alignnone size-full wp-image-986" height="296" width="261" /></a></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.konfabulieren.com/2008/06/13/xobni/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Stress Tools (SQL / Exchange)</title>
		<link>http://www.konfabulieren.com/2008/06/09/server-stress-tools-sql-exchange/</link>
		<comments>http://www.konfabulieren.com/2008/06/09/server-stress-tools-sql-exchange/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 14:22:05 +0000</pubDate>
		<dc:creator>Martin Hipfinger</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[w_tools]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://www.konfabulieren.com/?p=975</guid>
		<description><![CDATA[Image by Volkan OZ via Flickrum die performance des i/o subsystemes eines sql servers zu messen habe ich eben ein wie ich finde gutes ms tool gefunden: SQLIOSim: You can use this utility to perform tests on disk subsystems. These tests simulate read, write, checkpoint, backup, sort, and read-ahead activities for Microsoft SQL Server 2005. [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p><span class="zemanta-img" style="margin: 1em; float: right; display: block;"><a href="http://www.flickr.com/photos/7793680@N02/2563916633/"><img src="http://farm4.static.flickr.com/3180/2563916633_87311bee0b_m.jpg" alt="2563916633 87311bee0b M in " style="border: medium none ; display: block;" /></a><span class="zemanta-img-attribution" style="margin: 1em 0pt 0pt; display: block;">Image by <a href="http://www.flickr.com/photos/7793680@N02/2563916633/">Volkan OZ</a> via Flickr</span></span>um die performance des i/o subsystemes eines sql servers zu messen habe ich eben ein wie ich finde gutes ms tool gefunden: <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;231619" target="_blank">SQLIOSim</a>:</p>
<blockquote><p>You can use this utility to perform tests on disk subsystems. These tests simulate read, write, checkpoint, backup, sort, and read-ahead activities for Microsoft SQL Server 2005.</p></blockquote>
<p>gibts auch für exchange:<br />
<a href="http://www.microsoft.com/downloads/details.aspx?familyid=92eb2edc-3433-47ca-a5f8-0483c7ddea85&amp;displaylang=en" target="_blank">Microsoft Exchange Server 2003 Load Simulator (LoadSim)</a>:</p>
<blockquote><p>Use Microsoft Exchange Server 2003 Load Simulator (LoadSim) as a benchmarking tool to simulate the performance load of MAPI clients. LoadSim allows you to test how a server running Exchange 2003 responds to e-mail loads. To simulate the delivery of these messaging requests, you run LoadSim tests on client computers. These tests send multiple messaging requests to the Exchange server, thereby causing a mail load. LoadSim is a useful tool for administrators who are sizing servers and validating a deployment plan. Specifically, LoadSim helps you determine if each of your servers can handle the load to which they are intended to carry. Another use for LoadSim is to help validate the overall solution.</p></blockquote>
<p>und <a href="http://www.microsoft.com/downloads/details.aspx?familyid=94b9810b-670e-433a-b5ef-b47054595e9c&amp;displaylang=en" target="_blank">Microsoft Exchange Server Jetstress Tool</a></p>
<blockquote><p>
Use Jetstress to verify the performance and stability of a disk subsystem prior to putting an Exchange server into production. Jetstress helps verify disk performance by simulating Exchange disk Input/Output (I/O) load. Specifically, Jetstress simulates the Exchange database and log file loads produced by a specific number of users. You use Performance Monitor, Event Viewer, and ESEUTIL in conjunction with Jetstress to verify that your disk subsystem meets or exceeds the performance criteria you establish. After a successful completion of the Jetstress Disk Performance and Stress Tests in a non-production environment, you will have ensured that your Exchange disk subsystem is adequately sized (in terms of performance criteria you establish) for the user count and user profiles you have established. It is highly recommended that the Jetstress user read through the tool documentation before using the tool.</p></blockquote>
<p>für allgemeine performance-tests gibt es noch das gute alte <a href="http://www.iometer.org/doc/downloads.html" target="_blank">iometer</a></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.konfabulieren.com/2008/06/09/server-stress-tools-sql-exchange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sysinternals Live</title>
		<link>http://www.konfabulieren.com/2008/06/07/sysinternals-live/</link>
		<comments>http://www.konfabulieren.com/2008/06/07/sysinternals-live/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 05:36:22 +0000</pubDate>
		<dc:creator>Martin Hipfinger</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[w_tools]]></category>

		<guid isPermaLink="false">http://www.konfabulieren.com/?p=973</guid>
		<description><![CDATA[genial: Sysinternals Live: We&#8217;re excited to announce the beta of Sysinternals Live, a service that enables you to execute Sysinternals tools directly from the Web without hunting for and manually downloading them. Simply enter a tool&#8217;s Sysinternals Live path into Windows Explorer or a command prompt as \\live.sysinternals.com\tools\ or view the entire Sysinternals Live tools [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>genial:</p>
<blockquote><p>Sysinternals Live: We&#8217;re excited to announce the beta of Sysinternals Live, a service that enables you to execute Sysinternals tools directly from the Web without hunting for and manually downloading them. Simply enter a tool&#8217;s Sysinternals Live path into Windows Explorer or a command prompt as \\live.sysinternals.com\tools\<toolname> or view the entire Sysinternals Live tools directory in a browser at <a href="http://live.sysinternals.com" target="_blank">http://live.sysinternals.com</a>.</p></blockquote>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.konfabulieren.com/2008/06/07/sysinternals-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powerpoint Generator (Beta)</title>
		<link>http://www.konfabulieren.com/2008/04/01/powerpoint-generator-beta/</link>
		<comments>http://www.konfabulieren.com/2008/04/01/powerpoint-generator-beta/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 07:01:23 +0000</pubDate>
		<dc:creator>Martin Hipfinger</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[w_tipps]]></category>
		<category><![CDATA[w_tools]]></category>

		<guid isPermaLink="false">http://www.konfabulieren.com/2008/04/01/powerpoint-generator-beta/</guid>
		<description><![CDATA[- Deutsche Version / English Version follows below - vor allem techniker kennen das problem nur zu gut: es hilft überhaupt nichts, noch so tolle und bis ins letzte detail technisch ausformulierte dokumente zu verfassen &#8211; um entscheidungsträger zu erreichen, muss man die fakten und das ziel, welches man abgenickt haben möchte, in eine schöne [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p><strong>- Deutsche Version / English Version follows below -</strong></p>
<p>vor allem techniker kennen das problem nur zu gut: es hilft überhaupt nichts, noch so tolle und bis ins letzte detail technisch ausformulierte dokumente zu verfassen &#8211; um entscheidungsträger zu erreichen, muss man die fakten und das ziel, welches man abgenickt haben möchte, in eine schöne powerpoint präsentation verpacken.</p>
<p>ich fand es schon immer mühsam, dass sich die zu verwendenden vorlagen wie das amen im gebet regelmäßig ändern &#8211; schließlich kommt es natürlich sehr oft vor, dass teile einer neuen präsentation per copy &#038; paste aus bereits bestehenden powerpoints entstehen. da die präsentation aber natürlich ci konform sein muss bzw angaben zum thema und oder verfasser nicht einfach übernommen werden sollen, kann man nicht einfach ganze folien kopieren &#8211; sondern hat dabei zusätzlichen aufwand.</p>
<p>besser wäre es, wenn man dafür keine zeit aufbringen müsste, sondern sich ganz dem inhalt widmen kann &#8211; denn bei dem eigentlichen inhalt der präsentation kann einem kein mechanismus helfen. </p>
<p>wäre es nicht praktisch, wenn ein tool<br />
- eine fertige präsentation auf basis eines templates umbaut? (formatierungen, etc – kurz „rebranding“&#8230;)<br />
- auf basis des inhaltes einen passenden header (überschriften etc) generiert?<br />
- einen einheitlichen footer erstellt?<br />
- die auflösung von enthaltenen bildern anpasst, sodass platz gespart wird?<br />
- die präsentation automatisch mit zum thema passenden bildern auflockert?</p>
<p>ich bin gerade dabei, so ein tool zu entwickeln. meine ursprüngliche idee – der neuaufbau einer präsentation mit dem look &#038; feel aus einem neuen template &#8211; hat so gut funktioniert (auch wenn man das natürlich nicht sollte: in wenigen augenblicken wird so aus einer präsentation der konkurrenz eine eigene <img src='http://www.konfabulieren.com/wp-includes/images/smilies/icon_wink.gif' alt="Icon Wink in " class='wp-smiley' />  – rein theoretisch natürlich), dass ich auch noch die erstellung des headers und des footers, sowie das automatische hinzufügen von zum thema passenden bildern von flickr realisiert habe. vor allem letzteres ist zwar noch beta, kann aber denke ich viel bringen; denn zum inhalt passende bilder unterstützen den transport des wesentlichen enorm.</p>
<p><a href='http://www.konfabulieren.com/wp-content/uploads/2008/04/powerpoint-generator_overview.JPG' title='Powerpoint Generator'><img src='http://www.konfabulieren.com/wp-content/uploads/2008/04/powerpoint-generator_overview.thumbnail.JPG' alt=" in "  /></a></p>
<p>ich bin am überlegen, ob ich das tool zum download anbieten soll; jedenfalls möchte ich zuvor überprüfen, ob überhaupt genug interesse besteht. daher möchte ich eine art bedarfserhebung starten: könntest du das tool brauchen? wenn ja, dann hinterlasse bitte einen kommentar mit der anmerkung, wofür. und auch erweiterungsvorschläge sind gerne willkommen.</p>
<p>Zum abschluss noch ein paar screenshots:</p>
<p><a href='http://www.konfabulieren.com/wp-content/uploads/2008/04/powerpoint-generator_settings.JPG' title='Powerpoint Generator Settings'><img src='http://www.konfabulieren.com/wp-content/uploads/2008/04/powerpoint-generator_settings.thumbnail.JPG' alt=" in "  /></a></p>
<p><a href='http://www.konfabulieren.com/wp-content/uploads/2008/04/powerpoint-generator_done.JPG' title='Powerpoint Generator Finished'><img src='http://www.konfabulieren.com/wp-content/uploads/2008/04/powerpoint-generator_done.thumbnail.JPG' alt=" in "  /></a></p>
<p><strong>- English Version -</strong></p>
<p>Mainly technicians know this problem very well: it doesn’t help at all just to create perfect documents, which elaborate technical details – to be able to reach the decision making people, the facts and the goal you want to emphasize, have to be packed into a nice PowerPoint presentation.</p>
<p>I always found it tedious, that the master templates are changed on a regularly basis – it naturally often occurs, that parts of a new presentation are produced through “copy &#038; paste” out of an existing presentation. But of course, because the presentation must be CI consistent and general information regarding theme and or author cannot simply be copied, it is not possible to just copy the whole slide – and therefore additional work is created.</p>
<p>Wouldn’t it be better, if you didn’t need to use time and effort for this and could concentrate completely on the subject and contents – as there is no kind of mechanism, which can help with the contents of the presentation?</p>
<p>Wouldn’t it be useful, if a tool<br />
-         could build a finished presentation from a basis of templates? (Formatting, etc – brief “rebranding”…)<br />
-         could generate a suitable header on the basis of the content?<br />
-         could create a consistent foot note?<br />
-         could adjust the resolution of included pictures, so space can be saved?<br />
-         could loosen up the presentation with pictures suitable taken from flickr?</p>
<p>I am currently working on developing such a tool. My original idea – rebuilding a presentation with the “look and feel” of a new template – did work out very well (even when one shouldn’t: within a few seconds a presentation from the competitor turns into your own <img src='http://www.konfabulieren.com/wp-includes/images/smilies/icon_wink.gif' alt="Icon Wink in " class='wp-smiley' />  – just theoretically of course), so I implemented the creation of header and foot note as well as the automation of adding suitable pictures too. The later is still beta, but I’m sure it’s going to accomplish a lot, because pictures suitable with the subject help to emphasize the main subject.</p>
<p><a href='http://www.konfabulieren.com/wp-content/uploads/2008/04/powerpoint-generator_overview.JPG' title='Powerpoint Generator'><img src='http://www.konfabulieren.com/wp-content/uploads/2008/04/powerpoint-generator_overview.thumbnail.JPG' alt=" in "  /></a></p>
<p>I am still considering, whether I should offer the tool to download; anyway I want to check first if there are enough people interested, therefore I would like to start a sort of first survey of demand: could you use this tool? If yes, then please leave a comment stating what for and ideas for further improvements are also welcome.</p>
<p>a few screenshots:</p>
<p><a href='http://www.konfabulieren.com/wp-content/uploads/2008/04/powerpoint-generator_settings.JPG' title='Powerpoint Generator Settings'><img src='http://www.konfabulieren.com/wp-content/uploads/2008/04/powerpoint-generator_settings.thumbnail.JPG' alt=" in "  /></a></p>
<p><a href='http://www.konfabulieren.com/wp-content/uploads/2008/04/powerpoint-generator_done.JPG' title='Powerpoint Generator Finished'><img src='http://www.konfabulieren.com/wp-content/uploads/2008/04/powerpoint-generator_done.thumbnail.JPG' alt=" in "  /></a></p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.konfabulieren.com/2008/04/01/powerpoint-generator-beta/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GPDBPA</title>
		<link>http://www.konfabulieren.com/2008/02/15/gpdbpa/</link>
		<comments>http://www.konfabulieren.com/2008/02/15/gpdbpa/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 21:02:45 +0000</pubDate>
		<dc:creator>Martin Hipfinger</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[w_tipps]]></category>
		<category><![CDATA[w_tools]]></category>

		<guid isPermaLink="false">http://www.konfabulieren.com/2008/02/15/gpdbpa/</guid>
		<description><![CDATA[es gibt ja mittlerweile eine reihe von best practice analyzern &#8211; manche davon sind auch wirklich gut, manche so finde ich weniger. egal &#8211; diesen hier kannte ich noch nicht: The Microsoft Group Policy Diagnostic Best Practice Analyzer (GPDBPA) for Windows XP and Windows Server 2003 is designed to help you identify Group Policy configuration [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>es gibt ja mittlerweile eine reihe von best practice analyzern &#8211; manche davon sind auch wirklich gut, manche so finde ich weniger. egal &#8211; diesen hier kannte ich noch nicht:</p>
<blockquote><p>The Microsoft Group Policy Diagnostic Best Practice Analyzer (GPDBPA) for Windows XP and Windows Server 2003 is designed to help you identify Group Policy configuration errors or other dependency failures that may prevent settings or features from functioning as expected.</p></blockquote>
<p>es gibt 4 versionen (xp, w2k3 jeweils x86 und x64) &#8211; am besten mittels suche nach <a href="http://www.microsoft.com/downloads/results.aspx?pocId=&#038;freetext=KB940122&#038;DisplayLang=en" target="_blank">KB940122</a> zu finden. ein tolles tool, eine grausliche abkürzung &#8211; aber hat mir immerhin eben geholfen, einen fehler zu finden <img src='http://www.konfabulieren.com/wp-includes/images/smilies/icon_wink.gif' alt="Icon Wink in " class='wp-smiley' /> </p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.konfabulieren.com/2008/02/15/gpdbpa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BgInfo für TS / Citrix Sessions</title>
		<link>http://www.konfabulieren.com/2008/01/09/bginfo-fur-ts-citrix-sessions/</link>
		<comments>http://www.konfabulieren.com/2008/01/09/bginfo-fur-ts-citrix-sessions/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 10:34:56 +0000</pubDate>
		<dc:creator>Martin Hipfinger</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[w_thincomputing]]></category>
		<category><![CDATA[w_tools]]></category>

		<guid isPermaLink="false">http://www.konfabulieren.com/2008/01/09/bginfo-fur-ts-citrix-sessions/</guid>
		<description><![CDATA[mit bginfo kann man allerhand wichtige informationen am desktop hintergrund darstellen &#8211; mit dem ebenfalls kostenlosen tool TSBACKDROP gibt es diese funktionalität in ähnlicher form nun auch für terminalserver und citrix sessions. die informationen über die verbindung sollten den anwendern imho immer auf irgendeine art und weise zur verfügung gestellt werden, damit diesen das einmelden [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<p>mit <a href="http://technet.microsoft.com/en-us/sysinternals/bb897557.aspx" target="_blank">bginfo</a> kann man allerhand wichtige informationen am desktop hintergrund darstellen &#8211; mit dem ebenfalls kostenlosen tool <a href="http://www.ctrl-alt-del.com.au/CAD_TSUtils.htm" target="_blank">TSBACKDROP</a> gibt es diese funktionalität in ähnlicher form nun auch für terminalserver und citrix sessions.</p>
<p>die informationen über die verbindung sollten den anwendern imho immer auf irgendeine art und weise zur verfügung gestellt werden, damit diesen das einmelden von vernünftigen störungen am helpdesk erleichtert wird &#8211; und hier kann dieses tool helfen.</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.konfabulieren.com/2008/01/09/bginfo-fur-ts-citrix-sessions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Directory Explorer v1.0</title>
		<link>http://www.konfabulieren.com/2007/07/17/active-directory-explorer-v10/</link>
		<comments>http://www.konfabulieren.com/2007/07/17/active-directory-explorer-v10/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 05:30:51 +0000</pubDate>
		<dc:creator>Martin Hipfinger</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[w_tools]]></category>

		<guid isPermaLink="false">http://www.konfabulieren.com/2007/07/17/active-directory-explorer-v10/</guid>
		<description><![CDATA[Active Directory Explorer (AD Explorer) is an advanced Active Directory (AD) viewer and editor. You can use AD Explorer to easily navigate an AD database, define favorite locations, view object properties and attributes without having to open dialog boxes, edit permissions, view an object&#8217;s schema, and execute sophisticated searches that you can save and re-execute. [...]]]></description>
			<content:encoded><![CDATA[
<!-- google_ad_section_start -->
<blockquote><p><a href="http://www.microsoft.com/technet/sysinternals/utilities/adexplorer.mspx" target="_blank">Active Directory Explorer (AD Explorer)</a> is an advanced Active Directory (AD) viewer and editor. You can use AD Explorer to easily navigate an AD database, define favorite locations, view object properties and attributes without having to open dialog boxes, edit permissions, view an object&#8217;s schema, and execute sophisticated searches that you can save and re-execute. </p>
<p>AD Explorer also includes the ability to save snapshots of an AD database for off-line viewing and comparisons. When you load a saved snapshot, you can navigate and explorer it as you would a live database. If you have two snapshots of an AD database you can use AD Explorer&#8217;s comparison functionality to see what objects, attributes and security permissions changed between them. </p></blockquote>
<p>geniales tool!</p>
<!-- google_ad_section_end -->
]]></content:encoded>
			<wfw:commentRss>http://www.konfabulieren.com/2007/07/17/active-directory-explorer-v10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

