
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lead, Follow, or Move &#187; Get-PSUGUK</title>
	<atom:link href="http://www.leadfollowmove.com/archives/tag/get-psuguk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.leadfollowmove.com</link>
	<description>Adam Bell on Deployment, Automation, PowerShell et al</description>
	<lastBuildDate>Thu, 22 Apr 2010 14:34:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Scotty McLeod</title>
		<link>http://www.leadfollowmove.com/archives/get-psuguk/scotty-mcleod</link>
		<comments>http://www.leadfollowmove.com/archives/get-psuguk/scotty-mcleod#comments</comments>
		<pubDate>Fri, 25 Jan 2008 12:07:22 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
				<category><![CDATA[Get-PSUGUK]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/archives/get-psuguk/scotty-mcleod</guid>
		<description><![CDATA[I&#8217;ve been pretty busy this week, so I haven&#8217;t had chance to post, and this isn&#8217;t really how I envisaged starting. After just reading Dmitry&#8217;s post about Scotty getting hit by a train, I&#8217;m still trying to digest that it happened, and trying to find out more. I would never claim to be best mates [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been pretty busy this week, so I haven&#8217;t had chance to post, and this isn&#8217;t really how I envisaged starting.</p>
<p>After just reading <a title="Dmitry's Blog: Get Well Scotty"  href="http://dmitrysotnikov.wordpress.com/2008/01/24/scotty-get-well-soon/">Dmitry&#8217;s post about Scotty getting hit by a train</a>, I&#8217;m still trying to digest that it happened, and trying to find out more.</p>
<p>I would never claim to be best mates with Scotty, but we&#8217;ve chatted at the PowerShell UG meetings, and as I used to live around the corner from him, we&#8217;ve shared a car journey home (when I was off the bike and using a hire car). </p>
<p>During this time we&#8217;ve had some interesting conversations and I found him to be very switched on, and a &#8220;nice-guy&#8221;.</p>
<p>I&#8217;d like to join Dmitry in wishing Scotty all the best, and hope he pulls through this ok!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/get-psuguk/scotty-mcleod/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get-PSUGUK and PoSh CTP V2</title>
		<link>http://www.leadfollowmove.com/archives/powershell/get-psuguk-and-posh-ctp-v2</link>
		<comments>http://www.leadfollowmove.com/archives/powershell/get-psuguk-and-posh-ctp-v2#comments</comments>
		<pubDate>Wed, 16 Jan 2008 13:53:42 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
				<category><![CDATA[Get-PSUGUK]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PowerShell Groups]]></category>
		<category><![CDATA[PowerShell V2]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/archives/powershell/get-psuguk-and-posh-ctp-v2</guid>
		<description><![CDATA[Last night was pretty miserable weather for the January meeting of the User Group. The main focus of which was the presentation by Jeffrey Snover. I have to say despite the fact it went for over an hour, it didn&#8217;t actually feel like it. It had a lot of good content, and I found that [...]]]></description>
			<content:encoded><![CDATA[<p>Last night was pretty miserable weather for the January meeting of the User Group. The main focus of which was the presentation by Jeffrey Snover. I have to say despite the fact it went for over an hour, it didn&#8217;t actually feel like it. It had a lot of good content, and I found that afterwards I was left thinking, yet again, that PowerShell is really going to change the face of the Windows administration space,</p>
<p>The general consensus around the community is that Jeffrey is a remarkably down to earth guy, pleasant, and basically just a genuine nice guy. I almost hate to admit it, but just from that short time on hearing his presentation last night that I have to agree. Considering PowerShell&#8217;s success both within Microsoft and in the Community/Vendor&#8217;s  it&#8217;s surprising that this is the case. A pleasant surprise all the same.</p>
<p>Anyway, enough of the JS fanboi talk ;), what about PowerShell V2?</p>
<p>I&#8217;m hoping to have a closer look at Jeffrey&#8217;s slide deck to expand on this in more detail at some point, but I&#8217;ll touch on a few of the area&#8217;s that I saw last night and appealed to me.</p>
<p><strong>Script Cmdlets</strong><br />
In V1 if you want to create a cmdlet, you need to write them in C# of VB(.Net?). As I&#8217;m not a developer/Programmer I never really looked at this idea in any detail. However, the demo Jeffrey gave on this last night reveals that with very little effort you can develop cmdlets written in PowerShell that provide some very nice added value to your scripts.</p>
<p>With V2 I can see that my library of common functions which i dot source in specific scripts, will probably be rewritten as script cmdlets and dot sourced. I&#8217;ll try and show some specific examples at a later date.</p>
<p><strong>Restricted RunSpaces</strong><br />
Now, I&#8217;m not convinced I have the right idea here, so bear with me. In V2 there is the ability to create a name space with restricted (read: subset of the PowerShell language available) access to PoSH. Now the Administrator in me immediately thinks delegation of administration. Kind of a custom-MMC idea that would allow me to get 1st or 2nd line support run PowerShell scripts, <strong>but</strong> only the ones i delegate.</p>
<p>I suspect that this functionality is much more fundemental than this though and perhaps, this is more of hearing what I wanted to hear in this case? ;)</p>
<p><strong>PowerShell Editor</strong><br />
There is a lot of 3rd party work going on in this space, and I believe MS are being careful on what they offer here. From the demo I saw last night though I would happily add the MS editor to my list of tools. It&#8217;s been made clear that this will only have basic functionality, and will never compete with offering&#8217;s being promoted by partners, but it has a couple of nice features that I personally found attractive:<br />
- multiple runspaces available interactively<br />
- type your code in the top half of the editor and have the execution results displayed in the lower half.<br />
- functionality to highlight part of a script and by pressing F5 just run the highlighted element &#8211; whether thats part of a line, a few lines or as much of the script as you want.<br />
- colour highlighting (I don&#8217;t know if brace matching is supported or likely to be)<br />
- Intellisense will be added later on.</p>
<p><strong>Where is PowerShell going?</strong><br />
What I found most interesting here is that Jeffrey revealed where the PoSH team want to take PowerShell. In particular there will be a lot of focus on <em>how</em> and <em>where</em> the end user will want to run their scripts. Whereas normally, this would lie within the remit of the host OS, they want to take ownership and provide the mechanisms for this to work in a more integrated way.</p>
<p>Anyone who has administered Windows for a period of time, is aware that the GUI is fine for administering one server, but if you want to make a change to all the servers across your estate? Now, these aren&#8217;t new challenges we are suddenly being faced with. I&#8217;ve been tackling these for nearly ten years. What I find interesting is that it feels like this is the first time Microsoft are really acknowledging the challenges we face, and are working towards making this a whole lot easier. I don&#8217;t think this is something that we are going to see overnight, but it feels like a great start!</p>
<p>The one thing I disagree with Jeffrey on, is his thought that the CTP isn&#8217;t for everyone. Personally, I believe that anyone who is running PowerShell (not in live here!) should switch over to the CTP. Why? Well, because V2 replaces V1, and as such all V1 functionality shouldn&#8217;t have changed. It seems to me the best way to identify any problems under V1 is to get the widest test base looking at it as possible IMHO.</p>
<p>What are your thought&#8217;s on V2 and the MS roadmap?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/powershell/get-psuguk-and-posh-ctp-v2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get-PSUGUK Meeting January</title>
		<link>http://www.leadfollowmove.com/archives/powershell/get-psuguk-meeting-january</link>
		<comments>http://www.leadfollowmove.com/archives/powershell/get-psuguk-meeting-january#comments</comments>
		<pubDate>Tue, 15 Jan 2008 14:09:39 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
				<category><![CDATA[Get-PSUGUK]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PowerShell Groups]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/archives/powershell/get-psuguk-meeting-january</guid>
		<description><![CDATA[Well, I&#8217;m back in the UK. I have to say the contrast in weather hasn&#8217;t been very cheerful! Oh, well. Tonight is the User Group meeting, and it&#8217;s the groups 1st anniversary!! Well done, to Richard and Steve, and all the presenters over the last 12 months. For the last meeting I&#8217;d organised a few [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;m back in the UK. I have to say the contrast in weather hasn&#8217;t been very cheerful! Oh, well.</p>
<p>Tonight is the User Group meeting, and it&#8217;s the groups 1st anniversary!! Well done, to <a itle="Richard Siddaway's blog" thref="http://richardsiddaway.spaces.live.com/">Richard</a> and <a title="Tangential Thinking" href="http://www.tangentialthinking.com/">Steve</a>, and all the presenters over the last 12 months.</p>
<p>For the last meeting I&#8217;d organised a few bottles of Microsoft Reserve wine from Stormhoek, courtesy of <a title="Gaping Void" href="http://www.gapingvoid.com/">Hugh MacLeod</a>. It was decided to hold off using it, and saving them for tonight&#8217;s meeting, so I&#8217;m looking forwards to seeing what it&#8217;s like.</p>
<p>Talking of looking forward&#8217;s, I&#8217;m also keen to hear Jeffrey Snover&#8217;s <a title="Richard's Blog entry regarding January's PSUGUK meeting" href="http://richardsiddaway.spaces.live.com/blog/cns!43CFA46A74CF3E96!1009.entry">talk</a> this evening too.</p>
<p>As has become the standard now, if you can&#8217;t make it in person you can still join us in Live Meeting. :)</p>
<p>Hope to see you there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/powershell/get-psuguk-meeting-january/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Presentation &#8211; Managing Group Policy using PowerShell</title>
		<link>http://www.leadfollowmove.com/archives/powershell/presentation-managing-group-policy-using-powershell</link>
		<comments>http://www.leadfollowmove.com/archives/powershell/presentation-managing-group-policy-using-powershell#comments</comments>
		<pubDate>Thu, 22 Nov 2007 18:27:09 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
				<category><![CDATA[Get-PSUGUK]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[PowerShell Groups]]></category>
		<category><![CDATA[Presentations]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/archives/powershell/presentation-managing-group-policy-using-powershell</guid>
		<description><![CDATA[So. I gave the presentation to the UG on Tuesday night. It was the first real time I&#8217;ve done that sort of thing. I tend to be very self critical so I believe it could have gone better, but I&#8217;m happy that the fundamental message got across. I&#8217;ll write up the meeting soon. [Updated 27 [...]]]></description>
			<content:encoded><![CDATA[<p>So. I gave the presentation to the UG on Tuesday night. It was the first real time I&#8217;ve done that sort of thing. I tend to be very self critical so I believe it could have gone better, but I&#8217;m happy that the fundamental message got across.</p>
<p>I&#8217;ll write up the meeting soon.</p>
<p>[Updated 27 Nov 2007]</p>
<p>I&#8217;ve put the presentation inside a zip file. This should resolve any issues. Please let me know ..</p>
<p>Any comments on either the night, or the attached PowerPoint are welcome &#8230;.<br />
<a href='http://www.leadfollowmove.com/wp-content/uploads/lfm-gpomanagementwithpowershell-v11.zip' title='Group Policy Management with PowerShell'>Group Policy Management with PowerShell</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/powershell/presentation-managing-group-policy-using-powershell/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Get-PSUGUK Meeting Tonight</title>
		<link>http://www.leadfollowmove.com/archives/get-psuguk/get-psuguk-meeting-tonight</link>
		<comments>http://www.leadfollowmove.com/archives/get-psuguk/get-psuguk-meeting-tonight#comments</comments>
		<pubDate>Tue, 20 Nov 2007 09:28:08 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
				<category><![CDATA[Get-PSUGUK]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PowerShell Groups]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/archives/get-psuguk/get-psuguk-meeting-tonight</guid>
		<description><![CDATA[Well my presentation slide deck is complete. I have two demo&#8217;s in my presentation and the second one appears to break Jeffrey Snovers Start-Demo Script which is a bit uncool. Unless I can work around it I guess the second demo will be hand-cranked. Eeek! At least I have MoW&#8217;s Tab Completion to help me [...]]]></description>
			<content:encoded><![CDATA[<p>Well my presentation slide deck is complete. I have two demo&#8217;s in my presentation and the second one appears to break Jeffrey Snovers <a title="PowerShell Team Blog on MSDN: Start-Demo script" href="http://blogs.msdn.com/powershell/archive/2007/03/03/start-demo-help-doing-demos-using-powershell.aspx">Start-Demo Script</a> which is a bit uncool. Unless I can work around it I guess the second demo will be hand-cranked. Eeek! At least I have <a title="MoW's PowerTab" href="http://thepowershellguy.com/blogs/posh/pages/powertab.aspx">MoW&#8217;s Tab Completion</a> to help me through the 9 or so lines of script. :)</p>
<p>As much as I&#8217;d rather continue presenting to an empty room, there will be some good presenters there tonight, and so to be fair to them I&#8217;ll pass on the Live Meeting details for anyone who can&#8217;t make it to the event, but would like to join in all the same!</p>
<p>The November meeting is Tuesday 20th November starting at 6.30pm GMT</p>
<p>Live meeting link is</p>
<p>https://www112.livemeeting.com/cc/microsoft1/join?id=T2CWTF&#038;role=attend</p>
<p>Wish me luck! ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/get-psuguk/get-psuguk-meeting-tonight/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get-PSUGUK November Meeting</title>
		<link>http://www.leadfollowmove.com/archives/get-psuguk/get-psuguk-november-meeting</link>
		<comments>http://www.leadfollowmove.com/archives/get-psuguk/get-psuguk-november-meeting#comments</comments>
		<pubDate>Thu, 18 Oct 2007 18:48:08 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
				<category><![CDATA[Get-PSUGUK]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PowerShell Groups]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/archives/get-psuguk/get-psuguk-november-meeting</guid>
		<description><![CDATA[I don&#8217;t think word has gone out yet, but I believe next months PowerShell User Group meeting will be held at the now usual venue of Clarks Legal in Reading on the 20th of November. This may have changed since I last spoke to Richard, but I believe there are three presentations scheduled: - Ben [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t think word has gone out yet, but I believe next months PowerShell User Group meeting will be held at the now usual venue of <a title="Google Maps: Clarks Legal" href="http://maps.google.com/maps?q=http://www.clarkslegal.com/parking.kml">Clarks Legal in Reading</a> on the 20th of November.</p>
<p>This may have changed since I last spoke to <a href="http://richardsiddaway.spaces.live.com/">Richard</a>, but I believe there are three presentations scheduled:</p>
<p>- <a title="Ben Pierce's Blog on Technet" href="http://blogs.technet.com/benp/default.aspx">Ben Pierce</a><br />
- <a title="James O'Neill's Blog on Technet" href="http://blogs.technet.com/jamesone/">James O&#8217;Neill</a><br />
- Adam Bell</p>
<p>Yes. I somehow managed to get myself involved with a couple of guys that apparently <strong>do</strong> know what they are talking about. I don&#8217;t know what the guys have planned, but my session will be on &#8220;<em>Managing Group Policy with PowerShell</em>&#8221;</p>
<p>We&#8217;ve also got a few sponsors for the next meeting, and a few goodies to give away, but more on that when I get the official nod on what&#8217;s been arranged ;)</p>
<p>Oh, and distance is no longer an excuse. Employing the wonders of technology, the next session will be broadcast live and unedited to your screens via Live Meeting. Eeek!</p>
<p>I&#8217;ll post more specifics when I get confirmation over the next couple of days!</p>
<p>[Update - 19 Oct]</p>
<p>While I&#8217;m waiting for the official news to filter through I would like to say a quick thank you to Darren Mar-Elia a.k.a. <a title="The GPO Guy Website" href="http://www.gpoguy.com/">The GPO Guy</a> from <a title="SDM Software Website" href="http://http://www.sdmsoftware.com/">SDM Software</a> for sponsoring the refreshments at our next meeting, and for sending the UG some schwag :)</p>
<p>If you&#8217;re planning on attending the meet you&#8217;ll get a glimpse of what their <a title="SDM Software GPExpert Toolkit" href="http://www.sdmsoftware.com/products2.php">GPExpert™ Scripting Toolkit for PowerShell</a> can do during my session.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/get-psuguk/get-psuguk-november-meeting/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get-PSUGUK September Meeting</title>
		<link>http://www.leadfollowmove.com/archives/powershell/get-psuguk-september-meeting</link>
		<comments>http://www.leadfollowmove.com/archives/powershell/get-psuguk-september-meeting#comments</comments>
		<pubDate>Wed, 19 Sep 2007 10:41:24 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
				<category><![CDATA[Get-PSUGUK]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PowerShell Groups]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/archives/powershell/get-psuguk-september-meeting</guid>
		<description><![CDATA[Last night was the User Group meeting for PowerShell UK, hosted at Clark&#8217;s Legal in Reading. Richard covered two topics: &#8220;PowerShell and SQL&#8221;, and &#8220;PowerShell and Exchange 2007&#8243;. I don&#8217;t have much to do with either product so I found the sessions quite interesting. After some technical-tinkering we even managed to get Live Meeting working [...]]]></description>
			<content:encoded><![CDATA[<p>Last night was the User Group meeting for PowerShell UK, hosted at <a href="http://www.clarkslegal.com/">Clark&#8217;s Legal</a> in Reading. </p>
<p><a href="http://richardsiddaway.spaces.live.com/">Richard</a> covered two topics: <em>&#8220;PowerShell and SQL&#8221;</em>, and <em>&#8220;PowerShell and Exchange 2007&#8243;</em>.  I don&#8217;t have much to do with either product so I found the sessions quite interesting.</p>
<p>After some technical-tinkering we even managed to get Live Meeting working so that you could attend in virtual presence if a physical one was a bit challenging. This was announced pretty late in the day, but we still had a couple of people connect in This should be fully operational for the November meeting so that should offer people much more flexibility if they want to see what these things are about! Thanks <a href="http://www.tangentialthinking.com/">Steve</a>!</p>
<p>After the meeting we had a conversation on the meetings format, location etc going forwards. I&#8217;ve had people say that they&#8217;ve been unable to attend due to them being held in Reading. We discussed alternative venues, and I think Richard&#8217;s going to investigate what level of interest there is for a central London meeting.</p>
<p>In an effort to promote the group more, Steve has (foolishly?) volunteered to try and encourage vendors/sponsors/anyone to provide <a href="http://en.wikipedia.org/wiki/Swag">swag</a> to promote their PowerShell related products. This seemed to work really well in the last meeting when <a href="http://www.powergadgets.com/">PowerGadgets</a> offered full version of their product to attendees. It&#8217;s an easy PR win for the company and as a bonus we get something to play with :)</p>
<p>As a final note, I&#8217;ve confirmed with Richard that I will present a small session in the November meeting. I&#8217;ve not put anything together yet, but the topic will be <em>&#8220;Managing Group Policy with PowerShell&#8221;</em>. A new thing for me, but I figure it&#8217;s time to step outside of my comfort zone.</p>
<p>Given the choice (and obviously your geographical challenges) where would you prefer a UG meeting &#8211; London, Reading, Live Meeting?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/powershell/get-psuguk-september-meeting/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Get-PSUGUK July Meeting</title>
		<link>http://www.leadfollowmove.com/archives/powershell/get-psuguk-july-meeting</link>
		<comments>http://www.leadfollowmove.com/archives/powershell/get-psuguk-july-meeting#comments</comments>
		<pubDate>Fri, 13 Jul 2007 09:34:56 +0000</pubDate>
		<dc:creator>Adam Bell</dc:creator>
				<category><![CDATA[Get-PSUGUK]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PowerShell Groups]]></category>

		<guid isPermaLink="false">http://www.leadfollowmove.com/archives/powershell/get-psuguk-july-meeting</guid>
		<description><![CDATA[Last night was the July meeting for the PowerShell User Group (UK). Despite the joy of trying to drive a manual hire car through Reading traffic in peak hour, printed instructions in one hand, while trying to get the pressure mix correct on the hair-trigger-accelerator and clutch, I managed to arrive a mere 30 minutes [...]]]></description>
			<content:encoded><![CDATA[<p>Last night was the July meeting for the PowerShell User Group (UK). Despite the joy of trying to drive a manual hire car through Reading traffic in peak hour, printed instructions in one hand, while trying to get the pressure mix correct on the hair-trigger-accelerator and clutch, I managed to arrive a mere 30 minutes late. Which was still half an hour ahead of <a title="Live Spaces: Richard Siddaway" href="http://richardsiddaway.spaces.live.com/">Richard</a> ;)</p>
<p>The evening was broken into 3 presentations: Virtual Server and PowerShell, PowerGUI, and PowerGadgets. </p>
<p><a title="Technet Blogs: Ben Pearce" href="http://blogs.technet.com/benp/default.aspx">Ben&#8217;s</a> session was good, and highlighted the main gotcha of trying to use PowerShell with Microsoft&#8217;s Virtual Server: you have to elevate the security context of every object you instantiate. A good explanation of which can be found <a title="MSDN Blogs: Ben Armstrong's Blog" href="http://blogs.msdn.com/virtual_pc_guy/archive/2006/06/13/630165.aspx">here</a> and <a title="MSDN Blogs: Ben Armstrong's Blog"  href="http://blogs.msdn.com/virtual_pc_guy/archive/2006/06/15/631857.aspx">here</a>.</p>
<p>Alex from Quest, gave an interesting presentation on <a title="PowerGUI HomePage" href="http://powergui.org/index.jspa">PowerGUI</a>, which despite its affiliation to a commercial vendor, is a freeware tool, and appears to be developing really nicely since I first looked at it. The next release 1.0.9 due for release July 23rd will have Intellisense available too.</p>
<p>Richard finished off the session with a presentation on <a title="PowerGadgets Home Page." href="http://www.powergadgets.com/">PowerGadgets</a>. I&#8217;ve always liked the look of the product, and how easy and cool it seems to be to use, but I have to admit I&#8217;ve been put off from playing with it due to the <a title="PowerGadgets: Pricing" href="http://www.powergadgets.com/pricing.aspx">cost</a>. I was also surprised to see that each client machine needs a license. </p>
<p>There&#8217;s now a <a title="PowerGadgets: MVP Program"  href="http://www.powergadgets.com/mvp/">MVP program</a>, which takes the sting out getting your hands on the Creator license &#8230; if you fit the criteria. Pricing aside though a very cool product.</p>
<p>Everyone seemed to enjoy the evening and the beer and pizza was received as expected ;) I&#8217;m looking forward to what the September Meeting will have in store.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.leadfollowmove.com/archives/powershell/get-psuguk-july-meeting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
