<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>MDT Scripts, Front Ends, Web Services, and Utilities for use with ConfigMgr/SCCM</title><link>http://mdtcustomizations.codeplex.com/project/feeds/rss</link><description>This is a repository for customizations for Microsoft Deployment Toolkit &amp;#40;MDT&amp;#41;. It includes custom scripts, web services, hta files, and other items to assist you in customizing MDT to fit your environment.   </description><item><title>New Post: Treeview for GETOUs with MDT Wizard</title><link>http://mdtcustomizations.codeplex.com/discussions/444659</link><description>&lt;div style="line-height: normal;"&gt;Has anyone or does anyone know how to create a treeview with option of GETOUs? I'm using the web service. Kind of figured out how to execute the web service and return the results... but can't figure out how to use a treeview control in the wizard pane. On top of that I wouldn't know where to start to get the xml data inside the treeview. Any insight would be great!&lt;br /&gt;
&lt;/div&gt;</description><author>brandonrcampbell</author><pubDate>Wed, 22 May 2013 20:57:33 GMT</pubDate><guid isPermaLink="false">New Post: Treeview for GETOUs with MDT Wizard 20130522085733P</guid></item><item><title>New Post: Move Computer to Staging OU script question</title><link>http://mdtcustomizations.codeplex.com/discussions/433985</link><description>&lt;div style="line-height: normal;"&gt;Thank you. I appreciate you taking time out.&lt;br /&gt;
&lt;/div&gt;</description><author>neosyfte</author><pubDate>Wed, 22 May 2013 15:56:39 GMT</pubDate><guid isPermaLink="false">New Post: Move Computer to Staging OU script question 20130522035639P</guid></item><item><title>New Post: Move Computer to Staging OU script question</title><link>http://mdtcustomizations.codeplex.com/discussions/433985</link><description>&lt;div style="line-height: normal;"&gt;I am in a meeting for the next 4 hours but when I am done I will give you exactly what I did with screenshots and a walk through.&lt;br /&gt;
&lt;/div&gt;</description><author>tech3</author><pubDate>Wed, 22 May 2013 13:13:05 GMT</pubDate><guid isPermaLink="false">New Post: Move Computer to Staging OU script question 20130522011305P</guid></item><item><title>New Post: Move Computer to Staging OU script question</title><link>http://mdtcustomizations.codeplex.com/discussions/433985</link><description>&lt;div style="line-height: normal;"&gt;tech3,&lt;br /&gt;
&lt;br /&gt;
I am having the same issue that you were having. However, I am a little confused on how you changed the conditions on the &amp;quot;MoveComputer&amp;quot; and &amp;quot;SwapOU&amp;quot; scripts. Would you mind sharing the changes you made? Perhaps a sample copy of the code.&lt;br /&gt;
&lt;br /&gt;
Thanks.&lt;br /&gt;
&lt;/div&gt;</description><author>neosyfte</author><pubDate>Wed, 22 May 2013 11:30:18 GMT</pubDate><guid isPermaLink="false">New Post: Move Computer to Staging OU script question 20130522113018A</guid></item><item><title>New Post: SCCM.asmx/AddComputerToCollection: The operation timed out</title><link>http://mdtcustomizations.codeplex.com/discussions/443140</link><description>&lt;div style="line-height: normal;"&gt;Hi. I have Deployment Web service (v7.3) setup and running and have been using it since you released it without issues, even previous versions for a few years. Love them.&lt;br /&gt;
&lt;br /&gt;
I have a few different task sequences advertised to several collections, all with unknown support. The problem I have and see from time to time, is that when the service SCCM.asmx/AddComputerToCollection runs to dump the system into the appropriate collection, what is being logged in my frontend script, is &lt;br /&gt;
&lt;br /&gt;
Error executing web service &lt;a href="http://SERVER/OSD_Deployment/SCCM.asmx/AddComputerToCollection:" rel="nofollow"&gt;http://SERVER/OSD_Deployment/SCCM.asmx/AddComputerToCollection:&lt;/a&gt; The operation timed out (-2147012894)&lt;br /&gt;
Unable to call AddComputerToCollection web service.&lt;br /&gt;
&lt;br /&gt;
Then, what appears to happen is an “unknown” record is created in the site. What happens next is when the machine try’s to retrieve policy it is presented with all advertised task sequences, not just the one assigned to the collection selected. &lt;br /&gt;
&lt;br /&gt;
Not sure why the webservice is timing out, I have looked in the iis.logs and see nothing but 200 returns. And there are no event log entries either. &lt;br /&gt;
&lt;br /&gt;
Any suggestions or ideas?&lt;br /&gt;
&lt;/div&gt;</description><author>Fred_Smith</author><pubDate>Thu, 09 May 2013 17:16:45 GMT</pubDate><guid isPermaLink="false">New Post: SCCM.asmx/AddComputerToCollection: The operation timed out 20130509051645P</guid></item><item><title>New Comment on "Documentation"</title><link>https://mdtcustomizations.codeplex.com/documentation?&amp;ANCHOR#C27371</link><description>Hello -- What versions of SCCM is this compatible with&amp;#63;  Does it work with SCCM 2012 and SP1&amp;#63;  What you put together certainly sounds useful&amp;#33;</description><author>quantumburnz</author><pubDate>Thu, 02 May 2013 15:02:56 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20130502030256P</guid></item><item><title>Created Issue: Query for DN not going against local DC [7383]</title><link>http://mdtcustomizations.codeplex.com/workitem/7383</link><description>I don&amp;#39;t know if this issue impacts other function calls or not but I know for sure the MoveComputerToOU experiences this issue.&lt;br /&gt;&lt;br /&gt;When looking over the log file it shows the MoveComputerToOU fuction call finding the local domain controller for the machine.  Then it goes to look up the DN for the computer.  This query doesn&amp;#39;t go against the local domain controller and will fail if replication hasn&amp;#39;t yet occured between the sites.&lt;br /&gt;&lt;br /&gt;Since the function already knows the local domain controller the DN query should also be going against the local domain controller.  This would resolve the issue.&lt;br /&gt;&lt;br /&gt;Please also check to make sure this isn&amp;#39;t an issue for any of the other functions that need to query the DN for an object.&lt;br /&gt;</description><author>permster</author><pubDate>Tue, 02 Apr 2013 23:07:36 GMT</pubDate><guid isPermaLink="false">Created Issue: Query for DN not going against local DC [7383] 20130402110736P</guid></item><item><title>New Post: Source code for the Webservice</title><link>http://mdtcustomizations.codeplex.com/discussions/437221</link><description>&lt;div style="line-height: normal;"&gt;Hey&lt;br /&gt;
&lt;br /&gt;
I've seen the other post were you've stated you're undecided whether to publish the source code or not. While I'd respect your decision, at the same time you don't have much of a choice as long as you're hosting this on CodePlex. This is a site for open source projects and as such the source code must be available:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;What are the requirements for hosting a project on CodePlex?&lt;/strong&gt;&lt;br /&gt;
Your project must meet the following criteria: &lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;You must choose a license for your project (license resources: Open Source License page on Wikipedia)&lt;/li&gt;
&lt;li&gt;It must be an ongoing project (no &amp;quot;abandoned&amp;quot; projects)&lt;/li&gt;
&lt;li&gt;
It must have source code (no non-software projects)&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
(From &lt;a href="http://codeplex.codeplex.com/wikipage?title=Project%20hosting%20requirements" rel="nofollow"&gt;http://codeplex.codeplex.com/wikipage?title=Project%20hosting%20requirements&lt;/a&gt;)&lt;br /&gt;
&lt;br /&gt;
So, please either publish the source code or remove the project from CodePlex.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Ingo&lt;br /&gt;
&lt;/div&gt;</description><author>ibauersachs</author><pubDate>Tue, 19 Mar 2013 16:58:35 GMT</pubDate><guid isPermaLink="false">New Post: Source code for the Webservice 20130319045835P</guid></item><item><title>New Post: Move Computer to Staging OU script question</title><link>http://mdtcustomizations.codeplex.com/discussions/433985</link><description>&lt;div style="line-height: normal;"&gt;Thank you for the tip. It works exactly as you have it set up. That being said the issue that has now presented itself is that the move computer to stagingOU script is used to swap the values of my OU's which I still need. Regardless whether the machine is in AD or a new bare metal that has not yet been in AD the script still swaps the values. Otherwise the PC just joins to its finalOU instead of my staging OU that has no policies. (legal notices etc..) Does that make sense?   &lt;br /&gt;
&lt;/div&gt;</description><author>tech3</author><pubDate>Thu, 14 Mar 2013 15:34:58 GMT</pubDate><guid isPermaLink="false">New Post: Move Computer to Staging OU script question 20130314033458P</guid></item><item><title>New Post: Move Computer to Staging OU script question</title><link>http://mdtcustomizations.codeplex.com/discussions/433985</link><description>&lt;div style="line-height: normal;"&gt;Use the executewebservice script and check for computerexistance, save to a property then make that a condition for that action to run:&lt;br /&gt;
Create a run command line task before the movecomputer task:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;cscript.exe %ScriptRoot%\ZTI_ExecuteWebservice.wsf /wsSection:DoesComputerExist /wsProperty:PCExists /wsResultName:boolean&lt;/code&gt;&lt;/pre&gt;

Then on the &amp;quot;MoveComputer&amp;quot; task right after it set the condition to &amp;quot;if all conditions are true&amp;quot; and &amp;quot;Task sequence variable PCExists equals true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Dont forget to create the custom property PCExists.&lt;br /&gt;
&lt;br /&gt;
In Custom Properties ini file:&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;[DoesComputerExist]
WebService=http://server:port/ad.asmx/DoesComputerExist
Parameters=HostName
HostName=ComputerName
PCExists=boolean&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>nolram</author><pubDate>Wed, 13 Mar 2013 22:40:14 GMT</pubDate><guid isPermaLink="false">New Post: Move Computer to Staging OU script question 20130313104014P</guid></item><item><title>New Post: MoveComputerToOU using DC local to web service</title><link>http://mdtcustomizations.codeplex.com/discussions/273282</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;
&lt;p&gt;We ended up putting a delay in the Task sequence to allow for replication and moved on&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=""&gt;Andy Dawson&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>ajdltd</author><pubDate>Mon, 11 Mar 2013 13:48:32 GMT</pubDate><guid isPermaLink="false">New Post: MoveComputerToOU using DC local to web service 20130311014832P</guid></item><item><title>New Post: MoveComputerToOU using DC local to web service</title><link>http://mdtcustomizations.codeplex.com/discussions/273282</link><description>&lt;div style="line-height: normal;"&gt;Was this issue ever resolved?  I've experienced this exact same thing.  The MoveComputerToOU function finds a local DC for computer but when it's trying to find the distinguished name of the computer and OU it goes against DC's local to the web service.  It should be using the DC's local to the computer for the distinguished name lookup.  This will help to minimize replication type issues when the machine account is newly created.&lt;br /&gt;
&lt;/div&gt;</description><author>permster</author><pubDate>Fri, 08 Mar 2013 21:42:23 GMT</pubDate><guid isPermaLink="false">New Post: MoveComputerToOU using DC local to web service 20130308094223P</guid></item><item><title>New Post: GetComputerNameByNetbootGuid returns Http 500 error..</title><link>http://mdtcustomizations.codeplex.com/discussions/434815</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br /&gt;
&lt;br /&gt;
I'm using the deployment webservice with AD to obtain a computer name when imaging a computer.  I've had this working fine through a browser and when doing some test imaging in a virtual machine; today, however, I just get a 500 internal server error!&lt;br /&gt;
&lt;br /&gt;
If i access the webservice via a browser i can get the start page and from there look at the pages for the various option; the majority seem to work, but when i attempt to get a computer name by NetbootGUID or, conversely a NetbootGUID from the computer name i get this 500 error.  I've looked at the webservice logs and they appear to be fine - I can see the process as the request is received and the data obtained with no hint of an error.  The problem seems to occur at the last step of displaying the data in the browser.&lt;br /&gt;
&lt;br /&gt;
Any hints?&lt;br /&gt;
&lt;br /&gt;
Thanks!&lt;br /&gt;
&lt;/div&gt;</description><author>cheredenine</author><pubDate>Thu, 28 Feb 2013 09:32:32 GMT</pubDate><guid isPermaLink="false">New Post: GetComputerNameByNetbootGuid returns Http 500 error.. 20130228093232A</guid></item><item><title>New Post: Move Computer to Staging OU script question</title><link>http://mdtcustomizations.codeplex.com/discussions/433985</link><description>&lt;div style="line-height: normal;"&gt;This is more a script question rather than the actual web service itself but I will throw it out there.  So I am using the three scripts provided to move computers to a Staging OU and then to the OU I have assigned the computer at the end of my task sequence.  So far it works perfect with one exception.  I have the Z_MoveComputer_StagingOU.wsf script running as the first step in Preinstall.  If computers are in AD it moves them perfect.  If they are not in AD it errors out.  No problem there as I just have it continue on error and it swaps the values of the OU.  When the task sequence completes in final summary it pops up with the warning &amp;quot;move to staging ou was not successful rc=1&amp;quot;.  No worries I know that it worked.  The question I have is there a way to modify the script so that the warning will not appear?  Maybe a simple line that allows a return code 1?  I am awful with scripting so I am not sure how to change it up.  I have tried adding 1 to success codes on the task sequence step but that does not work.  &lt;br /&gt;
&lt;/div&gt;</description><author>tech3</author><pubDate>Thu, 21 Feb 2013 16:47:52 GMT</pubDate><guid isPermaLink="false">New Post: Move Computer to Staging OU script question 20130221044752P</guid></item><item><title>New Post: Webservice on Server 2012</title><link>http://mdtcustomizations.codeplex.com/discussions/432333</link><description>&lt;div style="line-height: normal;"&gt;It was a clean install.&lt;br /&gt;
&lt;/div&gt;</description><author>dsbloom</author><pubDate>Thu, 21 Feb 2013 02:11:42 GMT</pubDate><guid isPermaLink="false">New Post: Webservice on Server 2012 20130221021142A</guid></item><item><title>New Post: Webservice on Server 2012</title><link>http://mdtcustomizations.codeplex.com/discussions/432333</link><description>&lt;div style="line-height: normal;"&gt;Thanks for letting me know!&lt;br /&gt;
&lt;br /&gt;
Was your Server 2012 install an upgrade from 2008 (R2), or was it a clean install?&lt;br /&gt;
&lt;/div&gt;</description><author>h4x0r</author><pubDate>Thu, 21 Feb 2013 02:05:06 GMT</pubDate><guid isPermaLink="false">New Post: Webservice on Server 2012 20130221020506A</guid></item><item><title>New Post: Webservice on Server 2012</title><link>http://mdtcustomizations.codeplex.com/discussions/432333</link><description>&lt;div style="line-height: normal;"&gt;Yes, I have it installed on Server 2012 and it works fine.&lt;br /&gt;
&lt;/div&gt;</description><author>dsbloom</author><pubDate>Thu, 21 Feb 2013 01:21:35 GMT</pubDate><guid isPermaLink="false">New Post: Webservice on Server 2012 20130221012135A</guid></item><item><title>New Post: DeploymentWebservice - Works Perfectly for AD, but not for MDT or SCCM!</title><link>http://mdtcustomizations.codeplex.com/discussions/433554</link><description>&lt;div style="line-height: normal;"&gt;Hi All,&lt;br /&gt;
&lt;br /&gt;
Figured it out now, I was being a plonker!&lt;br /&gt;
&lt;br /&gt;
For some reason, I'd completely neglected to do the StoredProcedure part so obviously the MDT sections of the WebService was going to return a blank! I used the SQL script at the bottom of the &lt;a href="http://myitforum.com/cs2/blogs/maikkoster/archive/2009/01/31/get-access-to-the-mdt-database.aspx" rel="nofollow"&gt;following&lt;/a&gt; page to execute the stored procedures against the MDT database.&lt;br /&gt;
&lt;br /&gt;
And then information from &lt;a href="http://mdtcustomizations.codeplex.com/discussions/283767" rel="nofollow"&gt;this&lt;/a&gt; page to troubleshoot the fact that I had the incorrect database selected in the DB field in the top right of the SQL query window;&lt;br /&gt;
&lt;br /&gt;
The script executed succesfully with some warnings, related to fields which didn't exist. I'm guessing this is down to the fact that I'm using MDT 2012 Update 1, and the SQL Script was probably written for a earlier version with slightly different field names. But other than the missing fields it worked a treat :-)&lt;br /&gt;
&lt;br /&gt;
The only issue is on the Documentation pages for the Deployment WebServices, the &lt;a href="http://mdtcustomizations.codeplex.com/wikipage?title=AddStoredProcedures&amp;amp;referringTitle=Installation%20Guide" rel="nofollow"&gt;section about adding the StoredProcedures&lt;/a&gt; is appearing blank? Probably why I completely overlooked it in the first place...!&lt;br /&gt;
&lt;br /&gt;
Perhaps Maik you could replace the info on this page if you get two mins?&lt;br /&gt;
&lt;br /&gt;
Again, thank you so much for all the hard work you have done with the Deployment WebServices, WebFrontEnd etc, they're fab projects and make my life a whole world easier!&lt;br /&gt;
&lt;br /&gt;
Kind Regards,&lt;br /&gt;
&lt;br /&gt;
James&lt;br /&gt;
&lt;/div&gt;</description><author>jamesmealing</author><pubDate>Tue, 19 Feb 2013 11:53:02 GMT</pubDate><guid isPermaLink="false">New Post: DeploymentWebservice - Works Perfectly for AD, but not for MDT or SCCM! 20130219115302A</guid></item><item><title>New Post: Source code for deployment webservice available?</title><link>http://mdtcustomizations.codeplex.com/discussions/433590</link><description>&lt;div style="line-height: normal;"&gt;Is the source code for this project available?  Specifically I'd be interested in the VB code behind the MaikKoster.Deployment.SCCM.dll.  I wrote an offline domain join web service and would like to consolidate the parts of the SCCM web service that we use and my offline domain join into one web service.  I thought CodePlex was about open source stuff, but I can't find the code behind the deployment webservice, unless I'm not looking for it properly.  &lt;br /&gt;
&lt;/div&gt;</description><author>cwb124</author><pubDate>Mon, 18 Feb 2013 22:54:19 GMT</pubDate><guid isPermaLink="false">New Post: Source code for deployment webservice available? 20130218105419P</guid></item><item><title>New Post: DeploymentWebservice - Works Perfectly for AD, but not for MDT or SCCM!</title><link>http://mdtcustomizations.codeplex.com/discussions/433554</link><description>&lt;div style="line-height: normal;"&gt;Hi Maik/All,&lt;br /&gt;
&lt;br /&gt;
Absolutely love the WebService and other MDT bits you have done, so thank you very much for those :-)&lt;br /&gt;
&lt;br /&gt;
I am however having a slight issue with using the WebService from an MDT and SCCM point of view. I've installed the WebService (correctly to the best of my knowledge!) and the AD bit of it is working a treat... The MDT/SCCM bit however I am not having much luck with :-/&lt;br /&gt;
Through the web page, if I try to invoke one of the operations, such as GetRoles, it simply returns a blank page. I've looked through the logs and can see no errors/warning messages. I'm guessing it's something really dopey I'm doing (or not doing!) with permissions etc but for the life of me cannot work it out! Any pointers as to where I could start looking?&lt;br /&gt;
&lt;br /&gt;
I have tried it with 'MDTDBIntegratedSecurity' set to 'True' which should work because the account to the best of my knowledge has permissions. I have also tried manually defining the 'MDTDBUser' and 'MDTDBPassword' fields using my personal domain credentials which I use everyday for my work with MDT and still no difference.&lt;br /&gt;
&lt;br /&gt;
Any help would be hugely appreciated!!&lt;br /&gt;
&lt;br /&gt;
Kind Regards,&lt;br /&gt;
&lt;br /&gt;
James&lt;br /&gt;
&lt;/div&gt;</description><author>jamesmealing</author><pubDate>Mon, 18 Feb 2013 17:30:33 GMT</pubDate><guid isPermaLink="false">New Post: DeploymentWebservice - Works Perfectly for AD, but not for MDT or SCCM! 20130218053033P</guid></item></channel></rss>