<?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>John Quirk&#039;s Blog &#187; Uncategorized</title>
	<atom:link href="http://blog.quirkshop.co.uk/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.quirkshop.co.uk</link>
	<description>Adventures in System Center Consultancy</description>
	<lastBuildDate>Fri, 03 Feb 2012 00:10:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.quirkshop.co.uk' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>John Quirk&#039;s Blog &#187; Uncategorized</title>
		<link>http://blog.quirkshop.co.uk</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.quirkshop.co.uk/osd.xml" title="John Quirk&#039;s Blog" />
	<atom:link rel='hub' href='http://blog.quirkshop.co.uk/?pushpress=hub'/>
		<item>
		<title>SCCM 2012 Internet-Based Client Deployment</title>
		<link>http://blog.quirkshop.co.uk/2012/02/01/sccm-2012-internet-based-client-deployment/</link>
		<comments>http://blog.quirkshop.co.uk/2012/02/01/sccm-2012-internet-based-client-deployment/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 09:13:28 +0000</pubDate>
		<dc:creator>John Quirk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://johnquirk.wordpress.com/?p=331</guid>
		<description><![CDATA[Under SCCM 2007, Native Mode was a bit of a pain. You couldn’t mix and match http and https enabled clients in one site, so even where you didn’t need the HTTPS level security, you had to have it and there was always a client with a certificate issue somewhere. So, with Configuration Manager 2012 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=331&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Under SCCM 2007, Native Mode was a bit of a pain. You couldn’t mix and match http and https enabled clients in one site, so even where you didn’t <u>need</u> the HTTPS level security, you had to have it and there was always a client with a certificate issue somewhere. </p>
<p>So, with Configuration Manager 2012 we’re moving on significantly. Native mode is no more and everything got much simpler. A site can now serve HTTP and HTTPS based clients, the site and site systems also individually understand if a client is Internet or Intranet based and can be configured to respond to one or the other or both.</p>
<p>Here the site is configured:</p>
<p><a href="http://johnquirk.files.wordpress.com/2012/02/clip_image002.jpg"><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;" title="clip_image002" border="0" alt="clip_image002" src="http://johnquirk.files.wordpress.com/2012/02/clip_image002_thumb.jpg?w=498&#038;h=500" width="498" height="500" /></a></p>
<p>This week we’ve deployed a few hundred SCCM 2012 RC2 clients as a test bed.</p>
<p>The majority of the clients we’re managing at this customer are purely Internet based with no access into the core network at any time. We’ve having to manually provision them with the requisite certificates, more of which in another post, following which the client is installed using some of the nice new switches we have on the ccmsetup command line:</p>
<p>ccmsetup /<b>usePKICert</b> /<b>NOCRLCheck</b> /mp:https://ServerPublicFQDN.co.uk SMSSITECODE=AAA CCMHOSTNAME= ServerPublicFQDN.co.uk</p>
<p>usePKICert tells the client to load the certificate </p>
<p>/NOCRLCheck tells the client not to try to find a CRList for the client download (this is for the client download from the MP <u>only</u>, CRL checking will be enabled for clientà site communications unless specifically disabled in the site properties dialogue box above.)</p>
<p>CCMHOSTNAME just tells the machine where its internet based MP is.</p>
<p>When the client is installed the control panel applet knows how the client is accessing the infrastructure:</p>
<p><a href="http://johnquirk.files.wordpress.com/2012/02/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;" title="clip_image003" border="0" alt="clip_image003" src="http://johnquirk.files.wordpress.com/2012/02/clip_image003_thumb.png?w=449&#038;h=533" width="449" height="533" /></a></p>
<p>This one is on the internet and is happy about it.</p>
<p><a href="http://johnquirk.files.wordpress.com/2012/02/clip_image005.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;" title="clip_image005" border="0" alt="clip_image005" src="http://johnquirk.files.wordpress.com/2012/02/clip_image005_thumb.png?w=492&#038;h=211" width="492" height="211" /></a></p>
<p>Our client has joined a collection and gets an app, so we can see end-to-end that it’s working.</p>
<p>The app downloads and is installed. The DataTransferService log confirms the https connection (not that it could be working any other way, but it’s nice to see!)</p>
<p><a href="http://johnquirk.files.wordpress.com/2012/02/clip_image007.jpg"><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;" title="clip_image007" border="0" alt="clip_image007" src="http://johnquirk.files.wordpress.com/2012/02/clip_image007_thumb.jpg?w=667&#038;h=79" width="667" height="79" /></a></p>
<p>We did a few other cool things with the solution. Here’s a screenshot of the console with the clients reporting in:</p>
<p><a href="http://johnquirk.files.wordpress.com/2012/02/clip_image009.jpg"><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;" title="clip_image009" border="0" alt="clip_image009" src="http://johnquirk.files.wordpress.com/2012/02/clip_image009_thumb.jpg?w=676&#038;h=533" width="676" height="533" /></a></p>
<p>We deployed System Center Endpoint Protection:</p>
<p><a href="http://johnquirk.files.wordpress.com/2012/02/clip_image011.jpg"><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;" title="clip_image011" border="0" alt="clip_image011" src="http://johnquirk.files.wordpress.com/2012/02/clip_image011_thumb.jpg?w=694&#038;h=585" width="694" height="585" /></a></p>
<p>SCEP is pretty cool now. The SCEP agent is policy-based, so as the client performs its first policy check upon installation, it is force-fed the SCEP client. No need to join a collection or submit inventory or any of those delays, straight in with the anti-malware! (It’s a shame it thinks VNC is a virus though).</p>
<p>So in rambling conclusion… SCCM 2012 RC2 IBCM = good. SCEP = good, everything = good.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johnquirk.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johnquirk.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johnquirk.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johnquirk.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/johnquirk.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/johnquirk.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/johnquirk.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/johnquirk.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johnquirk.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johnquirk.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johnquirk.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johnquirk.wordpress.com/331/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johnquirk.wordpress.com/331/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johnquirk.wordpress.com/331/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=331&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.quirkshop.co.uk/2012/02/01/sccm-2012-internet-based-client-deployment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c05b205a225cb14d007b8ac047c675d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">johnquirk</media:title>
		</media:content>

		<media:content url="http://johnquirk.files.wordpress.com/2012/02/clip_image002_thumb.jpg" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>

		<media:content url="http://johnquirk.files.wordpress.com/2012/02/clip_image003_thumb.png" medium="image">
			<media:title type="html">clip_image003</media:title>
		</media:content>

		<media:content url="http://johnquirk.files.wordpress.com/2012/02/clip_image005_thumb.png" medium="image">
			<media:title type="html">clip_image005</media:title>
		</media:content>

		<media:content url="http://johnquirk.files.wordpress.com/2012/02/clip_image007_thumb.jpg" medium="image">
			<media:title type="html">clip_image007</media:title>
		</media:content>

		<media:content url="http://johnquirk.files.wordpress.com/2012/02/clip_image009_thumb.jpg" medium="image">
			<media:title type="html">clip_image009</media:title>
		</media:content>

		<media:content url="http://johnquirk.files.wordpress.com/2012/02/clip_image011_thumb.jpg" medium="image">
			<media:title type="html">clip_image011</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing SCCM 2012 Beta 2</title>
		<link>http://blog.quirkshop.co.uk/2011/03/24/installing-sccm-2012-beta-2/</link>
		<comments>http://blog.quirkshop.co.uk/2011/03/24/installing-sccm-2012-beta-2/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 23:53:31 +0000</pubDate>
		<dc:creator>John Quirk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://johnquirk.wordpress.com/2011/03/24/installing-sccm-2012-beta-2/</guid>
		<description><![CDATA[So, Beta 2 of SCCM shipped to the web earlier today. I was in the keynote presentation at MMS when this was announced, so when better to kick the new releases tyres… I am installing Beta 2 in our UK datacentre whilst I’m in MMS sessions in Las Vegas, so this will mainly be a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=308&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So, Beta 2 of SCCM shipped to the web earlier today. I was in the keynote presentation at MMS when this was announced, so when better to kick the new releases tyres…</p>
<p>I am installing Beta 2 in our UK datacentre whilst I’m in MMS sessions in Las Vegas, so this will mainly be a quick screenshot runthrough with initial observations. More to come later…</p>
<p><a href="http://johnquirk.files.wordpress.com/2011/03/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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2011/03/image_thumb.png?w=639&#038;h=459" width="639" height="459" /></a></p>
<p>Welcome splashscreen, looks good, plenty of options.</p>
<p>Have to install dot net 3.5 and 4.0 then we can proceed</p>
<p><a href="http://johnquirk.files.wordpress.com/2011/03/image1.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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2011/03/image_thumb1.png?w=644&#038;h=479" width="644" height="479" /></a></p>
<p>&#160;</p>
<p>For now we’re going to use a single site configuration, in live a Central Admin Site would be required:</p>
<p><a href="http://johnquirk.files.wordpress.com/2011/03/image2.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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2011/03/image_thumb2.png?w=660&#038;h=488" width="660" height="488" /></a></p>
<p>We still have the familiar update download for external components:</p>
<p><a href="http://johnquirk.files.wordpress.com/2011/03/image3.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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2011/03/image_thumb3.png?w=666&#038;h=498" width="666" height="498" /></a></p>
<p>BUT… There’s only 13 of them now (an improvement over the 89 required for CM07:</p>
<p><a href="http://johnquirk.files.wordpress.com/2011/03/image4.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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2011/03/image_thumb4.png?w=675&#038;h=502" width="675" height="502" /></a></p>
<p>NB, the updates include SQL Express and dotnet, so it does take a little while…</p>
<p><a href="http://johnquirk.files.wordpress.com/2011/03/image5.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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2011/03/image_thumb5.png?w=677&#038;h=503" width="677" height="503" /></a></p>
<p><a href="http://johnquirk.files.wordpress.com/2011/03/image6.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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2011/03/image_thumb6.png?w=680&#038;h=508" width="680" height="508" /></a></p>
<p>Hey, the database has lost its default SMS_ prefix:</p>
<p><a href="http://johnquirk.files.wordpress.com/2011/03/image7.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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2011/03/image_thumb7.png?w=695&#038;h=519" width="695" height="519" /></a></p>
<p>&#160;</p>
<p><a href="http://johnquirk.files.wordpress.com/2011/03/image8.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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2011/03/image_thumb8.png?w=695&#038;h=522" width="695" height="522" /></a></p>
<p>No more Native Mode, site now supports both HTTP and HTTPS.</p>
<p><a href="http://johnquirk.files.wordpress.com/2011/03/image9.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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2011/03/image_thumb9.png?w=708&#038;h=526" width="708" height="526" /></a></p>
<p>This is cool. We can enable/disable the DP and MP rtole for the site during setup and specify the HTTP/S protocol.</p>
<p><a href="http://johnquirk.files.wordpress.com/2011/03/image10.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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2011/03/image_thumb10.png?w=715&#038;h=534" width="715" height="534" /></a></p>
<p>A few pre-reqs to fix</p>
<p><a href="http://johnquirk.files.wordpress.com/2011/03/image11.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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2011/03/image_thumb11.png?w=721&#038;h=545" width="721" height="545" /></a></p>
<p>Odd final screen… But we begin!</p>
<p>&#160;</p>
<p>And we’re ready to go. Next we’ll actually try to get it to do something!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johnquirk.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johnquirk.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johnquirk.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johnquirk.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/johnquirk.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/johnquirk.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/johnquirk.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/johnquirk.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johnquirk.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johnquirk.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johnquirk.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johnquirk.wordpress.com/308/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johnquirk.wordpress.com/308/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johnquirk.wordpress.com/308/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=308&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.quirkshop.co.uk/2011/03/24/installing-sccm-2012-beta-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c05b205a225cb14d007b8ac047c675d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">johnquirk</media:title>
		</media:content>

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

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

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

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

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

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

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

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

		<media:content url="http://johnquirk.files.wordpress.com/2011/03/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://johnquirk.files.wordpress.com/2011/03/image_thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://johnquirk.files.wordpress.com/2011/03/image_thumb10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://johnquirk.files.wordpress.com/2011/03/image_thumb11.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Cloud Services</title>
		<link>http://blog.quirkshop.co.uk/2011/01/11/microsoft-cloud-services/</link>
		<comments>http://blog.quirkshop.co.uk/2011/01/11/microsoft-cloud-services/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 21:19:53 +0000</pubDate>
		<dc:creator>John Quirk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://johnquirk.wordpress.com/2011/01/11/microsoft-cloud-services/</guid>
		<description><![CDATA[As anyone who has the indescribable pleasure of working or living with me will unerringly attest, I am a fully paid up member of the new computing paradigm club.&#160; Every industry development is greeted with glee at the Quirkshop and I will gladly flit from vendor to vendor pursuing computing excellence in whatever form it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=255&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://johnquirk.files.wordpress.com/2011/01/cloudpower.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;" title="CloudPower" border="0" alt="CloudPower" src="http://johnquirk.files.wordpress.com/2011/01/cloudpower_thumb.png?w=260&#038;h=173" width="260" height="173" /></a></p>
<p>As anyone who has the indescribable pleasure of working or living with me will unerringly attest, I am a fully paid up member of the new computing paradigm club.&#160; Every industry development is greeted with glee at the Quirkshop and I will gladly flit from vendor to vendor pursuing computing excellence in whatever form it takes.</p>
<p>Admittedly I have been a VDI sceptic in my time, I’ve been pretty much universally Microsoft focused for my entire IT career, have never dabbled with vegetarianism, never spent a year in a Kibbutz, don’t understand dance music, can’t watch anything with the word “celebrity” in its title and think that most green vegetables are an affront to humanity.</p>
<p>The above brings me jarringly to the reason for my breathless excitement. Here at Orinoko we’ve been using version one of Microsoft’s first cloud offering, BPOS, since we started the company and we have just migrated into the next version of this solution, Office 365 (a beta currently). Now, as mentioned above, I’m big into all this “cloud” stuff. I may have suggested on occasions that clouds consist of vapour, but that was just <a href="http://www.havana-club.co.uk/">rum fuelled banter</a>.</p>
<p>Office 365 gives us access to Lync, including Lync-to-Lync voice, which is very cool. It gives us very highly available Exchange 2010 and SharePoint 2010 too. As a small business, to run these systems on-premise would be costly in every regard, so to my luddite eyes the cloud solution is like voodoo.</p>
<p>Bolstered by my positive experience with Office 365 I have dipped my toe into Azure infrastructure services. Frankly I find the whole thing baffling, it just works. </p>
<p><a href="http://johnquirk.files.wordpress.com/2011/01/image7.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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2011/01/image_thumb7.png?w=674&#038;h=322" width="674" height="322" /></a></p>
<p>Why didn’t we do this a hundred years ago? I spent a brief and misguided few weeks working for a Microsoft Small Business Server partner many years ago. The sort of system we would spend a fortnight implementing for a few thousand pounds can be had for literally cents on the hour for compute and single digit pounds per-user-per-month. Admittedly I can see how the costs might rack up (no pun intended), but this stuff just seems like <em>magic</em>.&#160;&#160; </p>
<p>Finally, Intune. Now, as a Systems Management Guy ™ I realise that Intune is lacking in certain features we currently demand from our management solutions. In particular Software Distribution. BUT. If you currently have <em>nothing</em> in place for systems management, or if you have machines that live outside of your corporate LAN for most of their lives and you want to keep them patched, and secured and be assured that they’re not suffering from basic performance issues. And if you want to manage the licenses for the software already deployed on them, Intune is nothing short of fantastic. </p>
<p><a href="http://johnquirk.files.wordpress.com/2011/01/image8.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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2011/01/image_thumb8.png?w=684&#038;h=282" width="684" height="282" /></a>&#160;</p>
<p>And the monthly per-device charge includes an upgrade to Windows 7 Enterprise! </p>
<p>I have seen the future and it’s vaporised! Some of this stuff has&#160; a little way to go, but if the cloud model didn’t fit your organisation the last you looked at it, it’s time to look again.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johnquirk.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johnquirk.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johnquirk.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johnquirk.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/johnquirk.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/johnquirk.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/johnquirk.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/johnquirk.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johnquirk.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johnquirk.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johnquirk.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johnquirk.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johnquirk.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johnquirk.wordpress.com/255/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=255&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.quirkshop.co.uk/2011/01/11/microsoft-cloud-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c05b205a225cb14d007b8ac047c675d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">johnquirk</media:title>
		</media:content>

		<media:content url="http://johnquirk.files.wordpress.com/2011/01/cloudpower_thumb.png" medium="image">
			<media:title type="html">CloudPower</media:title>
		</media:content>

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

		<media:content url="http://johnquirk.files.wordpress.com/2011/01/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Errr&#8230; Where are my Power Management Reports?</title>
		<link>http://blog.quirkshop.co.uk/2010/12/16/errr-where-are-my-power-management-reports/</link>
		<comments>http://blog.quirkshop.co.uk/2010/12/16/errr-where-are-my-power-management-reports/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 11:11:26 +0000</pubDate>
		<dc:creator>John Quirk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://johnquirk.wordpress.com/2010/12/16/errr-where-are-my-power-management-reports/</guid>
		<description><![CDATA[I have a Reporting Services Point, I have R3, so where are my reports? Answer = You have to import them. Perhaps slightly illogically this is via the same interface you used to copy the reports from ConfigMgr to SRS in the first place: In the import wizard, rather than the default of Import existing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=233&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have a Reporting Services Point, I have R3, so where are my reports?</p>
<p>Answer = You have to import them. Perhaps slightly illogically this is via the same interface you used to copy the reports from ConfigMgr to SRS in the first place:</p>
<p><a href="http://johnquirk.files.wordpress.com/2010/12/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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2010/12/image_thumb.png?w=343&#038;h=229" width="343" height="229" /></a></p>
<p>In the import wizard, rather than the default of Import existing Reports select the other option:</p>
<p><a href="http://johnquirk.files.wordpress.com/2010/12/image1.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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2010/12/image_thumb1.png?w=523&#038;h=177" width="523" height="177" /></a></p>
<p>The cab file is installed in <em>InstallDIR\Reports\Power Management\MicrosoftReportPack.cab</em></p>
<p><a href="http://johnquirk.files.wordpress.com/2010/12/image2.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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2010/12/image_thumb2.png?w=527&#038;h=368" width="527" height="368" /></a></p>
<p>Hurray, more reports!</p>
<p><a href="http://johnquirk.files.wordpress.com/2010/12/image3.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;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2010/12/image_thumb3.png?w=530&#038;h=352" width="530" height="352" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johnquirk.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johnquirk.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johnquirk.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johnquirk.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/johnquirk.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/johnquirk.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/johnquirk.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/johnquirk.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johnquirk.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johnquirk.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johnquirk.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johnquirk.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johnquirk.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johnquirk.wordpress.com/233/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=233&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.quirkshop.co.uk/2010/12/16/errr-where-are-my-power-management-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c05b205a225cb14d007b8ac047c675d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">johnquirk</media:title>
		</media:content>

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

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

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

		<media:content url="http://johnquirk.files.wordpress.com/2010/12/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>About User Device Affinity</title>
		<link>http://blog.quirkshop.co.uk/2010/11/28/about-user-device-affinity/</link>
		<comments>http://blog.quirkshop.co.uk/2010/11/28/about-user-device-affinity/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 21:18:52 +0000</pubDate>
		<dc:creator>John Quirk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://johnquirk.wordpress.com/2010/11/28/about-user-device-affinity/</guid>
		<description><![CDATA[I’ve been playing around with UDA with ConfigMgr 2012 Beta 1. Here are some random and scattered thoughts and details on this feature as it currently stands: UDA is a critical feature of CM2012. Traditionally we have shied away from app deployment to users. In 2012 this all changes. At the moment the licensing models [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=224&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’ve been playing around with UDA with ConfigMgr 2012 Beta 1. Here are some random and scattered thoughts and details on this feature as it currently stands:</p>
<p>UDA is a critical feature of CM2012. Traditionally we have shied away from app deployment to users. In 2012 this all changes. At the moment the licensing models for the applications are too complex to embrace per-user deployment, the deployment process is too complex, and too latent, and the troubleshooting of user-based deployment is also too complex. In CM 2012, this is no longer the case.</p>
<p>UDA defines a relationship between a user and a device. Microsoft say that we (the admins) can now think “user” rather than “machine”. We have the concept of a <em>Primary User</em> for a device (can be ennumerated from Top Console User, admin set in the console or user set in the agent or the software catalog(ue). I can also import a list of users+devices and set the primary user during OSD…). </p>
<p>A device can have one or more primary users and a user can have one or more primary devices.</p>
<p>UDA allows us to make intelligent decisions about software provision. For example:</p>
<p>Install the MSI or App-V version of Microsoft Office when the device is a primary device of the user targeted; install the Terminal Server version if the device is not a primary device</p>
<p>Only install the App-V version of Microsoft Visio if the device is a primary device of the targeted user, otherwise don’t install</p>
<p>This eliminates the current problem of users leaving software everywhere they log in. Quite how we license Visio for this scenario, I’m less sure???</p>
<p>This solution also eliminates the need for the logon event, a current per-user deployment bottleneck as the machine can be pre-determined and does not require the user to be logged on.</p>
<p>UDA is a paradigm-shift for us SMS &amp; SCCM admins, and about time too! Machine Groups are no more!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johnquirk.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johnquirk.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johnquirk.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johnquirk.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/johnquirk.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/johnquirk.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/johnquirk.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/johnquirk.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johnquirk.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johnquirk.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johnquirk.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johnquirk.wordpress.com/224/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johnquirk.wordpress.com/224/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johnquirk.wordpress.com/224/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=224&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.quirkshop.co.uk/2010/11/28/about-user-device-affinity/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c05b205a225cb14d007b8ac047c675d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">johnquirk</media:title>
		</media:content>
	</item>
		<item>
		<title>Configuration Manager 2012 Detection Methods</title>
		<link>http://blog.quirkshop.co.uk/2010/11/28/configuration-manager-2012-detection-methods/</link>
		<comments>http://blog.quirkshop.co.uk/2010/11/28/configuration-manager-2012-detection-methods/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 21:18:12 +0000</pubDate>
		<dc:creator>John Quirk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://johnquirk.wordpress.com/2010/11/28/configuration-manager-2012-detection-methods/</guid>
		<description><![CDATA[Another day, another new ConfigMgr feature. Today I’ve been playing around with Detection Methods. This is a great new feature which gets us out of a variety of app deployment problem scenarios we have currently. In brief, consider the following scenario: I wish to deploy a new application “Tobermory” to my clients. Tobermory depends on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=223&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Another day, another new ConfigMgr feature. Today I’ve been playing around with <strong>Detection Methods</strong>. This is a great new feature which gets us out of a variety of app deployment problem scenarios we have currently. In brief, consider the following scenario:</p>
<p><em>I wish to deploy a new application “Tobermory” to my clients. Tobermory depends on dotnet 3.5 and another application “Bulgaria”. These apps may already be installed on my machines, the installation may have been carried out manually or via Configuration Manager. Under the current Configuration Manager release we can set a program to depend on the installation of another program thus:</em></p>
<p><a href="http://johnquirk.files.wordpress.com/2010/11/image.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://johnquirk.files.wordpress.com/2010/11/image_thumb.png?w=482&#038;h=486" width="482" height="486" /></a>     <br /><em><font color="#ff0000">A totally flawed flowchart.</font></em></p>
<p>The problem with this stems from ConfigMgr’s ability to determine if the required application is already installed. Essentially it has no skills unless the app was installed by ConfigMgr in the first instance. </p>
<p>So, how does ConfigMgr 2012 improve this? With <strong>Detection Methods</strong> of course! Detection Methods enable a system to determine whether or not an application is already present on the system (think WSUS IsInstalled type functionality). The method for identifying if an app is installed (in Beta 1) covers MSI interrogation and script based detection. I’m hoping that Beta 2 will allow for basic registry and file scanning. </p>
<p>So, as you can doubtless see, this is a major improvement over the current detection mentod outlined above.</p>
<p>As a brief aside, once we have a detection method defined we can “upgrade” these to “<strong>Global Conditions</strong>” which we can then re-use for any deployments. Out of the box we get a few (if you’re familiar with Group Policy Preferences you may recognise some of this):</p>
<p>•Machine AD Site</p>
<p>•CPU speed</p>
<p>•Mobile device type</p>
<p>•Free disk space</p>
<p>•Total Physical Memory </p>
<p>•Mobile input type</p>
<p>•Machine AD Organizational Unit</p>
<p>•Number of processors </p>
<p>•Machine Operating System and Architecture</p>
<p>•Machine Operating System Language</p>
<p>•Screen resolution </p>
<p>•ConfigMgr Assigned Site</p>
<p>These conditions can be leveraged for all deployment jobs allowing us as administrators to exploit these out of the box properties and define our own as we see fit.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johnquirk.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johnquirk.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johnquirk.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johnquirk.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/johnquirk.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/johnquirk.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/johnquirk.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/johnquirk.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johnquirk.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johnquirk.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johnquirk.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johnquirk.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johnquirk.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johnquirk.wordpress.com/223/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=223&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.quirkshop.co.uk/2010/11/28/configuration-manager-2012-detection-methods/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c05b205a225cb14d007b8ac047c675d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">johnquirk</media:title>
		</media:content>

		<media:content url="http://johnquirk.files.wordpress.com/2010/11/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating Deployment Types in Configuration Manager 2012</title>
		<link>http://blog.quirkshop.co.uk/2010/11/27/creating-deployment-types-in-configuration-manager-2010/</link>
		<comments>http://blog.quirkshop.co.uk/2010/11/27/creating-deployment-types-in-configuration-manager-2010/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 16:37:18 +0000</pubDate>
		<dc:creator>John Quirk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://johnquirk.wordpress.com/2010/11/27/creating-deployment-types-in-configuration-manager-2010/</guid>
		<description><![CDATA[This video post runs through the creation of deployment types in ConfigMgr 2012 Beta 1. New to this release is Configuration Manager’s ability to control how the application is consumed, at runtime. This video blog runs through creation of deployment types, dependencies and the scenario-based selection of the deployment type at runtime.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=216&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This video post runs through the creation of deployment types in ConfigMgr 2012 Beta 1. New to this release is Configuration Manager’s ability to control how the application is consumed, at runtime. This video blog runs through creation of deployment types, dependencies and the scenario-based selection of the deployment type at runtime.</p>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:bc49c012-2ff4-48b6-9831-6e2e26fb1e25" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://blog.quirkshop.co.uk/2010/11/27/creating-deployment-types-in-configuration-manager-2010/"><img src="http://img.youtube.com/vi/614GmEtk_Is/2.jpg" alt="" /></a></span></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johnquirk.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johnquirk.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johnquirk.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johnquirk.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/johnquirk.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/johnquirk.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/johnquirk.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/johnquirk.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johnquirk.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johnquirk.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johnquirk.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johnquirk.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johnquirk.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johnquirk.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=216&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.quirkshop.co.uk/2010/11/27/creating-deployment-types-in-configuration-manager-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c05b205a225cb14d007b8ac047c675d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">johnquirk</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating App-V Deployments in ConfigMgr 2012</title>
		<link>http://blog.quirkshop.co.uk/2010/11/25/creating-app-v-deployments-in-configmgr-2012/</link>
		<comments>http://blog.quirkshop.co.uk/2010/11/25/creating-app-v-deployments-in-configmgr-2012/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 20:57:06 +0000</pubDate>
		<dc:creator>John Quirk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://johnquirk.wordpress.com/2010/11/25/creating-app-v-deployments-in-configmgr-2012/</guid>
		<description><![CDATA[Configuration Manager 2012 provides new functionality for handling multiple package types. The Config Manager Deployment Types replace advertisements and are sensitive to the context at runtime on the user device. If the user is logged on to a machine which is not their primary device, the agent can choose how to provision the application, App-V [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=215&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Configuration Manager 2012 provides new functionality for handling multiple package types. The Config Manager Deployment Types replace advertisements and are sensitive to the context at runtime on the user device. If the user is logged on to a machine which is not their primary device, the agent can choose how to provision the application, App-V OR MSI, etc… </p>
<p>This video runs through the process of creating an App-V deployment type and shows the options for auto-installation of dependent apps and deployment type selection based on user-type.</p>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:b47e0017-6444-4e95-afe4-e45dbc853ccf" class="wlWriterEditableSmartContent">
<div><span style="text-align:center; display: block;"><a href="http://blog.quirkshop.co.uk/2010/11/25/creating-app-v-deployments-in-configmgr-2012/"><img src="http://img.youtube.com/vi/_PZfmbRZTaQ/2.jpg" alt="" /></a></span></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johnquirk.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johnquirk.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johnquirk.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johnquirk.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/johnquirk.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/johnquirk.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/johnquirk.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/johnquirk.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johnquirk.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johnquirk.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johnquirk.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johnquirk.wordpress.com/215/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johnquirk.wordpress.com/215/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johnquirk.wordpress.com/215/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=215&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.quirkshop.co.uk/2010/11/25/creating-app-v-deployments-in-configmgr-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c05b205a225cb14d007b8ac047c675d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">johnquirk</media:title>
		</media:content>
	</item>
		<item>
		<title>Client Health Thresholds in ConfigMgr 2012 Beta 1</title>
		<link>http://blog.quirkshop.co.uk/2010/11/19/client-health-thresholds-in-configmgr-2012-beta-1/</link>
		<comments>http://blog.quirkshop.co.uk/2010/11/19/client-health-thresholds-in-configmgr-2012-beta-1/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 23:38:46 +0000</pubDate>
		<dc:creator>John Quirk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://johnquirk.wordpress.com/2010/11/19/client-health-thresholds-in-configmgr-2012-beta-1/</guid>
		<description><![CDATA[A colleague of mine, Andy Sallabank has been participating in the ConfigMgr 2012 CEP and has been getting the inside track on some good stuff. This irked me somewhat, so to redress the balance I have registered myself. Andy has posted some good stuff on his blog around the new features to participate in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=214&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A colleague of mine, <a href="http://andysal.wordpress.com">Andy Sallabank</a> has been participating in the ConfigMgr 2012 CEP and has been getting the inside track on some good stuff. This irked me somewhat, so to redress the balance I have registered myself. Andy has posted some good stuff on his blog around the new features to participate in the CEP, so not to be outdone, I am doing the same; so as part of a series looking at features in ConfigMgr 2012 Beta 1, I thought I would start by looking at client health thresholds. (Why not!?!?!?)</p>
<p>In the monitoring section of the console we can now pull up statistics on client health. Below you can see a report showing my SLA threshold, and the percentage of clients which met the threshold. This stuff is all integrated into the console, which meets with my approval.</p>
<p><a href="http://johnquirk.files.wordpress.com/2010/11/1.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;" title="1" border="0" alt="1" src="http://johnquirk.files.wordpress.com/2010/11/1_thumb.png?w=525&#038;h=176" width="525" height="176" /></a></p>
<p>I can go in and tweak SLA settings….</p>
<p><a href="http://johnquirk.files.wordpress.com/2010/11/2.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;" title="2" border="0" alt="2" src="http://johnquirk.files.wordpress.com/2010/11/2_thumb.png?w=490&#038;h=494" width="490" height="494" /></a></p>
<p>As well as do some pretty cool AD integration that allows us to determine when inactive clients last logged into their domain…</p>
<p><a href="http://johnquirk.files.wordpress.com/2010/11/3.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;" title="3" border="0" alt="3" src="http://johnquirk.files.wordpress.com/2010/11/3_thumb.png?w=484&#038;h=491" width="484" height="491" /></a></p>
<p>Anyone who is currently a ConfigMgr admin will rejoice! Or something, We all have our vbscripts, dudeworks tools and bits of for /f scripts we use for these tasks outside of the console. Maintaining a healthy client base is a full time job. With these things built in, and with auto-remediation to come, we finally have something on the horizon to eliminate some of the frustration of working with SMS!</p>
<p>All this stuff appears to be in its infancy, but from what I have heard and saw briefly at Tech Ed, I am expecting some really great things!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johnquirk.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johnquirk.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johnquirk.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johnquirk.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/johnquirk.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/johnquirk.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/johnquirk.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/johnquirk.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johnquirk.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johnquirk.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johnquirk.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johnquirk.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johnquirk.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johnquirk.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=214&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.quirkshop.co.uk/2010/11/19/client-health-thresholds-in-configmgr-2012-beta-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c05b205a225cb14d007b8ac047c675d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">johnquirk</media:title>
		</media:content>

		<media:content url="http://johnquirk.files.wordpress.com/2010/11/1_thumb.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://johnquirk.files.wordpress.com/2010/11/2_thumb.png" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://johnquirk.files.wordpress.com/2010/11/3_thumb.png" medium="image">
			<media:title type="html">3</media:title>
		</media:content>
	</item>
		<item>
		<title>TechSmith SnagIt</title>
		<link>http://blog.quirkshop.co.uk/2010/11/02/techsmith-snagit/</link>
		<comments>http://blog.quirkshop.co.uk/2010/11/02/techsmith-snagit/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 15:50:15 +0000</pubDate>
		<dc:creator>John Quirk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://johnquirk.wordpress.com/2010/11/02/techsmith-snagit/</guid>
		<description><![CDATA[It’s not often that I’m moved to eulogise a piece of software, especially something that sounds so innocuous, but the latest release of Snag-It (version 10) is an awesome piece of software, particularly for us tecchies writing technical documentation. I’ve been a Snag-It user since version 8, paying a small fee for the major upgrades [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=206&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It’s not often that I’m moved to eulogise a piece of software, especially something that sounds so innocuous, but the latest release of Snag-It (version 10) is an awesome piece of software, particularly for us tecchies writing technical documentation.</p>
<p>I’ve been a Snag-It user since version 8, paying a small fee for the major upgrades along the way. Snag-It is a screen-grabbing piece of software and has several major features which, if you’ve not seen the product are worth mentioning quickly:</p>
<p>· Multiple Capture Modes – Full Screen, Free Hand, Fixed Region, Time Delayed, include cursor, etc., etc., it also provides for capture of webpages with links, text capture, scrolling page capture. It goes on and on.</p>
<p>· Multiple Output Modes – Clipboard, File (every format you can imagine), output direct to a running application (direct into Word for example)</p>
<p>· Snag-It Editor – Crop, trim, annotate, blur, Spotlight and Magnify. It does that border stuff to make your page look torn and can add watermarks. The editor will by default automatically keep a copy of each captured image, this means you can be lazy, capture every shot you need in quick succession and stick them into your doc later.</p>
<p>New in version 10 is support for transparency, some new Editor features (page curl, cut-out effects) but in particular the screen magnifier and smart capture options are superb. <a href="http://johnquirk.files.wordpress.com/2010/11/clip_image0021.jpg"><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;" title="clip_image002" border="0" alt="clip_image002" src="http://johnquirk.files.wordpress.com/2010/11/clip_image002_thumb1.jpg?w=459&#038;h=387" width="459" height="387" /></a></p>
<p>Pressing the Capture button (or Print Screen key) places a new screen magnifier (so you can see precisely where you capture region starts and ends) on the screen. </p>
<p><a href="http://johnquirk.files.wordpress.com/2010/11/clip_image003.jpg"><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;" title="clip_image003" border="0" alt="clip_image003" src="http://johnquirk.files.wordpress.com/2010/11/clip_image003_thumb.jpg?w=83&#038;h=98" width="83" height="98" /></a></p>
<p>Magically the cursor auto selects the capture target, hover over a menu icon and the object itself will be the capture target, move outside of this and the whole menu bar becomes the target, then the child screen, finally the whole application window. Click and drag and this targeting is overridden by the regional sect option. It works seamlessly resulting in a much reduced amount of cropping required and a much slicker capture experience.</p>
<p>There’s a free 30 day trial available from <a href="http://www.TechSmith.com">www.TechSmith.com</a> well, well worth a look.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johnquirk.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johnquirk.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johnquirk.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johnquirk.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/johnquirk.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/johnquirk.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/johnquirk.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/johnquirk.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johnquirk.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johnquirk.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johnquirk.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johnquirk.wordpress.com/206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johnquirk.wordpress.com/206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johnquirk.wordpress.com/206/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.quirkshop.co.uk&amp;blog=9407440&amp;post=206&amp;subd=johnquirk&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.quirkshop.co.uk/2010/11/02/techsmith-snagit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0c05b205a225cb14d007b8ac047c675d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">johnquirk</media:title>
		</media:content>

		<media:content url="http://johnquirk.files.wordpress.com/2010/11/clip_image002_thumb1.jpg" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>

		<media:content url="http://johnquirk.files.wordpress.com/2010/11/clip_image003_thumb.jpg" medium="image">
			<media:title type="html">clip_image003</media:title>
		</media:content>
	</item>
	</channel>
</rss>
