<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://myitforum.com/cs2/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ConfigMgrFu - All Comments</title><link>http://myitforum.com/cs2/blogs/jsandys/default.aspx</link><description>My experience as a technology implementer and user: triumphs, discoveries, and expletives.
</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>re: New Direction</title><link>http://myitforum.com/cs2/blogs/jsandys/archive/2011/09/30/new-direction.aspx#159639</link><pubDate>Fri, 30 Sep 2011 14:23:29 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:159639</guid><dc:creator>rcrumbaker</dc:creator><description>&lt;p&gt;Congrats! &amp;nbsp;Good luck&lt;/p&gt;
&lt;p&gt;&amp;lt;myITforum policy&amp;gt;Watch Sales Pitches for your NEW employer&amp;lt;/myITforum Policy&amp;gt;&lt;/p&gt;
&lt;p&gt;hehehe&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=159639" width="1" height="1"&gt;</description></item><item><title>re: New Direction</title><link>http://myitforum.com/cs2/blogs/jsandys/archive/2011/09/30/new-direction.aspx#159635</link><pubDate>Fri, 30 Sep 2011 12:10:23 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:159635</guid><dc:creator>rodtrent</dc:creator><description>&lt;p&gt;Congrats and good luck!&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=159635" width="1" height="1"&gt;</description></item><item><title>re: OSD App Tree Bug Squashed</title><link>http://myitforum.com/cs2/blogs/jsandys/archive/2009/11/21/osd-app-tree-bug-squashed.aspx#144105</link><pubDate>Tue, 05 Jan 2010 17:08:35 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:144105</guid><dc:creator>jsandys</dc:creator><description>&lt;p&gt;No, the actual application installation functionality is provided by the software install task and thus OSDAppTree is useless without a task sequence. In the next version (2.6) you will be able to run OSDAppTree before a task sequence and then using a help applet load the choices into a task sequence. Using that, you can then create a simple two task task sequence -- a command-line task to load the choices from a saved data file and a software install task to perform the actual software installs.&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=144105" width="1" height="1"&gt;</description></item><item><title>re: OSD App Tree Bug Squashed</title><link>http://myitforum.com/cs2/blogs/jsandys/archive/2009/11/21/osd-app-tree-bug-squashed.aspx#143835</link><pubDate>Thu, 17 Dec 2009 15:20:32 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:143835</guid><dc:creator>fsmith823</dc:creator><description>&lt;p&gt;Hi. Great tool , i really like it. &lt;/p&gt;
&lt;p&gt;Only problem or question i have is i would like to be ble to test this without going through an entire image process. &amp;nbsp;I can run the OSDAppTree.exe and see that the approproiate applications are selected and noted in the log file, but i want to test the installation of the applications selected via the OSDAppTree.exe without having to image a new machine each time. &lt;/p&gt;
&lt;p&gt;Anyway to do this?&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=143835" width="1" height="1"&gt;</description></item><item><title>re: OSD App Tree Bug Squashed</title><link>http://myitforum.com/cs2/blogs/jsandys/archive/2009/11/21/osd-app-tree-bug-squashed.aspx#143184</link><pubDate>Mon, 23 Nov 2009 21:49:46 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:143184</guid><dc:creator>smurdock</dc:creator><description>&lt;p&gt;Awesome, this is working great !! &amp;nbsp;Thanks !!&lt;/p&gt;
&lt;p&gt;A couple suggestions for the documentation:&lt;/p&gt;
&lt;p&gt;On page 4, the screenshot needs to be updated so it shows the correct Base Variable Name, OSDAppTreeApps.&lt;/p&gt;
&lt;p&gt;Also, as someone who is implementing multiple applications for the first time through the TS, maybe include something about the criteria for the programs or informing the user to check the help file on the topic for the information. &amp;nbsp;I knew it had to be a silent install and run whether or not a user is logged on but the checkbox for &amp;quot;Allow this program to be installed from the Install Software task sequence step without being advertised&amp;quot; option in the Advanced tab of the program was something I had never heard of and was a stumbling block for quite awhile for me.&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=143184" width="1" height="1"&gt;</description></item><item><title>re: Current Directory in ConfigMgr Programs</title><link>http://myitforum.com/cs2/blogs/jsandys/archive/2009/08/31/current-directory-in-configmgr-programs.aspx#141080</link><pubDate>Thu, 03 Sep 2009 14:06:43 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:141080</guid><dc:creator>skissinger</dc:creator><description>&lt;p&gt;For the vbscript, I use this 1 line:&lt;/p&gt;
&lt;p&gt;strCurrentDir = Left(Wscript.ScriptFullName, (InstrRev(Wscript.ScriptFullName, &amp;quot;\&amp;quot;) -1))&lt;/p&gt;
&lt;p&gt;That will resolve to &amp;quot;wherever this .vbs file was launched from&amp;quot;. &amp;nbsp;So whether that is c:\somewhere, or some unc path, it simply doesn&amp;#39;t matter. &amp;nbsp;The only thing to be careful of is ensuring that you wrap chr(34) &amp;nbsp; -- double quotes -- around it + whatever file it is you care about in the &amp;quot;currentdir&amp;quot;, just in case the foldername has spaces in it.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s a sample of me using strcurrentdir: &lt;a rel="nofollow" target="_new" href="http://myitforum.com/cs2/blogs/skissinger/archive/2008/06/20/security-certificates-trusted-publishers-and-clickonce-apps.aspx"&gt;myitforum.com/.../security-certificates-trusted-publishers-and-clickonce-apps.aspx&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=141080" width="1" height="1"&gt;</description></item><item><title>re: OSD Blogcast Series</title><link>http://myitforum.com/cs2/blogs/jsandys/pages/osd-blogcast-series.aspx#140991</link><pubDate>Thu, 27 Aug 2009 18:53:40 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:140991</guid><dc:creator>rodtrent</dc:creator><description>&lt;p&gt;Great job!&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=140991" width="1" height="1"&gt;</description></item><item><title>re: Oh My</title><link>http://myitforum.com/cs2/blogs/jsandys/archive/2009/07/02/oh-my.aspx#140705</link><pubDate>Wed, 12 Aug 2009 19:00:10 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:140705</guid><dc:creator>rporter</dc:creator><description>&lt;p&gt;Awesome congratulations! &amp;nbsp;Hey, how did you make those nifty buttons on the sidebar?&lt;/p&gt;&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=140705" width="1" height="1"&gt;</description></item><item><title>re: SystemCenterCentral.com Officially Launches</title><link>http://myitforum.com/cs2/blogs/jsandys/archive/2009/07/21/systemcentercentral-com-officially-launches.aspx#140011</link><pubDate>Tue, 21 Jul 2009 19:11:55 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:140011</guid><dc:creator>jsandys</dc:creator><description>&lt;p&gt;Doh! Copy and Paste from OWA. Fixed now. Thanks Rod :-)&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=140011" width="1" height="1"&gt;</description></item><item><title>re: SystemCenterCentral.com Officially Launches</title><link>http://myitforum.com/cs2/blogs/jsandys/archive/2009/07/21/systemcentercentral-com-officially-launches.aspx#140008</link><pubDate>Tue, 21 Jul 2009 19:02:20 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:140008</guid><dc:creator>rodtrent</dc:creator><description>&lt;p&gt;The URL to the press release has too much in it. &amp;nbsp;I suspect its a redirection URL from an email or web post?&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=140008" width="1" height="1"&gt;</description></item><item><title>re: Oh My</title><link>http://myitforum.com/cs2/blogs/jsandys/archive/2009/07/02/oh-my.aspx#139356</link><pubDate>Thu, 02 Jul 2009 21:03:51 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:139356</guid><dc:creator>rodtrent</dc:creator><description>&lt;p&gt;Congratulations!&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=139356" width="1" height="1"&gt;</description></item><item><title>re: Oh My</title><link>http://myitforum.com/cs2/blogs/jsandys/archive/2009/07/02/oh-my.aspx#139330</link><pubDate>Thu, 02 Jul 2009 11:36:27 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:139330</guid><dc:creator>skissinger</dc:creator><description>&lt;p&gt;Congratulations. &amp;nbsp;Certainly well deserved!&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=139330" width="1" height="1"&gt;</description></item><item><title>re: OSD Application Chooser 1.1</title><link>http://myitforum.com/cs2/blogs/jsandys/archive/2009/01/18/osd-application-chooser-1-1.aspx#133367</link><pubDate>Wed, 18 Mar 2009 21:38:36 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:133367</guid><dc:creator>mtoto_IR</dc:creator><description>&lt;p&gt;Great solution! &amp;nbsp;Any idea on if this works using standalone media? &amp;nbsp;I&amp;#39;ve tried but no luck. &amp;nbsp;Guessing it&amp;#39;s b/c it doesn&amp;#39;t know where to look for the source? &amp;nbsp;Is a source location defined in the scripts? &amp;nbsp;&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=133367" width="1" height="1"&gt;</description></item><item><title>re: Campaign Against SCCM</title><link>http://myitforum.com/cs2/blogs/jsandys/archive/2009/03/16/campaign-against-sccm.aspx#133133</link><pubDate>Tue, 17 Mar 2009 14:55:15 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:133133</guid><dc:creator>hwilson542</dc:creator><description>&lt;p&gt;HAHAHA&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=133133" width="1" height="1"&gt;</description></item><item><title>re: Campaign Against SCCM</title><link>http://myitforum.com/cs2/blogs/jsandys/archive/2009/03/16/campaign-against-sccm.aspx#133124</link><pubDate>Tue, 17 Mar 2009 01:17:35 GMT</pubDate><guid isPermaLink="false">8e8f7986-475c-475d-bdc9-a1b3a63b955b:133124</guid><dc:creator>jgilbert</dc:creator><description>&lt;p&gt;...couldn&amp;#39;t have said it better myself :-)&lt;/p&gt;
&lt;img src="http://myitforum.com/cs2/aggbug.aspx?PostID=133124" width="1" height="1"&gt;</description></item></channel></rss>
