<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
	<title>Articles</title>
	<link>http://www.systemcentercentral.com/Articles/tabid/61/rss/1/tag/Articles%20MP_Development/Default.aspx</link>
	<description></description>
	<language>en-us</language>
	<copyright>Copyright 2009 System Center Central All Rights Reserved.</copyright>
	<lastBuildDate>Wed, 17 Mar 2010 22:29:53 GMT</lastBuildDate>
		<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 06: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%3a%2f%2fwww.systemcentercentral.com%2ftabid%2f147%2fIndexId%2f54478%2fDefault.aspx" length="37961" type="text/html; charset=utf-8"></enclosure>
			<pubDate>Thu, 26 Nov 2009 05: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%3a%2f%2fwww.systemcentercentral.com%2fDetails%2ftabid%2f147%2fIndexID%2f37668%2fDefault.aspx" length="0" type="application/xml"></enclosure>
			<pubDate>Sat, 31 Oct 2009 04: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%3a%2f%2fwww.systemcentercentral.com%2fDetails%2ftabid%2f147%2fIndexID%2f32308%2fDefault.aspx" length="79520" type="text/html; charset=utf-8"></enclosure>
			<pubDate>Thu, 17 Sep 2009 10: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); "> <span class="Apple-style-span" style="font-family: Tahoma; white-space: pre-wrap; -webkit-border-horizontal-spacing: 3px; -webkit-border-vertical-spacing: 3px; ">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></span></p>
<p><span style="color: rgb(0, 0, 0); "><span class="Apple-style-span" style="font-family: Tahoma; white-space: pre-wrap; -webkit-border-horizontal-spacing: 3px; -webkit-border-vertical-spacing: 3px; ">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></span></p>
<p><span style="color: rgb(0, 0, 0); "><span class="Apple-style-span" style="font-family: Tahoma; white-space: pre-wrap; -webkit-border-horizontal-spacing: 3px; -webkit-border-vertical-spacing: 3px; ">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></span></p>]]></description>
			<enclosure url="http%3a%2f%2fwww.systemcentercentral.com%2fDetails%2ftabid%2f147%2fIndexID%2f24878%2fDefault.aspx" length="0" type="application/zip"></enclosure>
			<pubDate>Mon, 31 Aug 2009 21:44:23 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 18:45:03 GMT</pubDate>
			<guid>http://www.systemcentercentral.com/Details/tabid/147/IndexID/21509/Default.aspx</guid>
		</item>
	</channel>
</rss>
