<?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"
	>

<channel>
	<title>Lead, Follow, or Move</title>
	<atom:link href="http://www.leadfollowmove.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.leadfollowmove.com</link>
	<description>Adam Bell on Deployment, Automation, PowerShell et al</description>
	<pubDate>Tue, 16 Sep 2008 03:37:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Microsoft Access Based Enumeration</title>
		<link>http://www.leadfollowmove.com/archives/windows-server-2003/microsoft-access-based-enumeration</link>
		<comments>http://www.leadfollowmove.com/archives/windows-server-2003/microsoft-access-based-enumeration#comments</comments>
		<pubDate>Tue, 16 Sep 2008 03:37:48 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
		
		<category><![CDATA[Windows Server 2003]]></category>

		<category><![CDATA[Access Based Enumeration]]></category>

		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/?p=249</guid>
		<description><![CDATA[Have you ever had one of those moments in IT, when you discover a tool, and a light bulb goes on inside your head, and you say to yourself &#8220;I&#8217;ve needed this for ages! This really fixes issue X&#8221;?
I&#8217;ve had that a few times (maybe I need to get out more?), and one of those [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever had one of those moments in IT, when you discover a tool, and a light bulb goes on inside your head, and you say to yourself &#8220;I&#8217;ve needed this for ages! This really fixes issue X&#8221;?</p>
<p>I&#8217;ve had that a few times (maybe I need to get out more?), and one of those times was a few years ago with a tool from Microsoft, named as only MS can: <b>Windows Server 2003 Access Based Enumeration</b> or ABE. I took it for granted that everyone knew about this great tool, and was using it. That was until I suggested to a client that it may help his corporate share restructering project, and he looked at me blankly. In fact the more people I&#8217;ve mentioned this to, the more blank looks I&#8217;ve got. So, if you&#8217;ve not heard of it you&#8217;re probably asking what the damned thing does?</p>
<p>ABE, is a very small <a title="Microsoft Downloads: Access Based Enumeration" target="_blank" href="http://www.microsoft.com/DOWNLOADS/details.aspx?FamilyID=04a563d9-78d9-4342-a485-b030ac442084&amp;displaylang=en">download</a> from Microsoft, that provides a piece of functionality everyone has been wishing for since, well NT4 in my case. Basically when you have a user connect to a shared folder, and they are browsing within that folder structure, if they don&#8217;t have permission to a folder/file then they just don&#8217;t see it. Gone are the previous issues of getting access denied messages, followed by helpdesk calls to clarify if they <i>should</i> be allowed in to Folder Y. Great huh?</p>
<p>As part of installing <i>ABEUI.msi</i>you have the following options:<br />
<div id="attachment_251" class="wp-caption alignnone" style="width: 310px"><a href="http://www.leadfollowmove.com/wp-content/uploads/abe-conf.png"><img src="http://www.leadfollowmove.com/wp-content/uploads/abe-conf-300x242.png" alt="Configuration choice during installation" title="Access Based Configuration - Installation" width="300" height="242" class="size-medium wp-image-251" /></a><p class="wp-caption-text">Configuration choice during installation</p></div></p>
<p>Post installation changes can be made through CLI using <strong>abecmd.exe</strong> or through a tab on the share&#8217;s property dialog:<br />
<div id="attachment_255" class="wp-caption alignnone" style="width: 233px"><a href="http://www.leadfollowmove.com/wp-content/uploads/abe-props.png"><img src="http://www.leadfollowmove.com/wp-content/uploads/abe-props-223x300.png" alt="Options for configuration ABE on the Property sheet of the share folder" title="Access Based Enumeration - Property Tab" width="223" height="300" class="size-medium wp-image-255" /></a><p class="wp-caption-text">Options for configuration ABE on the Property sheet of the share folder</p></div></p>
<p>Acess Based Enumeration requires Windows Server 2003 with Service Pack 1. It&#8217;s not required on Windows Server 2008, because the behaviour is already included, but is not configurable. Finally <img src='http://www.leadfollowmove.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/windows-server-2003/microsoft-access-based-enumeration/feed</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Deployment Toolkit - Video Walkthrough</title>
		<link>http://www.leadfollowmove.com/archives/deployment/microsoft-deployment-toolkit-video-walkthrough</link>
		<comments>http://www.leadfollowmove.com/archives/deployment/microsoft-deployment-toolkit-video-walkthrough#comments</comments>
		<pubDate>Sat, 16 Aug 2008 07:20:23 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
		
		<category><![CDATA[Deployment]]></category>

		<category><![CDATA[Microsoft Deployment Toolkit]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/?p=247</guid>
		<description><![CDATA[There&#8217;s a pretty good video walk through available on Technet by Microsoft&#8217;s Richard Smith.
It runs for 30 mins, and provides a very good example of setting up a simple lite touch install in MDT. Well worth a look if you&#8217;re new to this tool!
]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a pretty good video walk through available on <a title="Technet: MDT Walkthrough " href="http://edge.technet.com/Media/Microsoft-Deployment-Toolkit-Lite-Touch-Screencast/">Technet</a> by Microsoft&#8217;s <a title="TechNet Blogs: Deployment Guys" href="http://blogs.technet.com/deploymentguys/">Richard Smith</a>.</p>
<p>It runs for 30 mins, and provides a very good example of setting up a simple <strong>lite touch</strong> install in MDT. Well worth a look if you&#8217;re new to this tool!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/deployment/microsoft-deployment-toolkit-video-walkthrough/feed</wfw:commentRss>
		</item>
		<item>
		<title>It&#8217;s alive &#8230;</title>
		<link>http://www.leadfollowmove.com/archives/administrativia/its-alive</link>
		<comments>http://www.leadfollowmove.com/archives/administrativia/its-alive#comments</comments>
		<pubDate>Fri, 15 Aug 2008 07:10:09 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
		
		<category><![CDATA[Administrativia]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/?p=246</guid>
		<description><![CDATA[Yes, despite something of a hiatus, there is still life here  
The move back to Australia, organising work, home and everything else associated with relocating 15,000 miles (again) caused more interruption than I originally imagined.
Now that everything is settled, and back to relative normality, you can expect to start seeing more activity from this [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, despite something of a hiatus, there is still life here <img src='http://www.leadfollowmove.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>The move back to Australia, organising work, home and everything else associated with relocating 15,000 miles (again) caused more interruption than I originally imagined.</p>
<p>Now that everything is settled, and back to relative normality, you can expect to start seeing more activity from this small niche of the blogsphere.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/administrativia/its-alive/feed</wfw:commentRss>
		</item>
		<item>
		<title>Quick Tip: enabling a LAMP server on Ubuntu &#8220;desktop&#8221; 8.04</title>
		<link>http://www.leadfollowmove.com/archives/linux/quick-tip-enabling-a-lamp-server-on-ubuntu-desktop-804</link>
		<comments>http://www.leadfollowmove.com/archives/linux/quick-tip-enabling-a-lamp-server-on-ubuntu-desktop-804#comments</comments>
		<pubDate>Sun, 01 Jun 2008 09:55:45 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Quick Tips]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/?p=245</guid>
		<description><![CDATA[Something useful I noticed today is that you can install MySQL, PHP, and Apache onto the Ubuntu &#8220;desktop&#8221; easily with the following:

sudo tasksel install lamp-server

Found in the Ubuntu Community Documentation.
A quick way to get a development environment up nice and quick!
]]></description>
			<content:encoded><![CDATA[<p>Something useful I noticed today is that you can install MySQL, PHP, and Apache onto the Ubuntu &#8220;desktop&#8221; easily with the following:</p>
<blockquote><p>
sudo tasksel install lamp-server
</p></blockquote>
<p>Found in the <a title="Ubuntu Community Documentation: LAMP" href="https://help.ubuntu.com/community/ApacheMySQLPHP?action=show&#038;redirect=LAMP">Ubuntu Community Documentation</a>.</p>
<p>A quick way to get a development environment up nice and quick!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/linux/quick-tip-enabling-a-lamp-server-on-ubuntu-desktop-804/feed</wfw:commentRss>
		</item>
		<item>
		<title>Weekly Poll #5</title>
		<link>http://www.leadfollowmove.com/archives/powershell/weekly-poll-5</link>
		<comments>http://www.leadfollowmove.com/archives/powershell/weekly-poll-5#comments</comments>
		<pubDate>Mon, 26 May 2008 10:12:37 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
		
		<category><![CDATA[PowerShell]]></category>

		<category><![CDATA[PowerShell Tools]]></category>

		<category><![CDATA[Weekly Poll]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/?p=244</guid>
		<description><![CDATA[This weeks poll is about 3rd party applications for PowerShell.
If you feel I&#8217;ve omitted someone please drop me a comment. For details check the PowerShell Toolbox
]]></description>
			<content:encoded><![CDATA[<p>This weeks poll is about 3rd party applications for PowerShell.</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<p>If you feel I&#8217;ve omitted someone please drop me a comment. For details check the <a title="LFM, PowerShell Toolbox" href="http://www.leadfollowmove.com/powershell-toolbox">PowerShell Toolbox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/powershell/weekly-poll-5/feed</wfw:commentRss>
		</item>
		<item>
		<title>Weekly Poll #4</title>
		<link>http://www.leadfollowmove.com/archives/powershell/weekly-poll-4</link>
		<comments>http://www.leadfollowmove.com/archives/powershell/weekly-poll-4#comments</comments>
		<pubDate>Tue, 20 May 2008 09:45:43 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
		
		<category><![CDATA[PowerShell]]></category>

		<category><![CDATA[Weekly Poll]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/?p=243</guid>
		<description><![CDATA[So due to an unfortunate hardware situation we missed last weeks Poll, but It&#8217;s been resolved now, and so here&#8217;s Poll #4:
Here&#8217;s the detailed breakdown of the features in the 2.0 CTP
]]></description>
			<content:encoded><![CDATA[<p>So due to an unfortunate hardware situation we missed last weeks Poll, but It&#8217;s been resolved now, and so here&#8217;s Poll #4:</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<p><a title="PowerShell Blog: PowerShell 2.0 Features" href="http://blogs.msdn.com/powershell/archive/2007/11/06/what-s-new-in-ctp-of-powershell-2-0.aspx">Here&#8217;s</a> the detailed breakdown of the features in the 2.0 CTP</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/powershell/weekly-poll-4/feed</wfw:commentRss>
		</item>
		<item>
		<title>Weekly Poll #3</title>
		<link>http://www.leadfollowmove.com/archives/powershell/weekly-poll-3</link>
		<comments>http://www.leadfollowmove.com/archives/powershell/weekly-poll-3#comments</comments>
		<pubDate>Tue, 06 May 2008 12:43:19 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
		
		<category><![CDATA[PowerShell]]></category>

		<category><![CDATA[Weekly Poll]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/?p=241</guid>
		<description><![CDATA[A little late this week, but here it is.
If you feel I&#8217;ve missed any significant options please leave a comment. There&#8217;s becoming quite a tower of power, but I tried to keep the list reasonably short.
]]></description>
			<content:encoded><![CDATA[<p>A little late this week, but here it is.<br />
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.</p>
<p>If you feel I&#8217;ve missed any significant options please leave a comment. There&#8217;s becoming quite a <a title="PowerShell Team Blog:Tower of Power"  href="http://blogs.msdn.com/powershell/archive/2008/03/27/tower-of-power-part-2.aspx">tower of power</a>, but I tried to keep the list reasonably short.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/powershell/weekly-poll-3/feed</wfw:commentRss>
		</item>
		<item>
		<title>PowerGUI PowerPack Tutorial</title>
		<link>http://www.leadfollowmove.com/archives/powershell/powergui-powerpack-tutorial</link>
		<comments>http://www.leadfollowmove.com/archives/powershell/powergui-powerpack-tutorial#comments</comments>
		<pubDate>Wed, 30 Apr 2008 04:07:49 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
		
		<category><![CDATA[PowerShell]]></category>

		<category><![CDATA[PowerGui]]></category>

		<category><![CDATA[PowerShell Tools]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/?p=240</guid>
		<description><![CDATA[I have just finished watching a really good tutorial on how to create PowerPacks in PowerGUI.
This gives you a great insight into what can be done with PowerGUI and has given me a few ideas of my own  
Well done Kirk, and thanks to Dmitry for pointing it out!
]]></description>
			<content:encoded><![CDATA[<p>I have just finished watching a really good <a title="PowerGUI PowerPack Tutorial" href="http://powergui.org/shares/powergui/sbin/docs/How_to_create_a_PowerPack/How_to_create_a_PowerPack.html">tutorial</a> on how to create PowerPacks in <a title="PowerGui Home Page" href="http://www.powergui.org">PowerGUI</a>.</p>
<p>This gives you a great insight into what can be done with PowerGUI and has given me a few ideas of my own <img src='http://www.leadfollowmove.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Well done <a title="Poshoholic Blog" href="http://www.poshoholic.com/">Kirk</a>, and thanks to <a title="Dmitry's Blog: Creating a PowePack" href="http://dmitrysotnikov.wordpress.com/2008/04/29/how-to-create-a-powerpack/">Dmitry</a> for pointing it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/powershell/powergui-powerpack-tutorial/feed</wfw:commentRss>
		</item>
		<item>
		<title>Weekly Poll #2</title>
		<link>http://www.leadfollowmove.com/archives/powershell/weekly-poll-2</link>
		<comments>http://www.leadfollowmove.com/archives/powershell/weekly-poll-2#comments</comments>
		<pubDate>Mon, 28 Apr 2008 13:32:46 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
		
		<category><![CDATA[PowerShell]]></category>

		<category><![CDATA[Weekly Poll]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/?p=239</guid>
		<description><![CDATA[This weeks Weekly Poll is now up.
If you&#8217;d like to suggest a poll please email me with Weekly Poll in the subject line.
]]></description>
			<content:encoded><![CDATA[<p>This weeks <a title="Weekly Poll Page" href="http://www.leadfollowmove.com/polls">Weekly Poll</a> is now up.</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
<p>If you&#8217;d like to suggest a poll please email me with <em>Weekly Poll</em> in the subject line.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/powershell/weekly-poll-2/feed</wfw:commentRss>
		</item>
		<item>
		<title>Weekly Poll</title>
		<link>http://www.leadfollowmove.com/archives/administrativia/weekly-poll</link>
		<comments>http://www.leadfollowmove.com/archives/administrativia/weekly-poll#comments</comments>
		<pubDate>Tue, 22 Apr 2008 10:26:31 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
		
		<category><![CDATA[Administrativia]]></category>

		<category><![CDATA[Weekly Poll]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/?p=238</guid>
		<description><![CDATA[I know there hasn&#8217;t been much new content recently, but there has been work going on behind the scenes. I&#8217;ve sorted through all the posts and organised the Categories and Tag&#8217;s a lot better, and I&#8217;ve added some more useful plugins.
I still need to revisit the code samples page, but I hope to have that [...]]]></description>
			<content:encoded><![CDATA[<p>I know there hasn&#8217;t been much new content recently, but there has been work going on behind the scenes. I&#8217;ve sorted through all the posts and organised the <em>Categories</em> and <em>Tag&#8217;s</em> a lot better, and I&#8217;ve added some more useful plugins.</p>
<p>I still need to revisit the <a title="Lead, Follow, or Move: PowerShell Code Samples" href="http://www.leadfollowmove.com/powershell-example-code">code samples page</a>, but I hope to have that sorted soon.</p>
<p>One new idea, that I&#8217;d like to try out is to run a Weekly Poll. I&#8217;ll try and run a new poll every Monday, and I&#8217;d like the Poll to be driven by you guys. Email me your Poll with <strong>Weekly Poll</strong> in the subject line by Sunday each week.</p>
<p>For the first Poll, I&#8217;ve picked something that will let me shape my content better for you.<br />
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.</p>
<p>Go <a href="http://www.leadfollowmove.com/polls">here</a> to vote, or see the right sidebar on the website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/administrativia/weekly-poll/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
