﻿<?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>The Barry Sauer Blog</title>
	<atom:link href="http://barrysauer.com/blog/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://barrysauer.com/blog</link>
	<description>A place to record and share some of my knowledge...</description>
	<lastBuildDate>Fri, 25 Jan 2013 15:37:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>How to temporarily disable the user alerts in SharePoint 2007</title>
		<link>http://barrysauer.com/blog/index.php/how-to-temporarily-disable-the-user-alerts-in-sharepoint-2007/</link>
		<comments>http://barrysauer.com/blog/index.php/how-to-temporarily-disable-the-user-alerts-in-sharepoint-2007/#comments</comments>
		<pubDate>Fri, 25 Jan 2013 15:37:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://barrysauer.com/blog/?p=269</guid>
		<description><![CDATA[How to temporarily disable the user alerts in SharePoint 2007 Is there a way to temporarily disable the user alerts for all employees, after my minor change, enable the user alerts again? 1. There is a simple stsadm command that will disable alerts: stsadm -o setproperty -pn alerts-enabled -pv False -url http://PortalName Reference http://technet.microsoft.com/en-us/library/cc263206.aspx &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- [...]]]></description>
				<content:encoded><![CDATA[<p>How to temporarily disable the user alerts in SharePoint 2007 </p>
<p> Is there a way to temporarily disable the user alerts for all employees, after my minor change, enable the user alerts again?</p>
<p>1.</p>
<p>There is a simple stsadm command that will disable alerts: stsadm -o setproperty -pn alerts-enabled -pv False -url http://PortalName<br />
Reference</p>
<p>http://technet.microsoft.com/en-us/library/cc263206.aspx</p>
<p> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>2.<br />
 temporarily disable email notification while updating items so the system will not send out any unnecessary email. </p>
<p>disable alert, updates item, then enable alert  back. </p>
<p>SPList tasklist = Web.Lists["Tasks"]; </p>
<p>tasklist.EnableAssignToEmail = false; //This property makes sending mail disabled </p>
<p>tasklist.Update(); </p>
<p> //Do all the update here  </p>
<p>Item["Title"] = &#8220;New Title&#8221;;<br />
 Item.SystemUpdate();</p>
<p>tasklist.EnableAssignToEmail = true; //enable email notification </p>
<p>tasklist.Update(); </p>
]]></content:encoded>
			<wfw:commentRss>http://barrysauer.com/blog/index.php/how-to-temporarily-disable-the-user-alerts-in-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>McKinsey 7-S Model</title>
		<link>http://barrysauer.com/blog/index.php/mckinsey-7-s-model/</link>
		<comments>http://barrysauer.com/blog/index.php/mckinsey-7-s-model/#comments</comments>
		<pubDate>Mon, 06 Aug 2012 13:35:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Governance]]></category>

		<guid isPermaLink="false">http://barrysauer.com/blog/?p=239</guid>
		<description><![CDATA[&#160; Value-based model on how to holistically and effectively organize an organization. &#160;  Structure  Hard  Strategy  Systems  Shared Values   Soft  Skills  Staff  Style &#160; &#8220;Hard&#8221; elements are easier to define or identify and management can directly influence them: These are strategy statements; organization charts and reporting lines; and formal processes and IT systems. &#8220;Soft&#8221; elements, [...]]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<div>Value-based model on how to holistically and effectively organize an organization.</div>
<div></div>
<div>
<p>&nbsp;</p>
<table summary="">
<tbody>
<tr>
<td></td>
<td></td>
<td>
<p align="center"> Structure</p>
</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td> <strong>Hard</strong></td>
<td> Strategy</td>
<td></td>
<td>
<p align="right"> Systems</p>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td>
<p align="center"><em> Shared Values</em></p>
</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td> <strong> Soft</strong></td>
<td> Skills</td>
<td></td>
<td>
<p align="right"> Staff</p>
</td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td>
<p align="center"> Style</p>
</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>&#8220;Hard&#8221; elements are easier to define or identify and management can directly influence them: These are strategy statements; organization charts and reporting lines; and formal processes and IT systems.</p>
<p>&#8220;Soft&#8221; elements, on the other hand, can be more difficult to describe, and are less tangible and more influenced by culture. However, these soft elements are as important as the hard elements if the organization is going to be successful.</p>
<p>&nbsp;</p>
<ul>
<li><strong>Strategy:</strong> the plan devised to maintain and build competitive advantage over the competition.</li>
<li><strong>Structure:</strong> the way the organization is structured and who reports to whom.</li>
<li><strong>Systems:</strong> the daily activities and procedures that staff members engage in to get the job done.</li>
<li><strong>Shared Values:</strong> called &#8220;superordinate goals&#8221; when the model was first developed, these are the core values of the company that are evidenced in the corporate culture and the general work ethic.</li>
<li><strong>Style:</strong> the style of leadership adopted.</li>
<li><strong>Staff:</strong> the employees and their general capabilities.</li>
<li><strong>Skills:</strong> the actual skills and competencies of the employees working for the company.</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://barrysauer.com/blog/index.php/mckinsey-7-s-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Investment Management Domain Areas</title>
		<link>http://barrysauer.com/blog/index.php/investment-management-domain-areas/</link>
		<comments>http://barrysauer.com/blog/index.php/investment-management-domain-areas/#comments</comments>
		<pubDate>Fri, 27 Jul 2012 14:07:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Governance]]></category>

		<guid isPermaLink="false">http://barrysauer.com/blog/?p=232</guid>
		<description><![CDATA[&#160; IM1: Develop a high-level definition of investment opportunity. IM2: Develop an initial program concept business case. IM3: Develop a clear understanding of candidate programs. IM4: Perform alternatives analysis. IM5: Develop a program plan. IM6: Develop a benefits realization plan. IM7: Identify full lifecycle costs and benefits. IM8: Develop a detailed program business case. IM9: [...]]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p>IM1: Develop a high-level definition of investment opportunity.</p>
<p>IM2: Develop an initial program concept business case.</p>
<p>IM3: Develop a clear understanding of candidate programs.</p>
<p>IM4: Perform alternatives analysis.</p>
<p>IM5: Develop a program plan.</p>
<p>IM6: Develop a benefits realization plan.</p>
<p>IM7: Identify full lifecycle costs and benefits.</p>
<p>IM8: Develop a detailed program business case.</p>
<p>IM9: Assign clear accountability and ownership.</p>
<p>IM10: Initiate, plan and launch the program.</p>
<p>IM11: Manage the program.</p>
<p>IM12: Manage/track benefits.</p>
<p>IM13: Update the business case.</p>
<p>IM14: Monitor and report on program performance.</p>
<p>IM15: Retire the program.</p>
]]></content:encoded>
			<wfw:commentRss>http://barrysauer.com/blog/index.php/investment-management-domain-areas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SharePoint RSS Reader–Authenticated Feeds</title>
		<link>http://barrysauer.com/blog/index.php/sharepoint-rss-reader-authenticated-feeds/</link>
		<comments>http://barrysauer.com/blog/index.php/sharepoint-rss-reader-authenticated-feeds/#comments</comments>
		<pubDate>Tue, 17 Jul 2012 20:04:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://barrysauer.com/blog/?p=252</guid>
		<description><![CDATA[Error: The RSS webpart does not support authenticated feeds &#160; Mark Arend: RSS Viewer web part and authenticated feeds &#160; this appears to come down to an authentication issue, and NTLM’s lack of ability to delegate credentials.  The solution:  Kerberos &#160; &#160; &#160; http://geekswithblogs.net/ryanc/archive/2008/12/09/127769.aspx &#160;]]></description>
				<content:encoded><![CDATA[<p>Error:</p>
<p>The RSS webpart does not support authenticated feeds</p>
<p><a href="http://blogs.msdn.com/b/markarend/archive/2006/10/03/rss-viewer-web-part-and-authenticated-feeds.aspx"><img class="alignleft size-full wp-image-199" title="Visit The Blog Post" src="http://barrysauer.com/blog/wp-content/uploads/2012/05/RPF1QWK.jpg" alt="Visit The Blog Post" width="178" height="26" /></a></p>
<p>&nbsp;</p>
<p><a href="http://blogs.msdn.com/markarend/archive/2006/10/03/RSS-Viewer-web-part-and-authenticated-feeds.aspx">Mark Arend: RSS Viewer web part and authenticated feeds</a></p>
<p>&nbsp;</p>
<p>this appears to come down to an authentication issue, and NTLM’s lack of ability to delegate credentials.  The solution:  Kerberos</p>
<p><span id="more-252"></span></p>
<div id="attachment_198" class="wp-caption alignleft" style="width: 188px"><a href="http://geekswithblogs.net/ryanc/archive/2008/12/09/127769.aspx"><img class="size-full wp-image-198" title="Read The Original Article" src="http://barrysauer.com/blog/wp-content/uploads/2012/05/R7OTOMV.jpg" alt="Read The Original Article" width="178" height="26" /></a><p class="wp-caption-text">Read more</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>http://geekswithblogs.net/ryanc/archive/2008/12/09/127769.aspx</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://barrysauer.com/blog/index.php/sharepoint-rss-reader-authenticated-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mini SharePoint Calendar Script</title>
		<link>http://barrysauer.com/blog/index.php/mini-sharepoint-calendar-script/</link>
		<comments>http://barrysauer.com/blog/index.php/mini-sharepoint-calendar-script/#comments</comments>
		<pubDate>Tue, 17 Jul 2012 17:52:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://barrysauer.com/blog/?p=249</guid>
		<description><![CDATA[Mini SharePoint Calendar Script &#60;script type=&#8221;text/javascript&#8221; language=&#8221;javascript&#8221;&#62; var x=document.getElementsByTagName(&#8220;TD&#8221;) var i=0; for (i=0;i&#60;x.length;i++) { if (x[i].className.substring(0,6)==&#8221;ms-cal&#8221;) { x[i].innerHTML=x[i].innerHTML.replace(/&#38;lt;/g,&#8217;&#60;&#8217;).replace(/&#38;gt;/g,&#8217;&#62;&#8217;) } } &#60;/script&#62; &#60;style type=&#8221;text/css&#8221;&#62; /* Tiny Calendar */ /* Christophe@PathToSharePoint.com */ /* Remove week blocks */ .ms-cal-weekempty {display:none;} .ms-cal-week {display:none;} .ms-cal-weekB {display:none;} .ms-cal-weekB {display:none;} /* Shrink cells */ .ms-cal-workitem2B {display:none;} .ms-cal-noworkitem2B {display:none;} .ms-cal-nodataBtm2 {display:none;} .ms-cal-todayitem2B {display:none;} [...]]]></description>
				<content:encoded><![CDATA[<p>Mini SharePoint Calendar Script</p>
<p>&lt;script type=&#8221;text/javascript&#8221; language=&#8221;javascript&#8221;&gt;<br />
var x=document.getElementsByTagName(&#8220;TD&#8221;)<br />
var i=0;<br />
for (i=0;i&lt;x.length;i++)<br />
{<br />
if (x[i].className.substring(0,6)==&#8221;ms-cal&#8221;)<br />
{<br />
x[i].innerHTML=x[i].innerHTML.replace(/&amp;lt;/g,&#8217;&lt;&#8217;).replace(/&amp;gt;/g,&#8217;&gt;&#8217;)<br />
}</p>
<p>}<br />
&lt;/script&gt;</p>
<p>&lt;style type=&#8221;text/css&#8221;&gt;</p>
<p>/* Tiny Calendar */<br />
/* Christophe@PathToSharePoint.com */</p>
<p>/* Remove week blocks */</p>
<p>.ms-cal-weekempty {display:none;}</p>
<p>.ms-cal-week {display:none;}</p>
<p>.ms-cal-weekB {display:none;}</p>
<p>.ms-cal-weekB {display:none;}</p>
<p>/* Shrink cells */</p>
<p>.ms-cal-workitem2B {display:none;}</p>
<p>.ms-cal-noworkitem2B {display:none;}</p>
<p>.ms-cal-nodataBtm2 {display:none;}</p>
<p>.ms-cal-todayitem2B {display:none;}</p>
<p>.ms-cal-workitem {font-size:0px;}</p>
<p>.ms-cal-muworkitem {font-size:0px;}</p>
<p>.ms-cal-noworkitem {font-size:0px;}</p>
<p>.ms-cal-nodataMid {font-size:0px;}</p>
<p>.ms-cal-todayitem {font-size:0px;}</p>
<p>/* thin out header */</p>
<p>.ms-cal-nav {display:none;}</p>
<p>.ms-cal-nav-buttonsltr {display:none;}</p>
<p>.ms-cal-navheader {padding:0px;spacing:0px;}</p>
<p>.ms-calheader IMG {width:15px;}</p>
<p>/* Abbreviate weekdays */</p>
<p>.ms-cal-weekday {letter-spacing:6px; width:22px; overflow: hidden;}</p>
<p>/* events display */</p>
<p>.ms-cal-defaultbgcolor {padding:0;}</p>
<p>.ms-cal-defaultbgcolor a {font-size:8px;}</p>
<p>.ms-cal-monthitem a {font-size:8px;}</p>
<p>.ms-cal-monthitem a:hover {font-size:10px;}</p>
<p>&lt;/style&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://barrysauer.com/blog/index.php/mini-sharepoint-calendar-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CIO Competencies</title>
		<link>http://barrysauer.com/blog/index.php/cio-competencies/</link>
		<comments>http://barrysauer.com/blog/index.php/cio-competencies/#comments</comments>
		<pubDate>Tue, 26 Jun 2012 19:50:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Governance]]></category>

		<guid isPermaLink="false">http://barrysauer.com/blog/?p=236</guid>
		<description><![CDATA[This is the DoD Clinger-Cohen list of CIO Competencies or focus areas. What I try to do is to list this areas and map each to a scheduled task that is measurable. Competency:  Title Policy and Organizational: Department/Agency missions, organization, functions, policies, procedures Policy and Organizational: Governing laws and regulations (e.g., the Clinger-Cohen Act, E-Government [...]]]></description>
				<content:encoded><![CDATA[<p>This is the DoD Clinger-Cohen list of CIO Competencies or focus areas. What I try to do is to list this areas and map each to a scheduled task that is measurable.</p>
<p>Competency:  Title</p>
<p>Policy and Organizational: Department/Agency missions, organization, functions, policies, procedures</p>
<p>Policy and Organizational: Governing laws and regulations (e.g., the Clinger-Cohen Act, E-Government Act, GPRA, PRA, GPEA, OMB Circulars A-11 and A-130, PDD 63)</p>
<p>Policy and Organizational: Federal government decision-making, policy making process and budget formulation and execution process</p>
<p>Policy and Organizational: Linkages and interrelationships among Agency Heads, COO, CIO, and CFO functions</p>
<p>Policy and Organizational: Intergovernmental programs, policies, and processes</p>
<p>Policy and Organizational: Privacy and security</p>
<p>Policy and Organizational: Information management</p>
<p>Leadership/Managerial: Defining roles, skill sets, and responsibilities of Senior Officials, CIO staff and stakeholders</p>
<p>Leadership/Managerial: Methods for building federal IT management and technical staff expertise</p>
<p>Leadership/Managerial: Competency testing &#8211; standards, certification, and performance assessment</p>
<p>Leadership/Managerial: Partnership/team-building techniques</p>
<p>Leadership/Managerial: Personnel performance management techniques</p>
<p>Leadership/Managerial: Principles and practices of knowledge management</p>
<p>Leadership/Managerial: Practices which attract and retain qualified IT personnel</p>
<p>Process/Change Management: Techniques/models of organizational development and change</p>
<p>Process/Change Management: Techniques and models of process management and control</p>
<p>Process/Change Management: Modeling and simulation tools and methods</p>
<p>Process/Change Management: Quality improvement models and methods</p>
<p>Process/Change Management: Business process redesign/reengineering models and methods</p>
<p>Information Resources Strategy and Planning: IT baseline assessment analysis</p>
<p>Information Resources Strategy and Planning: Interdepartmental, inter-agency IT functional analysis</p>
<p>Information Resources Strategy and Planning: IT planning methodologies</p>
<p>Information Resources Strategy and Planning: Contingency planning</p>
<p>Information Resources Strategy and Planning: Monitoring and evaluation methods and techniques</p>
<p>IT Performance Assessment: Models and Methods GPRA and IT: Measuring the business value of IT, and customer satisfaction</p>
<p>IT Performance Assessment: Models and Methods Monitoring and measuring new system development: When and how to &#8220;pull the plug&#8221; on systems</p>
<p>IT Performance Assessment: Models and Methods Measuring IT success: practical and impractical approaches</p>
<p>IT Performance Assessment: Models and Methods Processes and tools for creating, administering, and analyzing survey questionnaires</p>
<p>IT Performance Assessment: Models and Methods Techniques for defining and selecting effective performance measures</p>
<p>IT Performance Assessment: Models and Methods Examples of and criteria for performance evaluation</p>
<p>IT Performance Assessment: Models and Methods Managing IT reviews and oversight processes</p>
<p>Project/Program Management: Project scope/requirements management</p>
<p>Project/Program Management: Project integration management</p>
<p>Project/Program Management: Project time/cost/performance management</p>
<p>Project/Program Management: Project quality management</p>
<p>Project/Program Management: Project risk management</p>
<p>Project/Program Management: Project procurement management</p>
<p>Project/Program Management: System life cycle management</p>
<p>Project/Program Management: Software development</p>
<p>Capital Planning and Investment Assessment: Best practices</p>
<p>Capital Planning and Investment Assessment: Cost benefit, economic, and risk analysis</p>
<p>Capital Planning and Investment Assessment: Risk management- models and methods</p>
<p>Capital Planning and Investment Assessment: Weighing benefits of alternative IT investments<br />
Capital Planning and Investment Assessment: Capital investment analysis- models and methods</p>
<p>Capital Planning and Investment Assessment: Business case analysis</p>
<p>Capital Planning and Investment Assessment: Integrating performance with mission and budget process</p>
<p>Capital Planning and Investment Assessment: Investment review process</p>
<p>Capital Planning and Investment Assessment: Intergovernmental, Federal, State, and Local Projects</p>
<p>Acquisition: Alternative functional approaches (necessity, government, IT) analysis</p>
<p>Acquisition: Alternative acquisition models</p>
<p>Acquisition: Streamlined acquisition methodologies</p>
<p>Acquisition: Post-award IT contract management models and methods, including past performance evaluation</p>
<p>Acquisition: IT acquisition best practices</p>
<p>E-Government/Electronic Business/Electronic Commerce: Strategic business issues &amp; changes w/advent of E-Gov/EB/EC</p>
<p>E-Government/Electronic Business/Electronic Commerce: Web development strategies</p>
<p>E-Government/Electronic Business/Electronic Commerce: Industry standards and practices for communications</p>
<p>E-Government/Electronic Business/Electronic Commerce: Channel issues (supply chains)</p>
<p>E-Government/Electronic Business/Electronic Commerce: Dynamic pricing</p>
<p>E-Government/Electronic Business/Electronic Commerce: Consumer/citizen information services</p>
<p>E-Government/Electronic Business/Electronic Commerce: Social issues</p>
<p>IT Security/Information Assurance: Fundamental principles and best practices in IA</p>
<p>IT Security/Information Assurance: Threats and vulnerabilities to IT systems</p>
<p>IT Security/Information Assurance: Legal and policy issues for management and end users</p>
<p>IT Security/Information Assurance: Sources for IT security assistance</p>
<p>IT Security/Information Assurance: Standard operating procedures for reacting to intrusions/misuse of federal IT systems</p>
<p>Enterprise Architecture: Enterprise architecture functions and governance</p>
<p>Enterprise Architecture: Key enterprise architecture concepts</p>
<p>Enterprise Architecture: Enterprise architecture development and maintenance</p>
<p>Enterprise Architecture: Use of enterprise architecture in IT investment decision making</p>
<p>Enterprise Architecture: Interpretation of enterprise architecture models and artifacts</p>
<p>Enterprise Architecture: Data management</p>
<p>Enterprise Architecture: Performance measurement for enterprise architecture</p>
<p>Technical: Emerging/developing technologies</p>
<p>Technical: Information delivery technology (internet, intranet, kiosks, etc.)</p>
<p>Technical: Desk Top Technology Tools</p>
]]></content:encoded>
			<wfw:commentRss>http://barrysauer.com/blog/index.php/cio-competencies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portfolio Management Principles</title>
		<link>http://barrysauer.com/blog/index.php/portfolio-management-principles/</link>
		<comments>http://barrysauer.com/blog/index.php/portfolio-management-principles/#comments</comments>
		<pubDate>Tue, 26 Jun 2012 19:42:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Governance]]></category>

		<guid isPermaLink="false">http://barrysauer.com/blog/?p=234</guid>
		<description><![CDATA[&#160; PM1: Maintain a human resource inventory. PM2: Identify resource requirements. PM3: Perform a gap analysis. PM4: Develop a resourcing plan. PM5: Monitor resource requirements and utilization. PM6: Establish an investment threshold. PM7: Evaluate the initial program concept business case. PM8: Evaluate and assign a relative score to the program business case. PM9: Create an [...]]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p>PM1: Maintain a human resource inventory.</p>
<p>PM2: Identify resource requirements.</p>
<p>PM3: Perform a gap analysis.</p>
<p>PM4: Develop a resourcing plan.</p>
<p>PM5: Monitor resource requirements and utilization.</p>
<p>PM6: Establish an investment threshold.</p>
<p>PM7: Evaluate the initial program concept business case.</p>
<p>PM8: Evaluate and assign a relative score to the program business case.</p>
<p>PM9: Create an overall portfolio view.</p>
<p>PM10: Make and communicate the investment decision.</p>
<p>PM11: Stage-gate (and fund) selected programs.</p>
<p>PM12: Optimize portfolio performance.</p>
<p>PM13: Re-prioritize the portfolio.</p>
<p>PM14: Monitor and report on portfolio performance.</p>
]]></content:encoded>
			<wfw:commentRss>http://barrysauer.com/blog/index.php/portfolio-management-principles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reasons ITIL Scares IT Managers</title>
		<link>http://barrysauer.com/blog/index.php/reasons-itil-scares-it-managers/</link>
		<comments>http://barrysauer.com/blog/index.php/reasons-itil-scares-it-managers/#comments</comments>
		<pubDate>Tue, 26 Jun 2012 19:37:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Governance]]></category>

		<guid isPermaLink="false">http://barrysauer.com/blog/?p=229</guid>
		<description><![CDATA[This article explains 10 popular false justifications for adopting ITIL as a service management strategy. While change can scare many, it is my opinion that the organization map the processes to the adhoc policies already in place. Process improvement in service management can be made by attacking each area individually by adding measurements and governance [...]]]></description>
				<content:encoded><![CDATA[<p>This article explains 10 popular false justifications for adopting ITIL as a service management strategy. While change can scare many, it is my opinion that the organization map the processes to the adhoc policies already in place. Process improvement in service management can be made by attacking each area individually by adding measurements and governance to each of the process groups.</p>
<p><span id="more-229"></span></p>
<p><span style="text-decoration: underline;"><strong>Process Group:   Title   </strong></span></p>
<p>Service Strategy: Financial Management for IT Services</p>
<p>Service Strategy: Service Portfolio Management</p>
<p>Service Strategy: Demand Management</p>
<p>Service Design: Service Level Management</p>
<p>Service Design: Capacity Management</p>
<p>Service Design: Availability Management</p>
<p>Service Design: IT Service Continuity Management</p>
<p>Service Design: Information Security Management</p>
<p>Service Design: Service Catalog Management</p>
<p>Service Design: Supplier Management</p>
<p>Service Transition: Knowledge Management</p>
<p>Service Transition: Change Management</p>
<p>Service Transition: Release &amp; Deployment Management</p>
<p>Service Transition: IT Service Asset and Configuration Mgmt.</p>
<p>Service Transition: Service Validation &amp; Testing</p>
<p>Service Operation: Request Fulfillment</p>
<p>Service Operation: Incident Management</p>
<p>Service Operation: Problem Management</p>
<p>Service Operation: Access Management</p>
<p>Service Operation: Event Management</p>
<p>Continual Service Improvement: Service Measurement</p>
<p>Continual Service Improvement: 7-Step Improvement Process</p>
<div id="attachment_198" class="wp-caption alignleft" style="width: 188px"><a href="http://www.networkworld.com/news/2007/102407-itil-fears.html"><img class="size-full wp-image-198" title="Read The Original Article" src="http://barrysauer.com/blog/wp-content/uploads/2012/05/R7OTOMV.jpg" alt="Read The Original Article" width="178" height="26" /></a><p class="wp-caption-text">Read more</p></div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://barrysauer.com/blog/index.php/reasons-itil-scares-it-managers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CAML Query Builder for SharePoint 2003 and SharePoint 2007</title>
		<link>http://barrysauer.com/blog/index.php/caml-query-builder-for-sharepoint-2003-and-sharepoint-2007/</link>
		<comments>http://barrysauer.com/blog/index.php/caml-query-builder-for-sharepoint-2003-and-sharepoint-2007/#comments</comments>
		<pubDate>Mon, 04 Jun 2012 18:47:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://barrysauer.com/blog/?p=225</guid>
		<description><![CDATA[Cool tool for building CAML queries for SharePoint lists. The U2U CAML Query Builder provides a visual interface to building SharePoint CAML xml statements for the where clause. http://www.u2u.net/res/Tools/CamlQueryBuilder.aspx]]></description>
				<content:encoded><![CDATA[<p>Cool tool for building CAML queries for SharePoint lists.</p>
<p><span id="more-225"></span></p>
<p>The U2U CAML Query Builder provides a visual interface to building SharePoint CAML xml statements for the where clause.</p>
<p><a title="CAML Query Builder tool" href="http://www.u2u.net/res/Tools/CamlQueryBuilder.aspx" target="_blank">http://www.u2u.net/res/Tools/CamlQueryBuilder.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://barrysauer.com/blog/index.php/caml-query-builder-for-sharepoint-2003-and-sharepoint-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What will the CIO role look like in 2020</title>
		<link>http://barrysauer.com/blog/index.php/what-will-the-cio-role-look-like-in-2020/</link>
		<comments>http://barrysauer.com/blog/index.php/what-will-the-cio-role-look-like-in-2020/#comments</comments>
		<pubDate>Tue, 29 May 2012 14:32:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Governance]]></category>

		<guid isPermaLink="false">http://barrysauer.com/blog/?p=195</guid>
		<description><![CDATA[This article points out the changing role of the CIO as technology move to a distributed cloud environment, moving away form the desktop, and bringing your own device. I&#8217;m interested in the shift away from the desktop and the dominance of Microsoft. Microsoft will continue to dominate the enterprise as they continue to focus on [...]]]></description>
				<content:encoded><![CDATA[<p>This article points out the changing role of the CIO as technology move to a distributed cloud environment, moving away form the desktop, and bringing your own device.</p>
<p><span id="more-195"></span></p>
<p>I&#8217;m interested in the shift away from the desktop and the dominance of Microsoft. Microsoft will continue to dominate the enterprise as they continue to focus on consulting services and pushing the MS stack.</p>
<div id="attachment_198" class="wp-caption alignleft" style="width: 188px"><a href="http://www.infoworld.com/t/it-management/10-predictions-what-the-cio-role-will-look-in-2020-192344"><img class="size-full wp-image-198" title="Read The Original Article" src="http://barrysauer.com/blog/wp-content/uploads/2012/05/R7OTOMV.jpg" alt="Read The Original Article" width="178" height="26" /></a><p class="wp-caption-text">Read more</p></div>
]]></content:encoded>
			<wfw:commentRss>http://barrysauer.com/blog/index.php/what-will-the-cio-role-look-like-in-2020/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
