<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mark Parris</title>
	<atom:link href="http://markparris.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://markparris.co.uk</link>
	<description>Active Directory and Technology Insights (plus a few other random musings).</description>
	<lastBuildDate>Thu, 05 Jan 2012 07:53:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='markparris.co.uk' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mark Parris</title>
		<link>http://markparris.co.uk</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://markparris.co.uk/osd.xml" title="Mark Parris" />
	<atom:link rel='hub' href='http://markparris.co.uk/?pushpress=hub'/>
		<item>
		<title>Display Operating System and Service Pack information in Active Directory Users and Computers.</title>
		<link>http://markparris.co.uk/2011/12/12/add-operating-system-and-service-pack-information-to-active-directory-users-and-computers/</link>
		<comments>http://markparris.co.uk/2011/12/12/add-operating-system-and-service-pack-information-to-active-directory-users-and-computers/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 11:40:19 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Schema]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2003 R2]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Top Tips]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/?p=1789</guid>
		<description><![CDATA[I recently found a need to have Operating System and Service Pack information displayed dynamically in Active Directory Users and Computers rather than have it hardcoded into the Description attribute of the computer object. I remembered that many moons ago, I had seen Dean Wells demonstrate this ability, so I dug out my notes and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1789&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently found a need to have Operating System and Service Pack information displayed dynamically in Active Directory Users and Computers rather than have it hardcoded into the <em>Description</em> attribute of the computer object.</p>
<p>I remembered that many moons ago, I had seen Dean Wells demonstrate this ability, so I dug out my notes and thought I would share (<em>but Kudos to Dean</em>).</p>
<p>If you open <strong>Active Directory Users and Computers</strong>, navigate to an OU and then select <strong>View Add/Remove Columns</strong>, we can see that the information about the Operating System is not available to add as a column.</p>
<p><a href="http://markparris.files.wordpress.com/2011/12/image.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://markparris.files.wordpress.com/2011/12/image_thumb.png?w=504&#038;h=275" alt="image" width="504" height="275" border="0" /></a></p>
<p>But if we right click on a computer object  we can see that the Active Directory knows about the computers Operating System and Service Pack information.</p>
<p><a href="http://markparris.files.wordpress.com/2011/12/image1.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://markparris.files.wordpress.com/2011/12/image_thumb1.png?w=344&#038;h=140" alt="image" width="344" height="140" border="0" /></a></p>
<p>If you view the computers attributes, we can see how these attributes are stored in Active Directory</p>
<p><a href="http://markparris.files.wordpress.com/2011/12/image2.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://markparris.files.wordpress.com/2011/12/image_thumb2.png?w=349&#038;h=290" alt="image" width="349" height="290" border="0" /></a></p>
<p>The attributes I am interested in displaying in Active Directory Users and Computers are:</p>
<p><strong>operatingSystem</strong> and <strong>operatingSystemServicePack</strong></p>
<p>To add them to the Add/Remove columns tab, logon to the Active Directory with <em>Schema Admin</em> privileges, and start <strong>ADSIEDIT.MSC</strong>.</p>
<p>Navigate to the Configuration Partition and then DisplaySpecifiers and then select the code page for your language. For me this is <em>409</em>.</p>
<p><a href="http://markparris.files.wordpress.com/2011/12/image3.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://markparris.files.wordpress.com/2011/12/image_thumb3.png?w=525&#038;h=306" alt="image" width="525" height="306" border="0" /></a></p>
<p>navigate to <strong>CN=organizationalUnit-Display </strong>double click and navigate to <strong>extraColumns</strong></p>
<p><a href="http://markparris.files.wordpress.com/2011/12/image4.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://markparris.files.wordpress.com/2011/12/image_thumb4.png?w=392&#038;h=358" alt="image" width="392" height="358" border="0" /></a></p>
<p>Double Click <strong>extraColumns</strong> and add the following two values.</p>
<p><strong>operatingSystem,Operating System,0,150,0<br />
operatingSystemServicePack,Service Pack,0,150,0</strong></p>
<p>These values equate to:</p>
<p><span style="color:#0000ff;">&lt;ldapDisplayName&gt;,&lt;Column Title&gt;,&lt;Displayed by default&gt;,&lt;Column Width&gt;,&lt;unused&gt;</span></p>
<p><a href="http://markparris.files.wordpress.com/2011/12/image5.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://markparris.files.wordpress.com/2011/12/image_thumb5.png?w=391&#038;h=244" alt="image" width="391" height="244" border="0" /></a></p>
<p><a href="http://markparris.files.wordpress.com/2011/12/image6.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://markparris.files.wordpress.com/2011/12/image_thumb6.png?w=392&#038;h=243" alt="image" width="392" height="243" border="0" /></a></p>
<p>Once the values are added, navigate your way out of <strong>ADSIEDIT.MSC </strong>and open <strong>Active Directory Users and Computers</strong>.  Once again navigate to an OU and then select <strong>View Add/Remove Columns</strong> we can now see two additional columns</p>
<p><a href="http://markparris.files.wordpress.com/2011/12/image7.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://markparris.files.wordpress.com/2011/12/image_thumb7.png?w=388&#038;h=242" alt="image" width="388" height="242" border="0" /></a></p>
<p>Select <strong>Add</strong> to make then available in the displayed columns.</p>
<p><a href="http://markparris.files.wordpress.com/2011/12/image8.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" src="http://markparris.files.wordpress.com/2011/12/image_thumb8.png?w=556&#038;h=85" alt="image" width="556" height="85" border="0" /></a></p>
<p>We now have <span style="color:#ff0000;">Operating System and Service Pack information</span> available at a glance, but many of the other attributes can be added in exactly the same way.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markparris.wordpress.com/1789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markparris.wordpress.com/1789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/markparris.wordpress.com/1789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/markparris.wordpress.com/1789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/markparris.wordpress.com/1789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/markparris.wordpress.com/1789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markparris.wordpress.com/1789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markparris.wordpress.com/1789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markparris.wordpress.com/1789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markparris.wordpress.com/1789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markparris.wordpress.com/1789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markparris.wordpress.com/1789/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1789&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/12/12/add-operating-system-and-service-pack-information-to-active-directory-users-and-computers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://markparris.files.wordpress.com/2011/09/05-09-2011-10-22-17.png?w=141" />
		<media:content url="http://markparris.files.wordpress.com/2011/09/05-09-2011-10-22-17.png?w=141" medium="image">
			<media:title type="html">Active Directory</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/12/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/12/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/12/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/12/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/12/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/12/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/12/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/12/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/12/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Active Directory Diagnostic Logging</title>
		<link>http://markparris.co.uk/2011/11/03/active-directory-diagnostic-logging/</link>
		<comments>http://markparris.co.uk/2011/11/03/active-directory-diagnostic-logging/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 15:52:01 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2003 R2]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/?p=1763</guid>
		<description><![CDATA[When troubleshooting Active Directory the first place that most people look is the Windows Server event logs, the event logs can provide a wealth of information about the state of an Active Directory, but by default the recorded information is limited to the logging of critical and error events. To enable detailed diagnostic logging there [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1763&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When troubleshooting Active Directory the first place that most people look is the Windows Server event logs, the event logs can provide a wealth of information about the state of an Active Directory, but by default the recorded information is limited to the logging of critical and error events.</p>
<p>To enable detailed diagnostic logging there are a series of registry keys under <strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NTDS\Diagnostics</strong> which when set to a defined value will populate the information to the event logs.</p>
<p>The defined values are:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="18%"><strong>Option</strong></td>
<td valign="top" width="81%"><strong>Description</strong></td>
</tr>
<tr>
<td valign="top" width="18%"><strong>0</strong> (None)</td>
<td valign="top" width="81%">Only critical events and error events are logged. (Default)</td>
</tr>
<tr>
<td valign="top" width="18%"><strong>1</strong> (Minimal)</td>
<td valign="top" width="81%">Very high-level events are recorded in the event log</td>
</tr>
<tr>
<td valign="top" width="18%"><strong>2 </strong>(Basic)</td>
<td valign="top" width="81%">Events with a logging level of 2 or lower are logged.</td>
</tr>
<tr>
<td valign="top" width="18%"><strong>3 </strong>(Extensive)</td>
<td valign="top" width="81%">Events with a logging level of 3 or lower are logged.</td>
</tr>
<tr>
<td valign="top" width="18%"><strong>4 </strong>(Verbose)</td>
<td valign="top" width="81%">Events with a logging level of 4 or lower are logged.</td>
</tr>
<tr>
<td valign="top" width="18%"><strong>5</strong> (Internal)</td>
<td valign="top" width="81%">All events are logged, including debug strings and configuration changes received.</td>
</tr>
</tbody>
</table>
<p>Any logging above level 3 can generate a lot of additional logged information and should be used with caution.</p>
<p>These values can be set against the one or more of these 24 keys</p>
<p><a href="http://markparris.files.wordpress.com/2011/11/clip_image00241.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="clip_image002[4]" src="http://markparris.files.wordpress.com/2011/11/clip_image0024_thumb1.png?w=523&#038;h=567" alt="clip_image002[4]" width="523" height="567" border="0" /></a></p>
<p>Key Name:</p>
<p><strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NTDS\Diagnostics</strong></p>
<p><strong>1 Knowledge Consistency Checker</strong></p>
<p>The KCC derives its input configuration from objects in the directory (for example, sites, servers and site links). The KCC reports if these objects are incorrect or missing. Events occurring during a run of the KCC.</p>
<p>Messages fall into the following categories:</p>
<p>KCC runtime errors, such as inconsistencies, resource errors or directory access problems. KCC output configuration problems. The new configuration cannot be built or is incomplete in some way.  Perhaps too many servers are down to build a complete topology at this time.</p>
<p><strong>2 Security Events</strong></p>
<p>Events related to security such as a user who tries to read or write an attribute with insufficient permissions, a user binding through MAPI, or a domain that has been changed to native mode.</p>
<p><strong>3 ExDS Interface Events</strong></p>
<p>Events related to communication between Active Directory and Exchange clients.</p>
<p><strong>4 MAPI Interface Events</strong></p>
<p>Events related to communication between Active Directory and Exchange clients.</p>
<p><strong>5 Replication Events</strong></p>
<p>Events related to outbound replication, where changed objects are found and inbound replication, where these changes are applied to a local database. &#8220;Normal&#8221; errors during the course of replication, such as a domain controller being down, are not logged. They are kept as status and are available through the replication tools. The errors logged during replication are generally critical inconsistencies that require user intervention, as database errors. The other kind of events logged by the replication category are information about which objects and attributes were updated and why.  Note that many attributes are updated each time replication occurs. Logging detail about attributes can generate a great deal of messages very quickly.</p>
<p>A level of 1 is safe and might be informative as to the general types of operations occurring for replication. A level higher than level 2 can result in filling up the log file and performance degradation.</p>
<p><strong>6 Garbage Collection</strong></p>
<p>Events generated when objects marked for deletion are actually deleted.</p>
<p><strong>7 Internal Configuration</strong></p>
<p>Interpretation and display of the internal directory service operations.</p>
<p><strong>8 Directory Access</strong></p>
<p>Reads and writes directory objects from all sources.</p>
<p><strong>9 Internal Processing</strong></p>
<p>Events related to the internal operation of Active Directory code such as processing security descriptor propagation. Error events in this category might be an indicator of serious problems in Active Directory. When the directory returns the status of &#8220;internal error,&#8221; this category can be used to identify the problem for Microsoft support. Set this category to 1 on all computers involved (client and server) and reproduce the problem. Note the point in the code where the internal error was raised.</p>
<p><strong>10 Performance Counters</strong></p>
<p>Events related to loading and unloading the NTDS performance object and performance counters.</p>
<p><strong>11 Initialization/Termination</strong></p>
<p>Events related to starting and stopping Active Directory.</p>
<p><strong>12 Service Control</strong></p>
<p>Processes Active Directory service events.</p>
<p><strong>13 Name Resolution</strong></p>
<p>Resolution of addresses and Active Directory names.</p>
<p><strong>14 Backup</strong></p>
<p>Events related to the backup of Active Directory. Specifically, errors occurring when ESE database records are read or written for backup purposes. Generally only logged when a backup operation is underway.</p>
<p><strong>15 Field Engineering</strong></p>
<p>Internal debugging trace.</p>
<p><strong>16 LDAP Interface Events</strong></p>
<p>Events related to LDAP. An example of events logged include the following: the LDAP server closed a socket to a client, unable to initialize LDAP Simple Bind Authentication, and LDAP over SSL is now available.</p>
<p><strong>17 Setup</strong></p>
<p>Events related to running the Active Directory Installation Wizard.</p>
<p><strong>18 Global Catalog</strong></p>
<p>Events related to Global Catalog. For example, &#8220;Promotion of this server to a Global Catalog will be delayed for %1 minutes. This delay is necessary so that the required partitions can be made ready before the GC is advertised.</p>
<p>The operations that occurs during this time include the KCC being run to generate the new topology, all read-only partitions in the enterprise being added to this server, and the contents of these partitions being replicated into this system.  If you want to promote the GC immediately without enforcing this precondition, set the registry variable</p>
<p>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NTDS\Parameters\<br />
GlobalCatalogDelayAdvertisement</p>
<p>(sec) to a DWORD value of 0. The GC will be promoted on the next attempt to check preconditions. This value can also be set to the maximum number of seconds that the DSA will wait before promoting to a GC.&#8221;</p>
<p><strong>19 Inter-site Messaging</strong></p>
<p>These messages are logged by the &#8220;Intersite Message&#8221; service, which is a separate service from the directory itself. There are two kinds of messages that are generated in this category:<br />
The ISM Service is responsible for transporting replication messages between sites.<br />
The ISM Service is also responsible for calculating site routes for the KCC to use. Note that the messages in this category are either fatal configuration errors, or informational messages about the amount of traffic being carried.</p>
<p><strong>20 Group Caching</strong></p>
<p>Events related to Universal Group Membership Caching on a domain controller in a site where this feature is enabled. The value is set to an integer from 0 (no logging) through 5 (most verbose logging). Significant events are reported at logging level 2. with many additional events reported at logging level 5.</p>
<p><strong>21 Linked-Value Replication</strong></p>
<p>Events related to Linked-Value Replication.</p>
<p><strong>22 DS RPC Client</strong></p>
<p>Events related to RPC Client</p>
<p>Controls the logging of events that are related to communication with the Directory Service.<br />
Examples of logged events include remote procedure call (RPC) errors, cancelled calls, and service principal name (SPN)– related operations.</p>
<p>Real world example: Only up to 10 DNS failures are shown for any given 12 hour period, even if more than 10 failures occur. To log all individual failure events, set diagnostics registry value to 1.</p>
<p><strong>23 DS RPC Server</strong></p>
<p>Controls the logging of events that are related the RPC server service.</p>
<p>Example, during outbound replication and replication setup operations.</p>
<p><strong>24 DS Schema</strong></p>
<p>Events related to the Active Directory schema.</p>
<p>Example of an event logged includes a successful Active Directory Schema updates which records the event with and Event ID of 1582</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1763/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1763/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markparris.wordpress.com/1763/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markparris.wordpress.com/1763/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/markparris.wordpress.com/1763/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/markparris.wordpress.com/1763/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/markparris.wordpress.com/1763/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/markparris.wordpress.com/1763/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markparris.wordpress.com/1763/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markparris.wordpress.com/1763/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markparris.wordpress.com/1763/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markparris.wordpress.com/1763/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markparris.wordpress.com/1763/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markparris.wordpress.com/1763/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1763&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/11/03/active-directory-diagnostic-logging/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://markparris.files.wordpress.com/2011/09/05-09-2011-10-22-17.png?w=141" />
		<media:content url="http://markparris.files.wordpress.com/2011/09/05-09-2011-10-22-17.png?w=141" medium="image">
			<media:title type="html">Active Directory</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/11/clip_image0024_thumb1.png" medium="image">
			<media:title type="html">clip_image002[4]</media:title>
		</media:content>
	</item>
		<item>
		<title>Active Directory Forest Recovery &#8211; Whitepaper updated.</title>
		<link>http://markparris.co.uk/2011/10/21/active-directory-forest-recovery-whitepaper-updated/</link>
		<comments>http://markparris.co.uk/2011/10/21/active-directory-forest-recovery-whitepaper-updated/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 13:30:32 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/2011/02/28/active-directory-forest-recovery-whitepaper-updated/</guid>
		<description><![CDATA[Microsoft have updated the must read Active Directory document on Active Directory Forest Recovery.  This document details the processes that must be followed to recovery a  an Active Directory hosted on Windows Server 2003 and later. September 2011 Update. Added a list of resources for verifying that replication is working correctly. Download it here.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1534&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://markparris.files.wordpress.com/2011/09/05-09-2011-10-22-17.png"><img class="alignnone size-thumbnail wp-image-1736" title="Active Directory" src="http://markparris.files.wordpress.com/2011/09/05-09-2011-10-22-17.png?w=141&#038;h=150" alt="" width="141" height="150" /></a>Microsoft have updated the must read Active Directory document on Active Directory Forest Recovery.  This document details the processes that must be followed to recovery a  an Active Directory hosted on Windows Server 2003 and later.</p>
<p><strong>September 2011 Update.</strong></p>
<p>Added a list of resources for verifying that replication is working correctly.</p>
<p>Download it <a href="http://www.microsoft.com/download/en/details.aspx?id=16506" target="_blank">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markparris.wordpress.com/1534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markparris.wordpress.com/1534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/markparris.wordpress.com/1534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/markparris.wordpress.com/1534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/markparris.wordpress.com/1534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/markparris.wordpress.com/1534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markparris.wordpress.com/1534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markparris.wordpress.com/1534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markparris.wordpress.com/1534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markparris.wordpress.com/1534/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markparris.wordpress.com/1534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markparris.wordpress.com/1534/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1534&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/10/21/active-directory-forest-recovery-whitepaper-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://markparris.files.wordpress.com/2011/09/05-09-2011-10-22-17.png?w=141" />
		<media:content url="http://markparris.files.wordpress.com/2011/09/05-09-2011-10-22-17.png?w=141" medium="image">
			<media:title type="html">Active Directory</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>
	</item>
		<item>
		<title>Earth to Mark, come in please.</title>
		<link>http://markparris.co.uk/2011/10/21/earth-to-mark-come-in-please/</link>
		<comments>http://markparris.co.uk/2011/10/21/earth-to-mark-come-in-please/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 10:12:45 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Open University]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[open university]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/2011/10/21/earth-to-mark-come-in-please/</guid>
		<description><![CDATA[&#160; Last night I met up with a former colleague who was having leaving drinks and he noted that I had become somewhat quiet on here and Twitter, so I thought I should put pen to paper so to speak and provide an update of sorts. The reason for my silence is purely time, along [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1754&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Last night I met up with a former colleague who was having leaving drinks and he noted that I had become somewhat quiet on here and Twitter, so I thought I should put pen to paper so to speak and provide an update of sorts.</p>
<p>The reason for my silence is purely time, along with my day job and family commitments, I am also currently studying for a degree with the <a href="http://www.open.ac.uk/" target="_blank">Open University</a> (not the kind of OU I am used to dealing with though).&#160; A degree is always something I felt I was capable of, but when I was younger never had the opportunity to do. The degree I am doing is a <a href="http://www3.open.ac.uk/study/undergraduate/qualification/B62.htm" target="_blank">BSc (Honours) Computing and IT</a>. I am actually amazed how much of the first module (<a href="http://www3.open.ac.uk/study/undergraduate/course/tu100.htm" target="_blank">My digital life</a>) I already know and understand but I think transitioning my business knowledge, approach and experience into academic writing and process is where I will find it a challenge, but this is where my tutor Michelle will become invaluable.</p>
<p>I am at the stage of my career where I don’t need to do this degree for anything beyond personal accomplishment, but in the future when asked “<i>What’s my degree in?</i>” I can reply with an honest answer rather than changing the subject or feigning deafness. </p>
<p>As my studies progresses I will update this blog as I document my journey into the unknown.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markparris.wordpress.com/1754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markparris.wordpress.com/1754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/markparris.wordpress.com/1754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/markparris.wordpress.com/1754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/markparris.wordpress.com/1754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/markparris.wordpress.com/1754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markparris.wordpress.com/1754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markparris.wordpress.com/1754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markparris.wordpress.com/1754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markparris.wordpress.com/1754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markparris.wordpress.com/1754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markparris.wordpress.com/1754/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1754&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/10/21/earth-to-mark-come-in-please/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>
	</item>
		<item>
		<title>Facebook: Are some of you friends making too much noise (or not enough)?</title>
		<link>http://markparris.co.uk/2011/09/21/facebook-are-some-of-you-friends-making-too-much-noise-or-not-enough/</link>
		<comments>http://markparris.co.uk/2011/09/21/facebook-are-some-of-you-friends-making-too-much-noise-or-not-enough/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 10:41:58 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Trivia]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/2011/09/21/facebook-are-some-of-you-friends-making-too-much-noise-or-not-enough/</guid>
		<description><![CDATA[&#160; Two features that I have configured on Facebook that I feel are worth pointing out: Noise reduction (or increase). Facebook has introduced a “subscribed” feature for your friends, this allows you to control the amount of noise that is generated on your profile. The default is “Most Updates” which for most people is enough, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1749&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Two features that I have configured on Facebook that I feel are worth pointing out:</p>
<p><b>Noise reduction (or increase).</b></p>
<p>Facebook has introduced a “<strong>subscribed</strong>” feature for your friends, this allows you to control the amount of noise that is generated on your profile.</p>
<p>The default is “<b>Most Updates</b>” which for most people is enough, but Mrs P., is constantly complaining that I miss a lot of her updates, so Mrs P is now set to “<b>All Updates</b>”</p>
<p>If you are fed up of people requesting “<em>more chickens</em>” or to “<em>come and blow up the invading pirates</em>” then you can un-tick “<b>Games</b>” which will remove those updates from your wall.</p>
<p><a href="http://markparris.files.wordpress.com/2011/09/clip_image001.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image001" border="0" alt="clip_image001" src="http://markparris.files.wordpress.com/2011/09/clip_image001_thumb.png?w=205&#038;h=244" width="205" height="244" /></a></p>
<p><b>Stopping unwanted “Friends” from being able to chat you.</b></p>
<p>When you add a friend to Facebook, there is an option to “<strong>categorise</strong>” them. I have categorised my “Friends” in to a hierarchy of sorts.</p>
<p><a href="http://markparris.files.wordpress.com/2011/09/clip_image002.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image002" border="0" alt="clip_image002" src="http://markparris.files.wordpress.com/2011/09/clip_image002_thumb.png?w=135&#038;h=244" width="135" height="244" /></a></p>
<p>Now if I only want to chat with my family and turn off the feature for everyone else I know, select the “<b>asterix</b>” in your Facebook chat window and select “<b>Limit availability</b>”</p>
<p><a href="http://markparris.files.wordpress.com/2011/09/clip_image003.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image003" border="0" alt="clip_image003" src="http://markparris.files.wordpress.com/2011/09/clip_image003_thumb.png?w=197&#038;h=147" width="197" height="147" /></a></p>
<p>Ensure Only make available to “<b>Family</b>” is selected, now you will appear only appear in the chat list of your friends you have categorised as family,</p>
<p><a href="http://markparris.files.wordpress.com/2011/09/clip_image004.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="clip_image004" border="0" alt="clip_image004" src="http://markparris.files.wordpress.com/2011/09/clip_image004_thumb.png?w=244&#038;h=216" width="244" height="216" /></a></p>
<p>If you have not categorised your friends you can do so retrospectively by selecting “<b>Account</b>” and then “<b>Edit friends</b>”</p>
<p><a href="http://markparris.files.wordpress.com/2011/09/image.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="image" border="0" alt="image" src="http://markparris.files.wordpress.com/2011/09/image_thumb.png?w=207&#038;h=244" width="207" height="244" /></a></p>
<p>I hope this helps and I will be documenting other Facebook features soon – but I am not a Social Media consultant – <a href="http://www.amastra.co.uk/theteam.aspx" target="_blank">Eileen Brown</a> of <a href="http://www.amastra.co.uk/" target="_blank">Amastra</a> is.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1749/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1749/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markparris.wordpress.com/1749/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markparris.wordpress.com/1749/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/markparris.wordpress.com/1749/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/markparris.wordpress.com/1749/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/markparris.wordpress.com/1749/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/markparris.wordpress.com/1749/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markparris.wordpress.com/1749/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markparris.wordpress.com/1749/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markparris.wordpress.com/1749/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markparris.wordpress.com/1749/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markparris.wordpress.com/1749/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markparris.wordpress.com/1749/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1749&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/09/21/facebook-are-some-of-you-friends-making-too-much-noise-or-not-enough/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://markparris.files.wordpress.com/2011/09/facebook.png?w=150" />
		<media:content url="http://markparris.files.wordpress.com/2011/09/facebook.png?w=150" medium="image">
			<media:title type="html">facebook</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/09/clip_image001_thumb.png" medium="image">
			<media:title type="html">clip_image001</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/09/clip_image002_thumb.png" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/09/clip_image003_thumb.png" medium="image">
			<media:title type="html">clip_image003</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/09/clip_image004_thumb.png" medium="image">
			<media:title type="html">clip_image004</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/09/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Single-Label-Domains in Active Directory Domain Services (AD DS) &#8211; Considerations, Migration, and Co-existence</title>
		<link>http://markparris.co.uk/2011/09/05/single-label-domains-in-active-directory-domain-services-ad-ds-considerations-migration-and-co-existence/</link>
		<comments>http://markparris.co.uk/2011/09/05/single-label-domains-in-active-directory-domain-services-ad-ds-considerations-migration-and-co-existence/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 09:18:50 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2003 R2]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[SLD]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/2011/09/05/single-label-domains-in-active-directory-domain-services-ad-ds-considerations-migration-and-co-existence/</guid>
		<description><![CDATA[&#160; Microsoft have published an excellent document on Single-Label-Domains in Active Directory Domain Services (AD DS) &#8211; Considerations, Migration, and Co-existence. It is well worth a read, even if you are not impacted by this issue. Management Summary An Active Directory domain name that contains one or more labels separated by a dot is referred [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1735&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Microsoft have published an excellent document on <a href="http://www.microsoft.com/downloads/info.aspx?na=41&amp;srcfamilyid=55695b9b-2f19-415b-a915-2c754e0b9a9a&amp;srcdisplaylang=en&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fB%2f0%2f8%2fB08021F1-2CB2-47F4-9C5E-65706B2FCE6D%2fWhitepaper_Single-Label-Domain_V132.docx"><strong>Single-Label-Domains in Active Directory Domain Services (AD DS) &#8211; Considerations, Migration, and Co-existence</strong></a><strong>. </strong>It is well worth a read, even if you are not impacted by this issue.</p>
<p><strong>Management Summary</strong></p>
<p>An Active Directory domain name that contains one or more labels separated by a dot is referred to as a fully qualified domain name with two or more names and it will be referred as FQDN in this document. In contrast there is the concept of single-label domain (SLD), which refers to Active Directory domain names with only one label.</p>
<p>Given that SLD is not a commonly deployed configuration and that many Microsoft and third-party applications have not been tested under an SLD configuration, Microsoft recommends FQDN Active Directory deployments. For companies who have deployed SLD, they should transition to an FQDN Active Directory deployment. This will ensure that they get the most value out of their deployed applications.</p>
<p>For companies that will be evaluating transition to FQDN from SLD configurations, this document describes the options and considerations that they will need to take into account. In particular it describes Domain Migration and Domain Rename operations and explains the different considerations of these two options, so that companies can build a transition plan that makes sense to them.</p>
<p>Long-term, the goal of Microsoft is to have customer infrastructures using common, tested configurations to minimize costs and effort to administrate the Active Directory (AD) and DNS environment. The use of multi-label names is Microsoft’s recommended naming configuration.</p>
<p>Organizations that have SLD configurations should begin by analyzing their current environment to find out the best mitigation option.</p>
<p>Domain rename operations might be feasible in certain scenarios, mainly for smaller organizations or those that can tolerate some outage while removing and reinstalling applications that are incompatible with domain rename.</p>
<p>The migration into a non-SLD forest and domain structure should be well aligned with the product lifecycle and the future IT infrastructure roadmap of the organization.</p>
<p>The transition from a single label to a fully qualified Active Directory domain namespace puts your clients, servers, domain controllers, the operating systems and applications in a namespace configuration that can deliver the following benefits:</p>
<ul>
<li>Provides the broadest application support, including the ability to deploy applications on day 1 after release without fear that support will be deprecated in a future release, will be deferred until a future release, or will never support forests configured with SLDs, possibly even blocking installation in SLDs.      </p>
</li>
<li>Receives the highest number of test passes by Microsoft and third-party application developers
</li>
<li>Requires the least additional configuration to register and resolve DNS names of interest
</li>
<li>Delivers the lowest total cost of ownership (TCO) by reducing complex configurations and by consolidating forest and domain structures
</li>
<li>Enables enhanced security capabilities of new versions of AD DS
</li>
<li>Aligns the namespace assigned to your forest with same type of namespace assigned to the top thousands of domains deployed and operated by other customers over the last decade or more
</li>
<li>Receive Microsoft cloud support, because only domains with fully qualified DNS names are supported by Microsoft cloud services such as BPOS and Office 365
</li>
</ul>
<p>Download: <a href="http://www.microsoft.com/downloads/info.aspx?na=41&amp;srcfamilyid=55695b9b-2f19-415b-a915-2c754e0b9a9a&amp;srcdisplaylang=en&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fB%2f0%2f8%2fB08021F1-2CB2-47F4-9C5E-65706B2FCE6D%2fWhitepaper_Single-Label-Domain_V132.docx">Single-Label-Domains in Active Directory Domain Services (AD DS) &#8211; Considerations, Migration, and Co-existence</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1735/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1735/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markparris.wordpress.com/1735/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markparris.wordpress.com/1735/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/markparris.wordpress.com/1735/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/markparris.wordpress.com/1735/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/markparris.wordpress.com/1735/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/markparris.wordpress.com/1735/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markparris.wordpress.com/1735/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markparris.wordpress.com/1735/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markparris.wordpress.com/1735/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markparris.wordpress.com/1735/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markparris.wordpress.com/1735/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markparris.wordpress.com/1735/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1735&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/09/05/single-label-domains-in-active-directory-domain-services-ad-ds-considerations-migration-and-co-existence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://markparris.files.wordpress.com/2011/09/05-09-2011-10-22-17.png?w=141" />
		<media:content url="http://markparris.files.wordpress.com/2011/09/05-09-2011-10-22-17.png?w=141" medium="image">
			<media:title type="html">Active Directory</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Lync 2010 end user training .</title>
		<link>http://markparris.co.uk/2011/08/02/microsoft-lync-2010-end-user-training/</link>
		<comments>http://markparris.co.uk/2011/08/02/microsoft-lync-2010-end-user-training/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 08:10:00 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Lync Server 2010]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/?p=1720</guid>
		<description><![CDATA[Microsoft has made available for download a Lync training package. The training package contains all of the available training and user education resources for Lync. The download includes a Lync Training Plans workbook which helps to target the most applicable training for the end user Download Planning Workbook – Focus is on the Information worker<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1720&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Microsoft has made available for download a Lync training package. The training package contains all of the available training and user education resources for Lync.</p>
<p>The download includes a Lync Training Plans workbook which helps to target the most applicable training for the end user</p>
<p><a title="Download Lync_Training_Plans.zip" href="http://www.microsoft.com/download/en/details.aspx?id=9642">Download</a></p>
<p><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="image" src="http://markparris.files.wordpress.com/2011/08/image.png?w=575&#038;h=376" alt="image" width="575" height="376" border="0" /></p>
<p><span style="font-size:xx-small;">Planning Workbook – Focus is on the Information worker</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markparris.wordpress.com/1720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markparris.wordpress.com/1720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/markparris.wordpress.com/1720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/markparris.wordpress.com/1720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/markparris.wordpress.com/1720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/markparris.wordpress.com/1720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markparris.wordpress.com/1720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markparris.wordpress.com/1720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markparris.wordpress.com/1720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markparris.wordpress.com/1720/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markparris.wordpress.com/1720/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markparris.wordpress.com/1720/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1720&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/08/02/microsoft-lync-2010-end-user-training/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://markparris.files.wordpress.com/2011/08/picture1.png?w=150" />
		<media:content url="http://markparris.files.wordpress.com/2011/08/picture1.png?w=150" medium="image">
			<media:title type="html">Lync 2010</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/08/image.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Is your Active Directory ready for Office 365?</title>
		<link>http://markparris.co.uk/2011/06/14/is-your-active-directory-ready-for-office-365/</link>
		<comments>http://markparris.co.uk/2011/06/14/is-your-active-directory-ready-for-office-365/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 22:42:59 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 365]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/?p=1655</guid>
		<description><![CDATA[With Office 365 being available at the end of this month (28 June 2011), I have been looking at the impact it may have on an on-premises Active Directory and the issues that must be resolved in order for it to fully integrate with Office 365. Single Label Domains: Singles Label Domains (SLD’s) are not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1655&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With <a title="What is Office 365?" href="http://www.microsoft.com/en-gb/office365/online-software.aspx" target="_blank">Office 365</a> being available at the end of this month (<em>28 June 2011</em>), I have been looking at the impact it may have on an on-premises Active Directory and the issues that must be resolved in order for it to fully integrate with Office 365.</p>
<h4><strong>Single Label Domains:</strong></h4>
<p>Singles Label Domains (SLD’s) are not supported (e.g. <strong>markparris.co.uk</strong> or <strong>markparris.net</strong> are, <strong>markparris.</strong> is not). Anyone with an SLD will have to migrate to a new forest to utilise Office 365.&#160; See <a href="http://support.microsoft.com/kb/2456592" target="_blank">Microsoft Online Services compatibility with single-label domains, with disjoint namespaces, and with discontiguous namespaces</a></p>
<h4><strong>Forest Functional Level:</strong></h4>
<p>As far as I can ascertain the minimum supported Forest Functional Level should be <strong>Windows Server 2003 FFL</strong> (Level 2).&#160; Even though DirSync and AD-FS support alternative FFL’s, the <a href="http://community.office365.com/modg/default.aspx" target="_blank">Microsoft Office 365 Beta Deployment Guide for Enterprises</a> states this FFL level is required for Exchange 2010 SP1 hybrid mode coexistence and this is the lowest common denominator that Exchange 2010 SP1, DirSync and AD-FS all support.&#160; If you don’t want to run Exchange 2010 SP1 in hybrid mode coexistence, then a lower FFL may be suitable.&#160; </p>
<p><img style="display:inline;border-width:0;" title="Email me at mark@parris.co.uk" border="0" alt="Email me at mark@parris.co.uk" src="http://markparris.files.wordpress.com/2011/06/image3.png?w=532&#038;h=314" width="532" height="314" /></p>
<h4><strong>Active Directory Schema:</strong></h4>
<p>If the organisation has a requirement for deploying Exchange hybrid mode coexistence, then the <strong>Exchange Server 2010 SP1</strong> Schema will need to be deployed. In a global environment, that perhaps still has 32bit domain controllers with an NTDS.DIT greater than 4GB, then this schema extension may require some thought and planning, due to the additional load it may place on your DC’s.</p>
<h6><em>Summary of Exchange Online Simple Coexistence and Exchange Hybrid Mode Coexistence Capabilities</em></h6>
<p><img style="display:inline;border-width:0;" title="Email me at mark@parris.co.uk" border="0" alt="Email me at mark@parris.co.uk" src="http://markparris.files.wordpress.com/2011/06/image4.png?w=538&#038;h=308" width="538" height="308" /></p>
<h4><strong>Number of Forests:</strong></h4>
<p>Office 365 will initially only support single sign on from a single forest. This may change moving forward, but if it does not then a forest rationalisation project may need to instigated. <strong><span style="color:#ff0000;">This could be a huge piece of work.</span></strong></p>
<h4><strong>Domain Name:</strong></h4>
<p>To utilise AD-FS and single sign-on, the forest name or more specifically the UPN of the forest must be Internet routable. See: <a href="http://markparris.co.uk/2011/03/08/active-directory-local-domain-design-and-office-365">http://markparris.co.uk/2011/03/08/active-directory-local-domain-design-and-office-365</a>&#160;<strong><span style="color:#ff0000;">This could be a huge piece of work.</span></strong></p>
<h4>Active Directory Recycle Bin</h4>
<p>If the Active Directory Recycle Bin has been enabled then this may impact your total object count quota for Directory Synchronization (in the beta this was 10000 objects). If the Active Directory Recycle Bin has not been enabled, this may be a factor in waiting before enabling it as it is an irreversible action.</p>
<h4><strong>Active Directory Cleanup:</strong></h4>
<p>Remove duplicate proxyAddress and userPrincipalName attributes.</p>
<p>Update blank and invalid userPrincipalName attributes with a valid userPrincipalName.</p>
<p>Ensure the attributes meet the requirements and remove invalid or questionable characters as detailed:</p>
<p><strong>sAMAccountName</strong></p>
<p>Maximum number of characters: <strong>20</strong></p>
<p>Invalid Active Directory characters: <strong>!#\$%\^&amp;\{\}\\{`~&quot;&quot;,\\/\[\]:@&lt;&gt;\+=;\?\*</strong>     If a user has an invalid sAMAccountName but a valid userPrincipalName, the user account is created in Office 365.</p>
<p>If both the sAMAccountName and userPrincipalName are invalid, the on-premises Active Directory userPrincipalName must be updated.</p>
<p><strong>givenName</strong></p>
<p>Maximum number of characters: <strong>64</strong></p>
<p>Questionable characters: <strong>?@\+</strong></p>
<p><strong>sn (surname)</strong>     Maximum number of characters: <strong>64</strong></p>
<p>Questionable characters: <strong>?@\+</strong></p>
<p><strong>displayName</strong></p>
<p>Maximum number of characters: <strong>256</strong></p>
<p>Questionable characters: <strong>\?@\+</strong></p>
<p><strong>mail</strong></p>
<p>Maximum number of characters: <strong>256</strong></p>
<p>Invalid characters: <strong>[! #$ %&amp;*+ / = ? ^ ` { }]</strong></p>
<p>Duplicate values: The mail attribute cannot contain any duplicate values.</p>
<p><strong>mailNickname</strong>     Maximum number of characters: <strong>64</strong></p>
<p>Invalid characters: <strong>&quot;&quot;\\\[\]:&gt;&lt;; </strong></p>
<p><strong>proxyAddresses</strong></p>
<p>Maximum number of characters: <strong>256</strong></p>
<p>Invalid characters: <strong>\)\(;&gt;&lt;\]\[\\,</strong></p>
<p><strong>userPrincipalName</strong>     Maximum number of characters for username: <strong>64</strong></p>
<p>Maximum number of characters for domain name: <strong>256</strong></p>
<p>Invalid characters: <strong>}{ # ‗ $ % ~* + ) ( &gt; &lt; ! / \ = ? `</strong></p>
<p><span style="color:#000000;"><strong>&amp;</strong> character: Automatically changed to underscore</span>
<p><strong>^</strong> character: The value is automatically removed.</p>
<p><strong>(_)</strong> character: This remains the same.</p>
<p>     Duplicate proxies will be emailed as an error before any notification errors.</p>
<p><strong>Additional requirements for a valid userPrincipalName:</strong>     </p>
<p><strong>@</strong> character is required in each userPrincipalName value.</p>
<p><strong>@ </strong>character cannot be first character in each userPrincipalName value.</p>
<p>Username cannot end with a period (<strong>.</strong>) an ampersand (<strong>&amp;</strong>) a space ( ), or at sign (<strong>@</strong>)</p>
<p><span style="color:#000000;">Username cannot have a space ( ).</span>
<p>Routable domains must be used (<strong>.local</strong> or <strong>.internal </strong>cannot be used)</p>
<p>Unicode is converted to underscore characters.</p>
<p>     userPrincipalName may not contain any duplicate values in the forest.</p>
<p><strong>Groups</strong></p>
<p>Mail-enabled character check: All mail-enabled groups must follow the pattern of <strong>*@*</strong>.</p>
<p><strong>Contacts</strong>     Mail-enabled character check: All mail-enabled contacts must follow the pattern of <strong>*@*</strong>.</p>
<p><strong>Attributes:</strong></p>
<p>Populate the following Username attributes:</p>
<p><em>First Name</em>
<p>Last Name</p>
<p>Display Name</p>
</p>
<p>For optimal use of the Global Address List (GAL), populate the following GAL attributes:</p>
<p><em>Job Title</em>
<p>Department</p>
<p>Office</p>
<p>Office Phone</p>
<p>Mobile Phone</p>
<p>Fax Number</p>
<p>Street Address</p>
<p>City</p>
<p>State or Province</p>
<p>Zip or Postal Code</p>
<p>Country or Region</p>
</p>
<p><strong>Note:</strong>&#160; <em>This page will be regularly updated as my experience with Office 365 grows.</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markparris.wordpress.com/1655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markparris.wordpress.com/1655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/markparris.wordpress.com/1655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/markparris.wordpress.com/1655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/markparris.wordpress.com/1655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/markparris.wordpress.com/1655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markparris.wordpress.com/1655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markparris.wordpress.com/1655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markparris.wordpress.com/1655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markparris.wordpress.com/1655/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markparris.wordpress.com/1655/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markparris.wordpress.com/1655/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1655&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/06/14/is-your-active-directory-ready-for-office-365/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:thumbnail url="http://markparris.files.wordpress.com/2011/06/cloud2.jpg?w=150" />
		<media:content url="http://markparris.files.wordpress.com/2011/06/cloud2.jpg?w=150" medium="image">
			<media:title type="html">Office 365</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/06/image3.png" medium="image">
			<media:title type="html">Email me at mark@parris.co.uk</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/06/image4.png" medium="image">
			<media:title type="html">Email me at mark@parris.co.uk</media:title>
		</media:content>
	</item>
		<item>
		<title>Visio 2010 Add-in for Disk Space Monitoring</title>
		<link>http://markparris.co.uk/2011/06/14/visio-2010-add-in-for-disk-space-monitoring/</link>
		<comments>http://markparris.co.uk/2011/06/14/visio-2010-add-in-for-disk-space-monitoring/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 09:31:00 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[visio]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/2011/06/14/visio-2010-add-in-for-disk-space-monitoring/</guid>
		<description><![CDATA[&#160; Microsoft have provided a Visio 2010 Add-In to enable Disk Space Monitoring, it provides a graphical view of free space available on selected computers.  To populate the Visio diagram it can either be populated from an Excel spreadsheet or System Center Operations Manager.  Once all the desired computers have been contacted, the information is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1651&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Microsoft have provided a Visio 2010 Add-In to enable Disk Space Monitoring, it provides a graphical view of free space available on selected computers.  To populate the Visio diagram it can either be populated from an Excel spreadsheet or System Center Operations Manager.  Once all the desired computers have been contacted, the information is presented in a format similar to this.</p>
<p><a href="http://markparris.files.wordpress.com/2011/06/image.png"><img style="display:inline;border:0;" title="image" src="http://markparris.files.wordpress.com/2011/06/image_thumb.png?w=541&#038;h=428" alt="image" width="541" height="428" border="0" /></a></p>
<p>May the Gig’s be with you.</p>
<p>Client\X64 &#8211; Visio Add-In for Disk Space Monitoring <a href="http://www.microsoft.com/downloads/info.aspx?na=41&amp;srcfamilyid=0d0fd58f-58f7-4c76-b484-700b0017645e&amp;srcdisplaylang=en&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f8%2fB%2f1%2f8B1CD07A-B098-4EB6-B3CE-C6C7FA8503B4%2fClient%2fX64%20-%20Visio%20Add-In%20for%20Disk%20Space%20Monitoring.msi">Download</a><br />
Client\X86-Visio Add-In for Disk Space Monitoring <a href="http://www.microsoft.com/downloads/info.aspx?na=41&amp;srcfamilyid=0d0fd58f-58f7-4c76-b484-700b0017645e&amp;srcdisplaylang=en&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f8%2fB%2f1%2f8B1CD07A-B098-4EB6-B3CE-C6C7FA8503B4%2fClient%2fX86-Visio%20Add-In%20for%20Disk%20Space%20Monitoring.msi">Download</a><br />
Server\Visio Services Data Provider for Disk Space Monitoring add-in <a href="http://www.microsoft.com/downloads/info.aspx?na=41&amp;srcfamilyid=0d0fd58f-58f7-4c76-b484-700b0017645e&amp;srcdisplaylang=en&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f8%2fB%2f1%2f8B1CD07A-B098-4EB6-B3CE-C6C7FA8503B4%2fServer%2fVisio%20Services%20Data%20Provider%20for%20Disk%20Space%20Monitoring%20add-in.msi">Download</a><br />
User Guide for Visio Add-In for Disk Space Monitoring <a href="http://www.microsoft.com/downloads/info.aspx?na=41&amp;srcfamilyid=0d0fd58f-58f7-4c76-b484-700b0017645e&amp;srcdisplaylang=en&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f8%2fB%2f1%2f8B1CD07A-B098-4EB6-B3CE-C6C7FA8503B4%2fUser%20Guide%20for%20Visio%20Add-In%20for%20Disk%20Space%20Monitoring.docx">Download</a><br />
Visio Services Data Provider for Disk Space Monitoring add-in user guide <a href="http://www.microsoft.com/downloads/info.aspx?na=41&amp;srcfamilyid=0d0fd58f-58f7-4c76-b484-700b0017645e&amp;srcdisplaylang=en&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f8%2fB%2f1%2f8B1CD07A-B098-4EB6-B3CE-C6C7FA8503B4%2fVisio%20Services%20Data%20Provider%20for%20Disk%20Space%20Monitoring%20add-in%20user%20guide.docx">Download</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markparris.wordpress.com/1651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markparris.wordpress.com/1651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/markparris.wordpress.com/1651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/markparris.wordpress.com/1651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/markparris.wordpress.com/1651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/markparris.wordpress.com/1651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markparris.wordpress.com/1651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markparris.wordpress.com/1651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markparris.wordpress.com/1651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markparris.wordpress.com/1651/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markparris.wordpress.com/1651/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markparris.wordpress.com/1651/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1651&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/06/14/visio-2010-add-in-for-disk-space-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://markparris.files.wordpress.com/2011/06/visio-2010.png?w=114" />
		<media:content url="http://markparris.files.wordpress.com/2011/06/visio-2010.png?w=114" medium="image">
			<media:title type="html">Visio 2010</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2011/06/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Office 365 Training Videos</title>
		<link>http://markparris.co.uk/2011/06/14/office-365-training-videos/</link>
		<comments>http://markparris.co.uk/2011/06/14/office-365-training-videos/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 08:17:03 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[markparris]]></category>
		<category><![CDATA[North America]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[TechEd]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/2011/06/14/office-365-training-videos/</guid>
		<description><![CDATA[&#160; The week after Teched North America, Microsoft hosted 3 days of online training for its new Office 365 platform; these HD videos are aimed at the IT Professional and give an excellent insight into the product. Office 365 Jump Start (01): Microsoft Office 365 Overview for IT Pros Office 365 Jump Start (02): Deploying [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1648&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>The week after Teched North America, Microsoft hosted 3 days of online training for its new Office 365 platform; these HD videos are aimed at the IT Professional and give an excellent insight into the product.</p>
<ul>
<li><a href="http://technet.microsoft.com/en-us/edge/office-365-jump-start-01-microsoft-office-365-overview-for-it-pros">Office 365 Jump Start (01): Microsoft Office 365 Overview for IT Pros</a></li>
<li><a href="http://technet.microsoft.com/en-us/edge/office-365-jump-start-02-deploying-clients-for-office-365">Office 365 Jump Start (02): Deploying Clients For Office 365</a></li>
<li><a href="http://technet.microsoft.com/en-us/edge/office-365-jump-start-03-microsoft-office-365-administration-automation-using-windows-powershell">Office 365 Jump Start (03): Microsoft Office 365 Administration &amp; Automation Using Windows PowerShell™</a></li>
<li><a href="http://technet.microsoft.com/en-us/edge/office-365-jump-start-04-microsoft-office-365-identity-and-access-solutions">Office 365 Jump Start (04): Microsoft Office 365 Identity and Access Solutions</a></li>
<li><a href="http://technet.microsoft.com/en-us/edge/office-365-jump-start-05-microsoft-office-365-directory-synchronization">Office 365 Jump Start (05): Microsoft Office 365 Directory Synchronization</a></li>
<li><a href="http://technet.microsoft.com/en-us/edge/office-365-jump-start-06-exchange-online-overview-for-it-pros">Office 365 Jump Start (06): Exchange Online Overview for IT Pros</a></li>
<li><a href="http://technet.microsoft.com/en-us/edge/office-365-jump-start-07-microsoft-exchange-online-administration">Office 365 Jump Start (07): Microsoft Exchange Online Administration</a></li>
<li><a href="http://technet.microsoft.com/en-us/edge/office-365-jump-start-08-microsoft-staged-exchange-online-migration">Office 365 Jump Start (08): Microsoft Staged Exchange Online Migration</a></li>
<li><a href="http://technet.microsoft.com/en-us/edge/office-365-jump-start-09-hybrid-options-with-exchange-server-exchange-online">Office 365 Jump Start (09): Hybrid Options with Exchange Server &amp; Exchange Online</a></li>
<li><a href="http://technet.microsoft.com/en-us/edge/office-365-jump-start-10-exchange-online-archiving-compliance">Office 365 Jump Start (10): Exchange Online Archiving &amp; Compliance</a></li>
<li><a href="http://technet.microsoft.com/en-us/edge/office-365-jump-start-11-lync-online-overview-configuration-for-it-pros">Office 365 Jump Start (11): Lync Online Overview &amp; Configuration for IT Pros</a></li>
<li><a href="http://technet.microsoft.com/en-us/edge/office-365-jump-start-12-sharepoint-online-overview">Office 365 Jump Start (12): SharePoint Online Overview</a></li>
<li><a href="http://technet.microsoft.com/en-us/edge/office-365-jump-start-13-sharepoint-online-administration">Office 365 Jump Start (13): SharePoint Online Administration</a></li>
<li><a href="http://technet.microsoft.com/en-us/edge/ce-365-jump-start-14-sharepoint-online-extensibility-customization">Office 365 Jump Start (14): SharePoint Online Extensibility &amp; Customization</a></li>
<li><a href="http://technet.microsoft.com/en-us/edge/office-365-jump-start-15-office-365-deployment-overview">Office 365 Jump Start (15): Office 365 Deployment Overview</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1648/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1648/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/markparris.wordpress.com/1648/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/markparris.wordpress.com/1648/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/markparris.wordpress.com/1648/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/markparris.wordpress.com/1648/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/markparris.wordpress.com/1648/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/markparris.wordpress.com/1648/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/markparris.wordpress.com/1648/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/markparris.wordpress.com/1648/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/markparris.wordpress.com/1648/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/markparris.wordpress.com/1648/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/markparris.wordpress.com/1648/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/markparris.wordpress.com/1648/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&amp;blog=10853593&amp;post=1648&amp;subd=markparris&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2011/06/14/office-365-training-videos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://markparris.files.wordpress.com/2011/06/cloud2.jpg?w=150" />
		<media:content url="http://markparris.files.wordpress.com/2011/06/cloud2.jpg?w=150" medium="image">
			<media:title type="html">Office 365</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>
	</item>
	</channel>
</rss>
