<?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>Markus Bäker &#187; System Center</title>
	<atom:link href="http://www.mbaeker.de/category/system-center/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mbaeker.de</link>
	<description>Jeder hat es - ich jetzt auch</description>
	<lastBuildDate>Thu, 22 Jul 2010 18:37:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SCOM2Nagios 1.4</title>
		<link>http://www.mbaeker.de/2010/04/scom2nagios-1-4/</link>
		<comments>http://www.mbaeker.de/2010/04/scom2nagios-1-4/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 19:36:34 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Operations Manager]]></category>
		<category><![CDATA[SCOM2Nagios]]></category>
		<category><![CDATA[System Center]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=308</guid>
		<description><![CDATA[Find the newest version on top of: http://www.mbaeker.de/category/tools/scom2nagios/
Released a new Version of the SCOM2Nagios Connector. Changes:
1.4
* NEW: variables for processing instruction
* NEW: change case of output (upper/lower)
* BUG: no crash if scom connection is lost
* BUG: no longer needs fullpath in config
Example:
&#60;instruction&#62;
&#60;input field=&#8221;path&#8221; compare=&#8221;containsIgnoreCase&#8221;&#62;mcscom&#60;/input&#62;
&#60;output field=&#8221;host&#8221; case=&#8221;upper&#8221;&#62;$path&#60;/output&#62;
&#60;/instruction&#62;
If path contains mcscom than replace the host in the [...]]]></description>
			<content:encoded><![CDATA[<p>Find the newest version on top of: <a href="http://www.mbaeker.de/category/tools/scom2nagios/" target="_self">http://www.mbaeker.de/category/tools/scom2nagios/</a></p>
<p>Released a new Version of the SCOM2Nagios Connector. Changes:</p>
<p>1.4</p>
<p>* NEW: variables for processing instruction<br />
* NEW: change case of output (upper/lower)<br />
* BUG: no crash if scom connection is lost<br />
* BUG: no longer needs fullpath in config</p>
<p>Example:</p>
<blockquote><p>&lt;instruction&gt;<br />
&lt;input field=&#8221;path&#8221; compare=&#8221;containsIgnoreCase&#8221;&gt;mcscom&lt;/input&gt;<br />
&lt;output field=&#8221;host&#8221; case=&#8221;upper&#8221;&gt;$path&lt;/output&gt;<br />
&lt;/instruction&gt;</p></blockquote>
<p>If path contains mcscom than replace the host in the output with the upper case of the ObjectFullPath variable of the input alert.</p>
<p>Possible replacement variables:</p>
<blockquote><p>path, netbios, fullname, severity, state, name, description, alertid</p></blockquote>
<p>Download: <a class="downloadlink" href="http://www.mbaeker.de/downloads/SCOM2Nagios_1.4.zip" title="Version1.4 downloaded 108 times" >SCOM2Nagios (108)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2010/04/scom2nagios-1-4/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Diverse Tools f&#252;r SCCM &#8211; Teil 2</title>
		<link>http://www.mbaeker.de/2010/02/diverse-tools-fr-sccm-teil-2/</link>
		<comments>http://www.mbaeker.de/2010/02/diverse-tools-fr-sccm-teil-2/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 18:21:38 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[Deutsch]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=267</guid>
		<description><![CDATA[Im letzten Teil habe ich beschrieben, wie man mit einer einfachen Batchdatei remote eine Hardwareinventur anstoßen kann. Was ist aber, wenn man dies auf mehreren PCs gleichzeitig machen will? Z.B. bei allen PCs, die eine bestimmte Software angeboten bekommen und somit in einer SCCM Collection sind?
Auch da hilft eine kleine Batchdatei:
starthinvall.cmd
for /F %%i in (&#8216;cscript.exe [...]]]></description>
			<content:encoded><![CDATA[<p>Im letzten Teil habe ich beschrieben, wie man mit einer einfachen Batchdatei remote eine Hardwareinventur anstoßen kann. Was ist aber, wenn man dies auf mehreren PCs gleichzeitig machen will? Z.B. bei allen PCs, die eine bestimmte Software angeboten bekommen und somit in einer SCCM Collection sind?</p>
<p>Auch da hilft eine kleine Batchdatei:</p>
<p>starthinvall.cmd</p>
<blockquote><p>for /F %%i in (&#8216;cscript.exe //NOLOGO %~dp0getcomputer.vbs %1 siteserver sitename&#8217;) do call %~dp0starthinv.cmd %%i</p></blockquote>
<p>Aufgerufen wird die Batchdatei mit den Namen der Collection, in der die Zielclients sind. Das passende getcomputer.vbs verbindet sich dann mit dem hinterlegten Siteserver und fragt in der angegebenen Site (sitename) die in der Collection hinterlegten Computer ab. Die Ausgabe (ein Computer pro Zeile) wird von der For Schleife abgefangen und an die starthinv.cmd weitergegeben.</p>
<p>getcomputer.vbs basiert weitestgehend auf einem Script von <a href="http://www.myitforum.com/articles/11/view.asp?id=425" target="_blank">www.myitforum.com</a> und wurde nur von der Ausgabe und Weiterverarbeitung angepasst.</p>
<p>Hier nochmal die Files als Download:</p>
<ul>
<li><a class="downloadlink" href="http://www.mbaeker.de/downloads/starthinvall.cmd_.txt" title=" downloaded 76 times" >starthinvall.cmd (76)</a></li>
<li><a class="downloadlink" href="http://www.mbaeker.de/downloads/getComputer.vbs_.txt" title=" downloaded 104 times" >getComputer.vbs (104)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2010/02/diverse-tools-fr-sccm-teil-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diverse Tools f&#252;r SCCM &#8211; Teil 1</title>
		<link>http://www.mbaeker.de/2010/02/diverse-tools-fr-sccm-teil-1/</link>
		<comments>http://www.mbaeker.de/2010/02/diverse-tools-fr-sccm-teil-1/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 19:22:07 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[Deutsch]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/2010/02/diverse-tools-fr-sccm-teil-1/</guid>
		<description><![CDATA[ Ich werde hier ab jetzt regelmäßig ein paar kleine Skripte rund um den System Center Configuration Manager (SCCM) bereitstellen. Geschrieben sind sie teilweise schon für SMS 2003 und funktionieren auch noch mit 2007.
Als erstes ein kleines Skript, um remote auf einem Client die Hardwareinventur anzustoßen:
@echo off
set PC=%1
if .%PC%==. set /p PC=Enter Computer Name to [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline; margin-left: 0px; margin-right: 0px; border: 0px;" title="icon-20" src="http://www.mbaeker.de/wp-content/uploads/2010/02/icon20.png" border="0" alt="icon-20" width="64" height="64" align="left" /> Ich werde hier ab jetzt regelmäßig ein paar kleine Skripte rund um den System Center Configuration Manager (SCCM) bereitstellen. Geschrieben sind sie teilweise schon für SMS 2003 und funktionieren auch noch mit 2007.</p>
<p>Als erstes ein kleines Skript, um remote auf einem Client die Hardwareinventur anzustoßen:</p>
<blockquote><p>@<a href="http://twitter.com/echo" rel="nofollow" target="_blank" title="View echo's Twitter Profile">echo</a> off<br />
set PC=%1<br />
if .%PC%==. set /p PC=Enter Computer Name to start HINV:<br />
call %~dp0findip.bat %PC%<br />
if %ip%.==. goto fehler<br />
echo Start Hardware Inventur %PC%<br />
cscript.exe //Nologo %~dp0sendsched.vbs {00000000-0000-0000-0000-000000000001}  %PC%<br />
goto ende<br />
:fehler<br />
echo Abbruch, da Rechner %PC% auf ping nicht antwortet.<br />
:ende<br />
set ip=</p></blockquote>
<p><span style="background-color: #<a href="http://search.twitter.com/search?q=%23f4f5f7" rel="nofollow" target="_blank" title="Search Twitter for &quot;f4f5f7&quot;">f4f5f7</a>;">Diese Batchdatei kann direkt mit dem Rechnernamen als Parameter aufgerufen werden. Wird nichts übergeben, dann fragt er nach dem Namen. Als erstes wird überprüft, ob der Rechner anpingbar und somit am Netzwerk ist. Dafür wird eine weitere Batchdatei aufgerufen, die ich nachfolgend anhängen werde. Danach wird ein VBScript aus dem SMS 2003 Toolkit 2 (</span><a title="http://technet.microsoft.com/en-us/sms/bb676787.aspx" href="http://technet.microsoft.com/en-us/sms/bb676787.aspx">http://technet.microsoft.com/en-us/sms/bb676787.aspx</a>). Das Script sendet eine Nachricht per WMI an den Client. Jede Aktion eines Clients sind als Schedules bzw. Actions hinterlegt. Kennt man den entsprechenden Code, dann kann man diese sofort starten. In diesem Fall steht {00000000-0000-0000-0000-000000000001} für die Hardwareinventur.</p>
<p>Die findip.bat Datei sieht so aus:</p>
<blockquote><p>@<a href="http://twitter.com/echo" rel="nofollow" target="_blank" title="View echo's Twitter Profile">echo</a> off<br />
set ip=<br />
set tempip=%temp%\%1.ip<br />
ping %1 -n 1 |find /i &#8220;Antwort von&#8221; &gt; &#8220;%tempip%&#8221;<br />
for /F &#8220;eol=: tokens=3,* delims=: &#8221; %%i in (%tempip%) do @<a href="http://twitter.com/set" rel="nofollow" target="_blank" title="View set's Twitter Profile">set</a> ip=%%i</p>
<p>if %ip%.==. goto englisch</p>
<p>goto ende</p>
<p>:englisch<br />
ping %1 -n 1 |find /i &#8220;Reply from&#8221;&gt;&#8221;%tempip%&#8221;<br />
for /F &#8220;eol=: tokens=3,* delims=: &#8221; %%i in (%tempip%) do @<a href="http://twitter.com/set" rel="nofollow" target="_blank" title="View set's Twitter Profile">set</a> ip=%%i</p>
<p>:ende<br />
del %tempip%</p></blockquote>
<p>Da die Quotes hier im Blog ziemlich verändert sind, habe ich die beiden Batchdateien noch als Download angehängt. Bitte Dateiendung entsprechend korrigieren:</p>
<ul>
<li><a class="downloadlink" href="http://www.mbaeker.de/downloads/starthinv.cmd_.txt" title=" downloaded 107 times" >starthinv.cmd (107)</a></li>
<li><a class="downloadlink" href="http://www.mbaeker.de/downloads/findip.bat_.txt" title=" downloaded 92 times" >findip.cmd (92)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2010/02/diverse-tools-fr-sccm-teil-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updateinstallation auf Windows 2008 Core</title>
		<link>http://www.mbaeker.de/2010/02/updateinstallation-auf-windows-2008-core/</link>
		<comments>http://www.mbaeker.de/2010/02/updateinstallation-auf-windows-2008-core/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 19:30:35 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[Deutsch]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/2010/02/updateinstallation-auf-windows-2008-core/</guid>
		<description><![CDATA[ Wenn in einer Organisation auf die Server nicht automatisch die Updates zu den Wartungsterminen installiert werden, sondern nur angeboten werden, dann ist dies auf Windows 2008 Core Systemen schwierig, da es keine Benachrichtigung in der (nicht existenten) Taskliste gibt.
Um dies zu lösen stellt Microsoft unter http://msdn.microsoft.com/en-us/library/aa387102%28VS.85%29.aspx ein Beispielskript bereits, dass sofort nach neuen Updates [...]]]></description>
			<content:encoded><![CDATA[<p><img title="icon-05" style="border-right: 0px; border-top: 0px; display: inline; margin-left: 0px; border-left: 0px; margin-right: 0px; border-bottom: 0px" height="64" alt="icon-05" src="http://www.mbaeker.de/wp-content/uploads/2010/02/icon052.png" width="64" align="left" border="0" /> Wenn in einer Organisation auf die Server nicht automatisch die Updates zu den Wartungsterminen installiert werden, sondern nur angeboten werden, dann ist dies auf Windows 2008 Core Systemen schwierig, da es keine Benachrichtigung in der (nicht existenten) Taskliste gibt.</p>
<p>Um dies zu lösen stellt Microsoft unter <a title="http://msdn.microsoft.com/en-us/library/aa387102%28VS.85%29.aspx" href="http://msdn.microsoft.com/en-us/library/aa387102%28VS.85%29.aspx">http://msdn.microsoft.com/en-us/library/aa387102%28VS.85%29.aspx</a> ein Beispielskript bereits, dass sofort nach neuen Updates sucht und anbietet diese zu installieren:</p>
<p>&#160;</p>
<pre>cscript wsusinstall.vbs
Microsoft (R) Windows Script Host, Version 5.7
Copyright (C) Microsoft Corporation 1996-2001. Alle Rechte vorbehalten.

Searching for updates...

List of applicable items on the machine:
1&gt; Update für Windows Server 2008 x64 Edition (KB968389)
2&gt; Sicherheitsupdate für Windows Server 2008 x64 Edition (KB967723)
3&gt; Sicherheitsupdate für Jscript 5.7 für Windows Server 2008 x64
Edition (KB971961)

Creating collection of updates to download:
1&gt; adding: Update für Windows Server 2008 x64 Edition (KB968389)
2&gt; adding: Sicherheitsupdate für Windows Server 2008 x64 Edition (KB967723)
3&gt; adding: Sicherheitsupdate für Jscript 5.7 für Windows Server 2008 x64 Edition (KB971961)

Downloading updates...

List of downloaded updates:
1&gt; Update für Windows Server 2008 x64 Edition (KB968389)
2&gt; Sicherheitsupdate für Windows Server 2008 x64 Edition (KB967723)
3&gt; Sicherheitsupdate für Jscript 5.7 für Windows Server 2008 x64 Edition (KB971961)

Creating collection of downloaded updates to install:
1&gt; adding:  Update für Windows Server 2008 x64 Edition (KB968389)
2&gt; adding:  Sicherheitsupdate für Windows Server 2008 x64 Edition (KB967723)
3&gt; adding:  Sicherheitsupdate für Jscript 5.7 für Windows Server 2008 x64 Edition (KB971961)

Would you like to install updates now? (Y/N)
y

Installing updates...
Installation Result: 2
Reboot Required: True

Listing of updates installed and individual installation results:
1&gt; Update für Windows Server 2008 x64 Edition (KB968389): 2
2&gt; Sicherheitsupdate für Windows Server 2008 x64 Edition (KB967723): 2
3&gt; Sicherheitsupdate für Jscript 5.7 für Windows Server 2008 x64 Edition (KB971961): 2</pre>
<p>Das Script ist auch auf “normalen” GUI Systemen interessant, da es sicherstellt, dass sofort nach neuen Updates vom WSUS Server gesucht wird.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2010/02/updateinstallation-auf-windows-2008-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCOM2Nagios 1.3</title>
		<link>http://www.mbaeker.de/2009/12/scom2nagios-1-3/</link>
		<comments>http://www.mbaeker.de/2009/12/scom2nagios-1-3/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 13:54:24 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Operations Manager]]></category>
		<category><![CDATA[SCOM2Nagios]]></category>
		<category><![CDATA[System Center]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=226</guid>
		<description><![CDATA[Find the newest version on top of: http://www.mbaeker.de/category/tools/scom2nagios/
I have uploaded a release of the Nagios Connector 1.3. You can read about the changes in this post:
http://www.mbaeker.de/2009/10/preinfo-nagios2scom-1-3/
I have only made some short and fast tests. So be cautious.
Download: 
]]></description>
			<content:encoded><![CDATA[<p>Find the newest version on top of: <a href="../category/tools/scom2nagios/" target="_self">http://www.mbaeker.de/category/tools/scom2nagios/</a></p>
<p>I have uploaded a release of the Nagios Connector 1.3. You can read about the changes in this post:</p>
<p><a href="http://www.mbaeker.de/2009/10/preinfo-nagios2scom-1-3/" target="_self"><span id="sample-permalink">http://www.mbaeker.de/2009/10/<span id="editable-post-name" title="Click to edit this part of the permalink">preinfo-nagios2scom-1-3</span>/</span></a><br />
I have only made some short and fast tests. So be cautious.</p>
<p>Download: <a class="downloadlink" href="http://www.mbaeker.de/downloads/SCOM2Nagios_1.3.zip" title="Version1.3 downloaded 141 times" >SCOM2Nagios (141)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2009/12/scom2nagios-1-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rollout von WinZip 12 mit SCCM</title>
		<link>http://www.mbaeker.de/2009/10/rollout-von-winzip-12-mit-sccm/</link>
		<comments>http://www.mbaeker.de/2009/10/rollout-von-winzip-12-mit-sccm/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 21:24:25 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[Deutsch]]></category>
		<category><![CDATA[System Center]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=221</guid>
		<description><![CDATA[Hier mal eine kleine Batchdatei zur Verteilung von WinZip inkl. des Lizenzfiles:
@echo off
rem alte winzip version deinstallieren
MsiExec.exe /X{CD95F661-A5C4-44F5-A6AA-ECDD91C240B5} /l* %systemroot%\deinstall_winzip111.log /qn REBOOT=REALLYSUPPRESS
rem copy Lizenzfile to all Users profile
md &#8220;%ALLUSERSPROFILE%\WinZip\&#8221;
copy /y &#8220;%~dp0winzip.wzmul&#8221; &#8220;%ALLUSERSPROFILE%\WinZip\&#8221;
rem neue Version installieren:
rem Erklärung der Parameter:
rem /noqp = no quickpick icon in system tray
rem /notip = no tip of the day
rem /noc4u = [...]]]></description>
			<content:encoded><![CDATA[<p>Hier mal eine kleine Batchdatei zur Verteilung von WinZip inkl. des Lizenzfiles:</p>
<p>@<a href="http://twitter.com/echo" rel="nofollow" target="_blank" title="View echo's Twitter Profile">echo</a> off</p>
<p>rem alte winzip version deinstallieren</p>
<p>MsiExec.exe /X{CD95F661-A5C4-44F5-A6AA-ECDD91C240B5} /l* %systemroot%\deinstall_winzip111.log /qn REBOOT=REALLYSUPPRESS</p>
<p>rem copy Lizenzfile to all Users profile</p>
<p>md &#8220;%ALLUSERSPROFILE%\WinZip\&#8221;</p>
<p>copy /y &#8220;%~dp0winzip.wzmul&#8221; &#8220;%ALLUSERSPROFILE%\WinZip\&#8221;</p>
<p>rem neue Version installieren:</p>
<p>rem Erklärung der Parameter:</p>
<p>rem /noqp = no quickpick icon in system tray</p>
<p>rem /notip = no tip of the day</p>
<p>rem /noc4u = don&#8217;t check for updates</p>
<p>rem /nopredefinedjobs = no predefined sample jobs in the Winzip menu</p>
<p>rem ADDDESKTOPICON=0 (Disable the WinZip Desktop icon to the user&#8217;s desktop)</p>
<p>rem ADDMENUGROUP=1 (Add a WinZip Menu Group item to&#8230; Start-&gt; All Programs -&gt; WinZip for each user )</p>
<p>rem ADDSTARTMENU=0 (Disable WinZip to the top of each user&#8217;s Start Menu)</p>
<p>rem  ALLUSERS=1 (per Machine)</p>
<p>rem Accept=Yes (Accept EULA)</p>
<p>msiexec /i &#8220;%~dp0wz121gev.msi&#8221; /qn /l* %systemroot%\install_winzip121.log ADDDESKTOPICON=0 ADDMENUGROUP=1 ADDSTARTMENU=0 ALLUSERS=1 Accept=Yes INSTALLCMD=&#8221;/noqp /notip /noc4u /nopredefinedjobs /autoinstall&#8221; REBOOT=REALLYSUPPRESS /m winzip.mif</p>
<p>In SCCM ein Package mit den Installationsfiles erstellen. Die WinZip MSI Version von der CD kopieren und ins gleiche Verzeichnis die Lizenzdatei hineinstellen. Als Programm die oben beschriebene Batchdatei eintragen. Bei den  Reporting Information wird im Dateinamen winzip eingetragen.</p>
<p>Mein Standardvorgehen:</p>
<ul>
<li>Möglichst keine statischen Pfade, sondern immer Variablen (z.B. %systemroot% anstatt c:\windows)</li>
<li>Möglichst immer absolute Pfade zu Dateien &#8211; man weiss ja nie worauf gerade der aktuelle Pfad zeigt. Daher immer ein %~dp0 (%0: Pfad zu Batchdatei, ~: Falls &#8220;, dann entfernen, d: Laufwerksbuchstabe, p: Pfad, %~dp0: Pfad zur Batchdatei ohne Name der Batchdatei (aber mit \ am Ende))</li>
<li>Möglichst viel loggen, dass hilft beim Debuggen</li>
<li>Möglichst immer die original Setupdateien verwenden. Der Hersteller dürfte dort bereits sein KnowHow eingebaut haben.</li>
</ul>
<p>Noch Fragen? -&gt; Comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2009/10/rollout-von-winzip-12-mit-sccm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenUMR &#8211; Cross Monitoring Integrator</title>
		<link>http://www.mbaeker.de/2009/10/openumr-cross-monitoring-integrator/</link>
		<comments>http://www.mbaeker.de/2009/10/openumr-cross-monitoring-integrator/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 12:00:40 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Operations Manager]]></category>
		<category><![CDATA[System Center]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=218</guid>
		<description><![CDATA[If you not only want to connect OpsMgr to Nagios with my connector but other management systems to OpsMgr than the OpenUMR can perhaps help you.
It does more than just creating  alerts in SCOM: it even creates the correct objects for the alerts.
More infos: http://openumr.codeplex.com/
]]></description>
			<content:encoded><![CDATA[<p>If you not only want to connect OpsMgr to Nagios with my connector but other management systems to OpsMgr than the OpenUMR can perhaps help you.</p>
<p>It does more than just creating  alerts in SCOM: it even creates the correct objects for the alerts.</p>
<p>More infos: <a href="http://openumr.codeplex.com/" target="_blank">http://openumr.codeplex.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2009/10/openumr-cross-monitoring-integrator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>System Center Operations Manager 2007 R2 Authoring Resource Kit</title>
		<link>http://www.mbaeker.de/2009/10/system-center-operations-manager-2007-r2-authoring-resource-kit/</link>
		<comments>http://www.mbaeker.de/2009/10/system-center-operations-manager-2007-r2-authoring-resource-kit/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 19:30:19 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[Deutsch]]></category>
		<category><![CDATA[Operations Manager]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[scom]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=214</guid>
		<description><![CDATA[Vor Kurzem hat Microsoft das OpsMgr Authoring Resource Kit unter  http://www.microsoft.com/downloads/details.aspx?FamilyID=9104af8b-ff87-45a1-81cd-b73e6f6b51f0&#38;displaylang=en bereitgestellt.
Es beinhaltet neben der bereits auf der R2 CD enthaltenen Authoring Console folgende Punkte:

Management Pack Best Practice Analyzer
Management Pack Spell Checker 
Management Pack Visio Generator
Management Pack Diff
Management Pack Cookdown Analyzer
All References Add-in
Workflow Analyzer
Workflow Simulator

Also ein paar interessante Ergänzungen!
]]></description>
			<content:encoded><![CDATA[<p>Vor Kurzem hat Microsoft das OpsMgr Authoring Resource Kit unter  <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9104af8b-ff87-45a1-81cd-b73e6f6b51f0&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyID=9104af8b-ff87-45a1-81cd-b73e6f6b51f0&amp;displaylang=en</a> bereitgestellt.</p>
<p>Es beinhaltet neben der bereits auf der R2 CD enthaltenen Authoring Console folgende Punkte:</p>
<ul>
<li><span><strong>Management Pack Best Practice Analyzer</strong></span></li>
<li><span><strong>Management Pack Spell Checker </strong></span></li>
<li><span><strong>Management Pack Visio Generator</strong></span></li>
<li><span><strong>Management Pack Diff</strong></span></li>
<li><span><strong>Management Pack Cookdown Analyzer</strong></span></li>
<li><span><strong>All References Add-in</strong></span></li>
<li><span><strong>Workflow Analyzer</strong></span></li>
<li><span><strong>Workflow Simulator</strong></span></li>
</ul>
<p>Also ein paar interessante Ergänzungen!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2009/10/system-center-operations-manager-2007-r2-authoring-resource-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PreInfo: SCOM2Nagios 1.3</title>
		<link>http://www.mbaeker.de/2009/10/preinfo-nagios2scom-1-3/</link>
		<comments>http://www.mbaeker.de/2009/10/preinfo-nagios2scom-1-3/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 18:39:38 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Operations Manager]]></category>
		<category><![CDATA[SCOM2Nagios]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=205</guid>
		<description><![CDATA[The new version is released here: http://www.mbaeker.de/2009/12/scom2nagios-1-3/
The next release will address two feature requests:

Possibility to change the hostname (you don&#8217;t use fqdn host names in nagios&#8230;)
Possibility to use more than one service in nagios (you want to separate the alerts for dns and acitve directory)

I will try to solve both by using &#8220;processing instructions&#8221;. This [...]]]></description>
			<content:encoded><![CDATA[<p>The new version is released here:<a href="The new bersion is released here: http://www.mbaeker.de/2009/12/scom2nagios-1-3/" target="_self"> http://www.mbaeker.de/2009/12/scom2nagios-1-3/</a></p>
<p>The next release will address two feature requests:</p>
<ol>
<li>Possibility to change the hostname (you don&#8217;t use fqdn host names in nagios&#8230;)</li>
<li>Possibility to use more than one service in nagios (you want to separate the alerts for dns and acitve directory)</li>
</ol>
<p>I will try to solve both by using &#8220;processing instructions&#8221;. This instructions will use the scom alert as an input filter and the nagios alert as the object to manipulate.</p>
<p>This instructions are defined in a xml file:</p>
<blockquote><p>&lt;?xml version=&#8217;1.0&#8242; encoding=&#8217;ISO-8859-1&#8242;?&gt;<br />
&lt;instructions&gt;</p>
<p>&lt;!&#8211;<br />
field:<br />
scom: path (of monitoringobject), fullname (of monitoringobject), severity, state, name (of alert), description<br />
nagios: text, host, service, state</p>
<p>compare:<br />
contains, containsIgnoreCase, equals, equalIgnoreCase</p>
<p>&#8211;&gt;</p>
<p>&lt;instruction&gt;</p>
<p>&lt;input field=&#8221;path&#8221; compare=&#8221;contains&#8221;&gt;DNS&lt;/input&gt;<br />
&lt;output field=&#8221;service&#8221;&gt;DNS&lt;/output&gt;<br />
&lt;/instruction&gt;</p>
<p>&lt;instruction&gt;<br />
&lt;input field=&#8221;state&#8221; compare=&#8221;equals&#8221;&gt;255&lt;/input&gt;<br />
&lt;output field=&#8221;text&#8221;&gt;Everything is OK <img src='http://www.mbaeker.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &lt;/output&gt;<br />
&lt;/instruction&gt;</p>
<p>&lt;/instructions&gt;</p></blockquote>
<p>What do you think about this feature?</p>
<p>The main code is ready. It even compiles without problems&#8230; Next step is testing &#8211; but currently I have no operations manager test system with a connected nagios&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2009/10/preinfo-nagios2scom-1-3/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Vorträge zu System Center</title>
		<link>http://www.mbaeker.de/2009/10/vortrage-zu-system-center/</link>
		<comments>http://www.mbaeker.de/2009/10/vortrage-zu-system-center/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 07:35:13 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[System Center]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=198</guid>
		<description><![CDATA[Etwas Eigenwerbung: Ich darf nächste und übernächste Woche zwei Überblicksvorträge zu System Center halten. Die Vorträge finden in Markdorf und Karlsruhe statt.
Noch sind noch wenige freie Plätze verfügbar.
Details und Anmeldung unter: http://www.its-technidata.de/DE/IM_FOCUS/VERANSTALTUNGEN/Seiten/default.aspx
]]></description>
			<content:encoded><![CDATA[<p>Etwas Eigenwerbung: Ich darf nächste und übernächste Woche zwei Überblicksvorträge zu System Center halten. Die Vorträge finden in Markdorf und Karlsruhe statt.</p>
<p>Noch sind noch wenige freie Plätze verfügbar.</p>
<p>Details und Anmeldung unter: <a href="http://www.its-technidata.de/DE/IM_FOCUS/VERANSTALTUNGEN/Seiten/default.aspx" target="_blank">http://www.its-technidata.de/DE/IM_FOCUS/VERANSTALTUNGEN/Seiten/default.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2009/10/vortrage-zu-system-center/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
