<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
	<title><![CDATA[Articles]]></title>
	<link><![CDATA[http://www.systemcentercentral.com/Articles/tabid/61/rss/1/tag/Articles%20MP_Development/Default.aspx]]></link>
	<description></description>
	<language>en-us</language>
	<copyright><![CDATA[Copyright 2009 System Center Central All Rights Reserved.]]></copyright>
	<lastBuildDate>Tue, 07 Feb 2012 08:11:25 GMT</lastBuildDate>
		<item>
			<title><![CDATA[Articles: Monitoring an Interactive Process and The Recovery Task]]></title>
			<link><![CDATA[http://blog.tyang.org/2012/01/28/scom-monitoring-an-interactive-process-and-the-recovery-task/]]></link>
			<description><![CDATA[]]></description>
			<pubDate>Sat, 28 Jan 2012 03:24:56 GMT</pubDate>
			<guid>http://blog.tyang.org/2012/01/28/scom-monitoring-an-interactive-process-and-the-recovery-task/</guid>
		</item>
		<item>
			<title><![CDATA[Articles: Process Performance Collection Rule for Services]]></title>
			<link><![CDATA[http://blog.tyang.org/2012/01/27/scom-process-performance-collection-rule-for-services/]]></link>
			<description><![CDATA[My new blog article]]></description>
			<pubDate>Fri, 27 Jan 2012 19:53:44 GMT</pubDate>
			<guid>http://blog.tyang.org/2012/01/27/scom-process-performance-collection-rule-for-services/</guid>
		</item>
		<item>
			<title><![CDATA[Articles: See Cross Platform Management Packs at MPWiki !]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/Default.aspx?tabid=147&amp;amp;IndexId=88889]]></link>
			<description><![CDATA[We uploaded Cross Platform Management Packs that provide both proactive and reactive monitoring of the UNIX and Linux operating systems at MPWiki!<br />
Enjoy the information: <a href="http://www.systemcentercentral.com/LinkClick.aspx?link=http%3a%2f%2fscommanagementpackwiki.viacode.com%2fdefault.aspx%3fg%3dposts%26amp%3bt%3d41755"></a><a href="http://scommanagementpackwiki.viacode.com/default.aspx?g=posts&t=41755">http://scommanagementpackwiki.viacode.com/default.aspx?g=posts&t=41755</a><br />
 Now you have detailed online documentation about management packs that enable  discovering, monitoring, and managing UNIX-based and Linux-based computers.]]></description>
			<pubDate>Thu, 01 Sep 2011 17:51:48 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/Default.aspx?tabid=147&amp;amp;amp;IndexId=88889</guid>
		</item>
		<item>
			<title><![CDATA[Articles: Monitor Is Enabled Property for SQL Agent Jobs]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/Default.aspx?tabid=147&IndexId=86849]]></link>
			<description><![CDATA[Hi, I would like to monitor the Is Enabled Parameter on SQL Agent Jobs using a Timed Script Two State Monitor but need some assistance with the VBS scripting. Any help will be gladly appreciated as I'm still new to VBS. The native SQL Management Pack doesn't have any monitors that Alerts if there are any disabled sql agent jobs on SQL Servers.<br />
<br />
Thanks<br />
Kind Regards<br />]]></description>
			<pubDate>Wed, 11 May 2011 11:01:06 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/Default.aspx?tabid=147&amp;IndexId=86849</guid>
		</item>
		<item>
			<title><![CDATA[Articles: Authoring Custom Templates and Writing Custom UI]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/147/IndexId/67911/Default.aspx]]></link>
			<description><![CDATA[<p> <span class="Apple-style-span" style="font-size: 16px; line-height: 18px; ">Management pack authoring templates are a useful way to add additional monitoring on an as-needed basis. A great example is the TCP port wizard – it would make no sense to monitor every TCP port out of the box, so OpsMgr provides a wizard for adding ports on a case by case basis.</span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;line-height:115%">So what if you would like to modify how one of the existing templates works or create your own? There is no documentation available that I have found that describes how to do this so that is what I’m setting out to do in this article. <o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;line-height:115%">Creating a custom template involves two main components: <o:p></o:p></span></p>
<ul style="margin-top:0in" type="disc">
    <li class="MsoNormal" style="mso-list:l0 level1 lfo2"><span style="font-size:
    12.0pt;line-height:115%">The template elements in a management pack. I’ve      attached a working sample and added lots of comments so please have a look      through.<br />
    <o:p></o:p></span></li>
    <li class="MsoNormal" style="mso-list:l0 level1 lfo2"><span style="font-size:
    12.0pt;line-height:115%"><span style="mso-spacerun:yes"> </span>A compiled      UI screen written in managed code (c# in this case). <o:p></o:p></span></li>
</ul>
<p class="MsoNormal"><span style="font-size:12.0pt;line-height:115%">A word of warning: the authoring console will not help with either of these.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;line-height:115%">Here are the steps you can use to create your custom UI screen:<o:p></o:p></span></p>
<ol style="margin-top:0in" start="1" type="1">
    <li class="MsoNormal" style="mso-list:l1 level1 lfo3"><span style="font-size:
    12.0pt;line-height:115%">Using Visual Studio, create a new class library<br />
    <o:p></o:p></span></li>
    <li class="MsoNormal" style="mso-list:l1 level1 lfo3"><span style="font-size:
    12.0pt;line-height:115%">Delete the class1.cs file that gets created by      default<o:p></o:p></span></li>
    <li class="MsoNormal" style="mso-list:l1 level1 lfo3"><span style="font-size:
    12.0pt;line-height:115%">Add references to the necessary OpsMgr DLLs. You      can find these in C:\Program Files\System Center Operations Manager 2007\      as well as the SDKBinaries folder within that folder.<o:p></o:p></span></li>
    <li class="MsoNormal" style="mso-list:l1 level1 lfo3"><span style="font-size:
    12.0pt;line-height:115%">Add a new User Control to the project named      EventDetailsPage<o:p></o:p></span></li>
    <li class="MsoNormal" style="mso-list:l1 level1 lfo3"><span style="font-size:
    12.0pt;line-height:115%">Double click on the user control to open the      designer screen. Add your UI widgets from the toolbox. I’ve added two text      boxes named txtEventID and txtEventSource.<o:p></o:p></span></li>
    <li class="MsoNormal" style="mso-list:l1 level1 lfo3"><span style="font-size:
    12.0pt;line-height:115%">Open the code view of your user control and make      the following changes by copying and pasting from the code that I’ve attached      to the article:<o:p></o:p></span>
    <ol style="margin-top:0in" start="1" type="a">
        <li class="MsoNormal" style="mso-list:l1 level2 lfo3"><span style="font-size:
        12.0pt;line-height:115%">Add all the “using” statements<o:p></o:p></span></li>
        <li class="MsoNormal" style="mso-list:l1 level2 lfo3"><span style="font-size:
        12.0pt;line-height:115%">Change the class to inherit from UIPage<o:p></o:p></span></li>
        <li class="MsoNormal" style="mso-list:l1 level2 lfo3"><span style="font-size:
        12.0pt;line-height:115%">Add the SavePageConfig() method<o:p></o:p></span></li>
    </ol>
    </li>
    <li class="MsoNormal" style="mso-list:l1 level1 lfo3"><span style="font-size:
    12.0pt;line-height:115%">Build the project<o:p></o:p></span></li>
    <li class="MsoNormal" style="mso-list:l1 level1 lfo3"><span style="font-size:
    12.0pt;line-height:115%">Copy the DLL that you’ve just compiled to the      OpsMgr program files folder.<o:p></o:p></span></li>
</ol>
<p class="MsoNormal"><span style="font-size:12.0pt;line-height:115%">Now you are ready to run your new template! <o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;line-height:115%">Import your management pack and go to the authoring templates. Your new template will show up in the list. When you run the wizard, your UI screen will allow the user to input values.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:12.0pt;line-height:115%">A note on how OpsMgr processes templates when you’re done with the wizard:</span></p>
<ul>
    <li><span style="font-size:12.0pt;line-height:115%"><o:p></o:p></span><span style="font-size:12.0pt;line-height:115%">OpsMgr replaces $TemplateConfig/ConfigValue$ variables in the implementation section of the template with the user-provided values.<br />
    <br type="_moz" />
    </span></li>
    <li><span style="font-size:12.0pt;line-height:115%"><o:p></o:p></span><span style="font-size:12.0pt;line-height:115%">Merges the implementation section into the management pack that you specified on the first wizard screen.<br />
    <br type="_moz" />
    </span></li>
    <li><span style="font-size:12.0pt;line-height:115%">Creates a <folder> for the template and puts every generated element in the folder using <folderitem>s. When you click on your template after running the wizard, OpsMgr uses this folder system to display previous output of the template. This is also how it knows what to delete if you delete template output. A side effect of this is that it is assumed that you will create elements with unique IDs for each run of the template. If you create non-unique elements, OpsMgr will effectively delete all runs of the template when any single run is deleted.</span></li>
</ul>
<p>
<p class="MsoListParagraph" style="margin-left:.25in"><span style="font-size:
12.0pt;line-height:115%">The sample UIPage I’ve attached barely scratches the surface of what is possible. Some fodder for future articles or your own exploration:<o:p></o:p></span></p>
<p class="MsoListParagraph" style="margin-left:.75in;text-indent:-.25in;
mso-list:l0 level1 lfo1"><span style="font-size:12.0pt;
line-height:115%;font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
Symbol"><span style="mso-list:Ignore">·<span style="font:7.0pt "Times New Roman"">         </span></span></span><span style="font-size:12.0pt;line-height:115%">There is a built-in SDK connection available in the UIPage so you can populate drop-down lists with monitored computers for example<o:p></o:p></span></p>
<p class="MsoListParagraph" style="margin-left:.75in;text-indent:-.25in;
mso-list:l0 level1 lfo1"><span style="font-size:12.0pt;
line-height:115%;font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
Symbol"><span style="mso-list:Ignore">·<span style="font:7.0pt "Times New Roman"">         </span></span></span><span style="font-size:12.0pt;line-height:115%">The UIPage has various properties that give you the context in which it is running such as a reference to the template itself<o:p></o:p></span></p>
<p class="MsoListParagraph" style="margin-left:.75in;text-indent:-.25in;
mso-list:l0 level1 lfo1"><span style="font-size:12.0pt;
line-height:115%;font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
Symbol"><span style="mso-list:Ignore">·<span style="font:7.0pt "Times New Roman"">         </span></span></span><span style="font-size:12.0pt;line-height:115%">You can handle the user editing your template as well as just creating new ones<o:p></o:p></span></p>
<p class="MsoListParagraph" style="margin-left:.75in;text-indent:-.25in;
mso-list:l0 level1 lfo1"><span style="font-size:12.0pt;
line-height:115%;font-family:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:
Symbol"><span style="mso-list:Ignore">·<span style="font:7.0pt "Times New Roman"">         </span></span></span><span style="font-size:12.0pt;line-height:115%">You can create custom UI for other workflows such as rules, monitors ,etc<o:p></o:p></span></p>
</p>
<p><span style="font-size:12.0pt;line-height:115%"><o:p></o:p></span></p>]]></description>
			<enclosure url="http://www.systemcentercentral.com/tabid/147/IndexId/67911/Default.aspx" length="1301" type="application/zip"></enclosure>
			<pubDate>Sun, 30 May 2010 01:20:37 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/147/IndexId/67911/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Articles: How to create an instance group in the MP Authoring console]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/147/IndexId/67819/Default.aspx]]></link>
			<description><![CDATA[<p>Great step-by-step article from Jonathan Almquist [MSFT] on how to create an instance group and configure groupcalc in the MP authoring console.</p>]]></description>
			<enclosure url="http://www.systemcentercentral.com/tabid/147/IndexId/67819/Default.aspx" length="73839" type="text/html; charset=utf-8"></enclosure>
			<pubDate>Fri, 28 May 2010 03:40:25 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/147/IndexId/67819/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Articles: How to create a computer group in the MP Authoring Console]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/147/IndexId/67818/Default.aspx]]></link>
			<description><![CDATA[<p>Great step-by-step article from Jonathan Almquist [MSFT] on how to create a computer group and configure groupcalc in the MP authoring console.</p>]]></description>
			<enclosure url="http://www.systemcentercentral.com/tabid/147/IndexId/67818/Default.aspx" length="72066" type="text/html; charset=utf-8"></enclosure>
			<pubDate>Fri, 28 May 2010 04:58:03 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/147/IndexId/67818/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Articles: Hybrid User Group Meeting this Friday 3/5/10 ATLSMUG and SCVUG]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/147/IndexId/60381/Default.aspx]]></link>
			<description><![CDATA[<p>The Atlanta Southeast Management User Group and System Center Virtual User Group invites you to attend the next SMUG meeting scheduled for March 5th, 2010 for a day of great presentations, discussions, and networking.<br />
 </p>
<p>Because this is a hybrid user group meeting there are two ways to register.<br />
1. If you would like to use Live Meeting to attend the meeting remotely, register here <a href="http://www.clicktoattend.com/?id=146192"><font color="#669966">http://www.clicktoattend.com/?id=146192</font></a><br />
2. If you would like to go to the Alpharetta, GA Microsoft Campus to attend the meeting please register here, this will help us with planning for lunch requirements. <a href="https://www.usergroupsupportservices.com/UGEventView.ugss?EventID=8775"><font color="#669966">https://www.usergroupsupportservices.com/UGEventView.ugss?EventID=8775</font></a><br />
 </p>
<p>DATE & TIME<br />
March 5, 2010<br />
10:00 AM – 4:00 PM Eastern Time Zone<br />
 </p>
<p>Lunch provided by Prowess <a href="http://www.prowesscorp.com/"><font color="#669966">http://www.prowesscorp.com</font></a><br />
 </p>
<p>“At Prowess Consulting, we focus on providing technology marketing, technical writing, IT infrastructure, and managed services to Fortune 500 companies. We make businesses stronger by delivering the right information at the right time. We are trusted by the largest organizations to deliver results through innovative and customized solutions.”<br />
 </p>
<p>THE AGENDA<br />
 </p>
<p>9:45 AM 10:00 AM Opening and Introductions<br />
10:05 AM 11:00 AM Prowess Presentation <br />
11:05 AM 11:50 AM Introduction to Microsoft App-V and the Enterprise<br />
11:55 AM 12:40 PM SCCM R3 Features and Benefits <br />
12:45 PM 1:00 PM Break <br />
1:05 PM 1:50 PM Ed Wilson Powershell Best Practices <br />
1:55 PM 2:40 PM MP Authoring Resource Kit <br />
2:45 PM 3:40 PM What is SCUP and How Do I Use It? <br />
3:35 PM 4:00 PM Closing <br />
 </p>
<p>PRESENTER BIOGRAPHIES<br />
 </p>
<p>Steve Bucci<br />
Steve is a Senior Support Engineer with Microsoft System Center Support in Charlotte, NC. He supports Application Virtualization (App-V), Microsoft Enterprise Desktop Virtualization (MED-V), and Virtual Machine Manager (SCVMM). He has worked for Microsoft for the past 8 years.<br />
 </p>
<p>Brian Shaw<br />
Brian has been with Microsoft the past 2.5 years and is currently holding the position of Senior Support Escalation Engineer supporting SMS, Configuration Manager (SCCM), and WSUS. Brian has been supporting SMS for well over 10 years, starting with SMS 1.2. Brian is currently the CSS Beta Engineer supporting the development and release of SCCM R3.<br />
 </p>
<p>Ed Wilson<br />
Ed is a senior consultant at Microsoft and a well-known scripting expert. He is a Microsoft Certified Trainer who delivers popular scripting, networking, and administration workshops to Microsoft employees and customers worldwide. He’s written several books on Windows scripting, including Microsoft Windows Powershell Scripting Guide, Microsoft Windows Scripting Self-Paced Learning Guide, and Microsoft VBScript Step by Step. Ed holds more than 20 industry certifications, including MCSE and CISSP.<br />
 </p>
<p>Cory Delamarter<br />
[Unavailable at this time.]<br />
 </p>
<p>Jason Lewis<br />
Jason is a Program Manager on the System Center Configuration Management SE Team at Microsoft. He’s been with the team for over 5 years working on products such as Systems Management Server 2003 SP2 and R2, including the Custom Updates Publishing Tool (CUPT), Inventory Tool for Custom Updates (ITCU), System Center Updates Publisher (SCUP), and Configuration Manager 2007 R2. Jason also authors a blog at <a href="http://blogs.technet.com/jasonlewis"><font color="#669966">http://blogs.technet.com/jasonlewis</font></a> where he covers products that he’s working on including “FYI” and “How To” topics.</p>
<p>Thank you for your continued support!</p>
<p>Scott Moss<br />
Microsoft MVP (Operations Manager)<br />
Vice President Atlanta SMUG http://www.atlsmug.org<br />
President System Center Virtual user Group  http://systemcenterusergroup.org</p>]]></description>
			<pubDate>Tue, 02 Mar 2010 07:57:49 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/147/IndexId/60381/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Articles: How to write monitors to target Logical or Physical Disks]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/tabid/147/IndexId/54478/Default.aspx]]></link>
			<description><![CDATA[<p><span class="Apple-style-span" style="font-family: 'Trebuchet MS', Trebuchet, Arial, sans-serif; color: rgb(51, 51, 51); line-height: 20px; ">In this article, Kevin Holman explains how to write, and how not to write, logical and physical disk monitors in System Center Operations Manager and Essentials. </span></p>
<p><em><span class="Apple-style-span" style="font-family: 'Trebuchet MS', Trebuchet, Arial, sans-serif; color: rgb(51, 51, 51); line-height: 20px; ">Kevin writes</span></em><span class="Apple-style-span" style="font-family: 'Trebuchet MS', Trebuchet, Arial, sans-serif; color: rgb(51, 51, 51); line-height: 20px; ">: This is something a LOT of people make mistakes on – so I wanted to write a post on the correct way to do this properly, using a very common target as an example.<br />
<br />
When we write a monitor for something like “Processor\% Processor Time\_Total” and target “Windows Server Operating System”…. everything is very simple. “Windows Server Operating System” is a single instance target…. meaning there is only ONE “Operating System” instance per agent. “Processor\% Processor Time\_Total” is also a single instance counter…. using ONLY the “_Total” instance for our measurement. Therefore – your performance unit monitors for this example work just like you’d think.<br />
<br />
However – Logical Disk is very different. On a given agent – there will often be MULTIPLE instances of “Logical Disk” per agent, such as C:, D:, E:, F:, etc… We must write our monitors to take this into account. (<i><a href="http://blogs.technet.com/kevinholman/archive/2009/11/24/writing-monitors-to-target-logical-or-physical-disks.aspx" title="" target="_blank" style="color: rgb(22, 49, 111); text-decoration: underline; font-weight: bold; ">continue at source</a></i>)</span> </p>]]></description>
			<enclosure url="http://www.systemcentercentral.com/tabid/147/IndexId/54478/Default.aspx" length="37961" type="text/html; charset=utf-8"></enclosure>
			<pubDate>Thu, 26 Nov 2009 06:12:29 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/tabid/147/IndexId/54478/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Articles: Custom MP for Filecount and Windows Service State]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/Details/tabid/147/IndexID/37668/Default.aspx]]></link>
			<description><![CDATA[<p>Hi,</p>
<p>We had an requirement to monitor 3 service state and get the file count of a folder. this has been achieve by writing custom MP and with Scripting.</p>
<p>We are monitoring Test.exe, Compression.exe, CleanupService.exe and finding filecount for D:\Test folder.</p>
<p>Attached the Test.xml, you can import this and test, make sure you will have all the above services in the SCOM/Client or otherwise you can monitor for your own Services.<br />
 </p>
<p>I would like to say thanks to my architect for his assistance on this.</p>
<p>Regards,</p>
<p>Sathia</p>]]></description>
			<enclosure url="http://www.systemcentercentral.com/Details/tabid/147/IndexID/37668/Default.aspx" length="0" type="application/xml"></enclosure>
			<pubDate>Sat, 31 Oct 2009 05:33:05 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/Details/tabid/147/IndexID/37668/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Articles: How to MASS create groups in XML for OpsMgr 2007]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/Details/tabid/147/IndexID/32308/Default.aspx]]></link>
			<description><![CDATA[<p><span style="color: rgb(0, 0, 0); "> <span class="Apple-style-span" style="font-family: Tahoma, Arial, Helvetica; white-space: pre-wrap; -webkit-border-horizontal-spacing: 3px; -webkit-border-vertical-spacing: 3px; ">Great  article by MVP Cameron Fuller on how to create large numbers of groups in XML using cut-and-paste method. Big time saver if you are creating lots of groups!</span></span></p>
<p><span style="color: rgb(0, 0, 0); ">Click the download button at right to get the full article.</span></p>]]></description>
			<enclosure url="http://www.systemcentercentral.com/Details/tabid/147/IndexID/32308/Default.aspx" length="79520" type="text/html; charset=utf-8"></enclosure>
			<pubDate>Thu, 17 Sep 2009 11:57:45 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/Details/tabid/147/IndexID/32308/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Articles: MP Authoring Zen: Part 1 - Concepts and Application Modeling ]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/Details/tabid/147/IndexID/24878/Default.aspx]]></link>
			<description><![CDATA[<p><span style="color: rgb(0, 0, 0); "> Ever wished management pack creation could be explained in plain English? This 6 part article series attempts to present basic to advanced management pack design and implementation in a way that is easy to understand...even if you are not a application developer.</span></p>
<p><span style="color: rgb(0, 0, 0); ">Concepts are presented with hands-on exercises walk the user through the both the planning and implmentation processes in the creation of the PKI Certificate Validation MP. </span></p>
<p><span style="color: rgb(0, 0, 0); ">SCC contributors Pete Zerger, Raphael Burri and Jaime Correia take you through the process end-to-end using the much-improved R2 Authoring Console.</span></p>]]></description>
			<enclosure url="http://www.systemcentercentral.com/Details/tabid/147/IndexID/24878/Default.aspx" length="0" type="application/zip"></enclosure>
			<pubDate>Wed, 28 Jul 2010 14:33:43 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/Details/tabid/147/IndexID/24878/Default.aspx</guid>
		</item>
		<item>
			<title><![CDATA[Articles: System Center Virtual User Group meeting #7 Recording available]]></title>
			<link><![CDATA[http://www.systemcentercentral.com/Details/tabid/147/IndexID/21509/Default.aspx]]></link>
			<description><![CDATA[<p>Another great meeting last week. I wanted to thank the Speakers Omid Abdollahpour for his Hyper-V talk, Morgan Holm for his insight to the Bridgways Virtual Machine MP, and finally, Raphael Burri and Pete Zerger for the Advanced MP Authoring in the R2 Console talk.</p>
<p>The live meeting recording is now available for <a href="http://cid-4b30376adfa42884.skydrive.live.com/self.aspx/Public/SCVUG/July%202009/downloadLMM.zip" target="_blank"><font color="#669966">download</font></a>.</p>
<p>Time stamps:<br />
Topic                        start        end<br />
Introduction                              2:50<br />
Hyper-V                       2:50        41:20<br />
Bridgeways                41:20        1:16:00<br />
MP Authoring          1:16:50        2:17:41<br />
Q&A                        2:18:00        2:37:45</p>
<p> </p>
<p>Facebook Group: System Center Virtual User Group<br />
Linked-In  Group: System Center Virtual User Group</p>
<p>If you would like to present to the group drop me a line at jscottmossatgmaildotcom</p>
<p>Thank you for your continued support!</p>
<p>Scott Moss</p>
<p>president - System Center Virtual User Group <br />
vice president - Atlanta Systems Management User Group</p>]]></description>
			<pubDate>Mon, 27 Jul 2009 19:45:03 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/Details/tabid/147/IndexID/21509/Default.aspx</guid>
		</item>
	</channel>
</rss>

