<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://wmug.co.uk/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>SMS</title><link>http://wmug.co.uk/media/g/sms/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>Building SQL2000 queries the easy way (word document)</title><link>http://wmug.co.uk/media/p/643.aspx</link><pubDate>Tue, 15 Apr 2008 14:13:02 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:643</guid><dc:creator>Rob</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;A word document (due to so many screenshots) showing how&amp;nbsp;to easily create SQL2000 queries for use in SMS2003 Reporting&lt;/p&gt;
&lt;p&gt;I get a lot of SQL query creation questions, so thought writing up a short document on&amp;nbsp;how to use SQL2000 Enterprise Manager to build complicated (well reasonably) SQL queries would be helpful.&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re experienced with SQL, then you won&amp;#39;t learn much at all from this document. If you&amp;#39;ve shied away from writing SMS2003 Reports due to lack of SQL knowledge then this is a great aid to getting &amp;quot;skilled up&amp;quot; enough to put you on the path that&amp;#39;ll take you forwards to carving out epic-style reports&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Edit: I added the chatter about creating a proper join (including screenshots) to the document&lt;/p&gt;</description><enclosure url="http://wmug.co.uk/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.06.43/SQL-Enterprise-Manager-_2D00_-How-to-make-complex-queries-easily.zip" length="633087" type="application/x-zip-compressed" /></item><item><title>Temporary download for Alice at FAQSHOP</title><link>http://wmug.co.uk/media/p/625.aspx</link><pubDate>Thu, 03 Apr 2008 10:50:02 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:625</guid><dc:creator>Rob</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Here Alice, this should work this time :&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description><enclosure url="http://wmug.co.uk/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.06.25/rob.mof" length="1638" type="text/plain" /></item><item><title>Set SDK Site Control File Serial Number</title><link>http://wmug.co.uk/media/p/541.aspx</link><pubDate>Thu, 07 Feb 2008 12:10:45 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:541</guid><dc:creator>Rob</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;A VBScript that will obtain the current value of the SDK Site Control File Serial number from a specified SMS site server, for a specified SMS site servers site sode and change it to a value specified on the command line.&lt;/p&gt;
&lt;p&gt;Use this script only after you understand the underlying concepts of SDK values for Site Control files, their location in the registry, their purpose and the implications of changing them. Google Is Your Friend, so is Technet.&lt;/p&gt;
&lt;p&gt;This is useful for changing the SDK to that lower than the value set by a parent\grand-parent SMS site server, so that Type 2 Site Control file Delta&amp;#39;s are processed correctly by the child SMS site server and not rejected\ignored.&lt;/p&gt;
&lt;p&gt;To determine if you have a build-up of Type 2 Site Control files, go to your Central SMS Site server, open ISQLW (SQL Query Analyzer) then change the focus to your SMS database, then type in and execute the following SQL command:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Select SiteCode, TypeFlag, SerialNumber from SiteControl where TypeFlag = &amp;#39;2&amp;#39;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;If any rows are returned, you can always visit the SMS site server that these Deltas are destined for, open the SiteCtrl.log file and see if any references are made to Site Control files being ignored due to them having an older Delta value.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The delta site control file &amp;quot;D:\SMS\inboxes\sitectrl.box\incoming\zwfbgc5o.CT1&amp;quot; contains a record submitted by the SMS Administrator Console running as user &amp;lt;DOMAIN&amp;gt;\&amp;lt;USER&amp;gt; on computer&amp;nbsp;&amp;lt;COMPUTER&amp;gt; at site &amp;lt;SITECODE&amp;gt; via the SMS SDK on Tue Jan 15 10:23:17 GMT.&amp;nbsp; The record was assigned the serial number 2 at site &amp;lt;SITECODE&amp;gt;&lt;/strong&gt;.&lt;/p&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;SMS_SITE_CONTROL_MANAGER will ignore this record because it was already processed as part of an older delta site control file.&amp;nbsp;SMS_SITE_CONTROL_MANAGER&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The first line tells you who, where and when the site control file originated from. It also tells you what SDK Delta this Site Control File change was given. The last Delta to be processed is recorded as the minimum value +1 for the next Delta that comes in. If the next Delta is lower it is ignored, as per the second line above. Just change the last known Delta value using this tool to that lower than the Delta being rejected, and it will be processed when the Delta is replicated to the server (every 1hr).&lt;/p&gt;
&lt;p&gt;This is a loose and fast description of the entire process, please do read up and understand this subject before you use the tool. Otherwise you could be scratching your head wondering why the Site Control Manager is not processing your Site Control file changes.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;02/04/2008 - Script wasn&amp;#39;t working, a sitecode was hard-coded in, resolved so sitecode specified on command line is used. Sorry!&lt;/p&gt;</description><enclosure url="http://wmug.co.uk/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.05.41/SetSDKSiteControlSerialNumber.zip" length="1345" type="application/x-zip-compressed" /></item><item><title>Manage Local Group membership</title><link>http://wmug.co.uk/media/p/393.aspx</link><pubDate>Wed, 07 Nov 2007 14:47:35 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:393</guid><dc:creator>Rob</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;A simple script to remove a User or Group from a machines Local Group, and replace it with a domain User or Group.&lt;/p&gt;
&lt;p&gt;The script can be tweaked so that you can point it at remote machines, but it has been designed to run locally on a machine. Ideally this should be deployed using SMS.&lt;/p&gt;
&lt;p&gt;As it stands no error handling is included. The script will return an exit code of 0 which SMS will treat as a success.&lt;/p&gt;
&lt;p&gt;Use at your own risk, review the code, make sure your command line is correctly formated, and finally perform testing before you deploy to machines.&lt;/p&gt;</description><enclosure url="http://wmug.co.uk/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.03.93/ManageLocalGroup.zip" length="995" type="application/x-zip-compressed" /></item><item><title>Create SMS RDP Sessions</title><link>http://wmug.co.uk/media/p/320.aspx</link><pubDate>Thu, 02 Aug 2007 10:30:44 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:320</guid><dc:creator>Rob</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;Script to generate shortcuts to MSTSC.EXE pointing at all SMS Sites discovered on a Central SMS Site server&lt;/P&gt;
&lt;P&gt;Rather than creating these manually, modify the script to point at your Central site server, modify the destination folder the shortcuts will be created in and add the SMS Site Code of the Central, then run this script with enough rights to read the v_site view on the Central. You'll end up with a bunch of RDP sessions. Easy.&lt;/P&gt;
&lt;P&gt;This was updated on the 6th August ...&amp;nbsp;it now displays the SMS version in the RDP Shortcut description and filename. &lt;/P&gt;
&lt;P&gt;Examples:&lt;/P&gt;
&lt;P&gt;&amp;lt;SITECODE&amp;gt;&amp;nbsp;-&amp;nbsp;&amp;lt;SERVERNAME&amp;gt; - SMS2003 RTM&lt;BR&gt;&amp;lt;SITECODE&amp;gt;&amp;nbsp;-&amp;nbsp;&amp;lt;SERVERNAME&amp;gt; - SMS2003 SP3&lt;BR&gt;&amp;lt;SITECODE&amp;gt;&amp;nbsp;-&amp;nbsp;&amp;lt;SERVERNAME&amp;gt; - SMS2.0 SP5&lt;/P&gt;
&lt;P&gt;It also now has a section checking for "3.00" on the front of the Version string for System Center configuration Manager, although I cannot confirm the Version string for SCCM as I'm not running it here at the moment. If you need it to spew out SCCM references, get the Version string from the V_SITE view and add that to the script. It's documented enough for you to figure it out.&lt;/P&gt;</description><enclosure url="http://wmug.co.uk/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.03.20/CreateSMSRDPSessions.zip" length="1106" type="application/x-zip-compressed" /></item><item><title>Direct To Query</title><link>http://wmug.co.uk/media/p/123.aspx</link><pubDate>Wed, 13 Dec 2006 16:31:33 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:123</guid><dc:creator>Rob</dc:creator><slash:comments>0</slash:comments><description>&lt;P&gt;VBScript that will read all User, UserGroup and System Direct Membership rules from a source collection and compile them in to a query which is inserted in to a Destination collection.&lt;/P&gt;
&lt;P&gt;This is useful for collapsing Direct Membership rules in to a single query for each type specified above. The main purpose of this script was to convert Direct Membership rules which index off the Resources ID to Query Rules that index off the resources Name.&lt;/P&gt;</description><enclosure url="http://wmug.co.uk/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.01.23/Direct2Query.zip" length="3738" type="application/x-zip-compressed" /></item><item><title>SMS2003 Backup archival script</title><link>http://wmug.co.uk/media/p/74.aspx</link><pubDate>Wed, 10 May 2006 18:03:31 GMT</pubDate><guid isPermaLink="false">10c3822e-6a55-4a1a-8d52-5181c69a645b:74</guid><dc:creator>Rob</dc:creator><slash:comments>0</slash:comments><description>A small batch script that once invoked by the SMS backup task will take a snapshot copy of the resulting backup and archive it to a destination location. The amount of archives retained and the destination be it UNC or local drive are configurable.</description><enclosure url="http://wmug.co.uk/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.00.00.74/afterbackup.zip" length="2034" type="application/x-zip-compressed" /></item></channel></rss>