﻿<?xml version="1.0" encoding="utf-8"?><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/" xmlns:admin="http://webns.net/mvcb/"><channel rdf:about="/comments/rss.aspx"><title>Days in the Life of an IT Consultant: Recent Comments</title><link>http://blog.sortedit.net</link><description /><dc:publisher>Quick Blogcast</dc:publisher><admin:generatorAgent rdf:resource="http://app.onlinequickblog.com/" /><items><rdf:Seq><rdf:li rdf:resource="http://blog.sortedit.net/2009/09/05/how-to-sysprep-windows-server-2008-r2.aspx#comment-2900306" /><rdf:li rdf:resource="http://blog.sortedit.net/2007/10/21/import-contacts-into-exchange-2007-using-csv.aspx#comment-2899959" /><rdf:li rdf:resource="http://blog.sortedit.net/2009/09/05/how-to-sysprep-windows-server-2008-r2.aspx#comment-2852239" /><rdf:li rdf:resource="http://blog.sortedit.net/2008/04/15/updated-upload-hundreds-of-contacts-into-your-exchange-2007-in-8-simple-steps-.aspx#comment-2848003" /><rdf:li rdf:resource="http://blog.sortedit.net/2008/04/15/updated-upload-hundreds-of-contacts-into-your-exchange-2007-in-8-simple-steps-.aspx#comment-2830570" /><rdf:li rdf:resource="http://blog.sortedit.net/2007/10/21/import-contacts-into-exchange-2007-using-csv.aspx#comment-2752437" /><rdf:li rdf:resource="http://blog.sortedit.net/2008/01/20/import-bulk-contacts-into-exchange-2003.aspx#comment-2602011" /><rdf:li rdf:resource="http://blog.sortedit.net/2008/01/20/import-bulk-contacts-into-exchange-2003.aspx#comment-2573301" /><rdf:li rdf:resource="http://blog.sortedit.net/2009/11/16/integrating-outlook-web-app-2010-with-ocs-2007-r2.aspx#comment-2570104" /><rdf:li rdf:resource="http://blog.sortedit.net/2007/10/21/import-contacts-into-exchange-2007-using-csv.aspx#comment-2569830" /></rdf:Seq></items></channel><item rdf:about="http://blog.sortedit.net/2009/09/05/how-to-sysprep-windows-server-2008-r2.aspx#comment-2900306"><title>Comment on How to Sysprep Windows Server 2008 R2</title><link>http://blog.sortedit.net/2009/09/05/how-to-sysprep-windows-server-2008-r2.aspx#comment-2900306</link><description>&lt;P&gt;Hi Lee,&lt;BR&gt;&lt;BR&gt;Unfortunately I have never tried this and don't have the hardware at the moment to check it out. I usually just setup my partitioning after the server is built considering that it is possible in Windows 2008 to dynamically resize disks from the Disk Manager.&lt;BR&gt;&lt;BR&gt;Kind Regards,&lt;BR&gt;&lt;BR&gt;Johan&lt;/P&gt;</description><dc:creator>Johan Dreyer</dc:creator><dc:date>2010-03-11T05:26:55Z</dc:date></item><item rdf:about="http://blog.sortedit.net/2007/10/21/import-contacts-into-exchange-2007-using-csv.aspx#comment-2899959"><title>Comment on Import Contacts into Exchange 2007 using CSV</title><link>http://blog.sortedit.net/2007/10/21/import-contacts-into-exchange-2007-using-csv.aspx#comment-2899959</link><description>hurray i am teaching excahnge server this time :)</description><dc:creator>biotech coaching</dc:creator><dc:date>2010-03-11T02:42:08Z</dc:date></item><item rdf:about="http://blog.sortedit.net/2009/09/05/how-to-sysprep-windows-server-2008-r2.aspx#comment-2852239"><title>Comment on How to Sysprep Windows Server 2008 R2</title><link>http://blog.sortedit.net/2009/09/05/how-to-sysprep-windows-server-2008-r2.aspx#comment-2852239</link><description>I have read that the R2 sysprep image must somehow be configured to apply its special disk partitioning scheme during the sysprep phase.  Do you happen to know which component of the answer file is configured for those settings.  I believe that they are the system, recovery and windows partitions.&lt;br /&gt;I found an Microsoft script that applies the following using diskpart.txt&lt;br /&gt;&lt;br /&gt;select disk 0&lt;br /&gt;clean&lt;br /&gt;create partition primary size=3000 id=27&lt;br /&gt;format quick fs=ntfs label="Recovery"&lt;br /&gt;assign letter="R"&lt;br /&gt;create partition primary size=300&lt;br /&gt;format quick fs=ntfs label="System"&lt;br /&gt;assign letter="S"&lt;br /&gt;active&lt;br /&gt;create partition primary&lt;br /&gt;format quick fs=ntfs label="Windows"&lt;br /&gt;assign letter="W"&lt;br /&gt;exit&lt;br /&gt;&lt;br /&gt;When I attempt to apply the above commands to the blade, I get a warning that "the partition you specified is not an OEM or ESP partition.  Please select an OEM or ESP partition and try again."&lt;br /&gt;&lt;br /&gt;Thank you in advance,&lt;br /&gt;Lee Turchin</description><dc:creator>Lee Turchin</dc:creator><dc:date>2010-02-23T02:32:11Z</dc:date></item><item rdf:about="http://blog.sortedit.net/2008/04/15/updated-upload-hundreds-of-contacts-into-your-exchange-2007-in-8-simple-steps-.aspx#comment-2848003"><title>Comment on Updated! Upload Hundreds of Contacts into your Exchange 2007 in 8 simple steps -</title><link>http://blog.sortedit.net/2008/04/15/updated-upload-hundreds-of-contacts-into-your-exchange-2007-in-8-simple-steps-.aspx#comment-2848003</link><description>Hi Nass,&lt;BR&gt;&lt;BR&gt;Glad you found the script useful. It is possible to manage and maintain your groups using scripts but you will have to use the ldifde tool. Unfortunately I do not have such a script as csvde has always been sufficient for my requirements (as a consultant, user administration is not something I usually work with.)&lt;BR&gt;&lt;BR&gt;There is plenty of information available on the web that can help you build up this script.&lt;BR&gt;&lt;BR&gt;Hope this helps.&lt;BR&gt;&lt;BR&gt;Regards,&lt;BR&gt;&lt;BR&gt;Johan</description><dc:creator>Johan Dreyer</dc:creator><dc:date>2010-02-21T10:09:56Z</dc:date></item><item rdf:about="http://blog.sortedit.net/2008/04/15/updated-upload-hundreds-of-contacts-into-your-exchange-2007-in-8-simple-steps-.aspx#comment-2830570"><title>Comment on Updated! Upload Hundreds of Contacts into your Exchange 2007 in 8 simple steps -</title><link>http://blog.sortedit.net/2008/04/15/updated-upload-hundreds-of-contacts-into-your-exchange-2007-in-8-simple-steps-.aspx#comment-2830570</link><description>Hi Johan,&lt;br /&gt;&lt;br /&gt;This script is great.. Is there any easy way that contacts can be automatically added to groups when they are imported?&lt;br /&gt;&lt;br /&gt;Thanks..</description><dc:creator>Nass</dc:creator><dc:date>2010-02-15T21:24:08Z</dc:date></item><item rdf:about="http://blog.sortedit.net/2007/10/21/import-contacts-into-exchange-2007-using-csv.aspx#comment-2752437"><title>Comment on Import Contacts into Exchange 2007 using CSV</title><link>http://blog.sortedit.net/2007/10/21/import-contacts-into-exchange-2007-using-csv.aspx#comment-2752437</link><description>good</description><dc:creator>web designing</dc:creator><dc:date>2010-01-24T19:06:18Z</dc:date></item><item rdf:about="http://blog.sortedit.net/2008/01/20/import-bulk-contacts-into-exchange-2003.aspx#comment-2602011"><title>Comment on Import Bulk Contacts into Exchange 2003</title><link>http://blog.sortedit.net/2008/01/20/import-bulk-contacts-into-exchange-2003.aspx#comment-2602011</link><description>Sweet, great little XL file there, worked perfect!&lt;br /&gt;&lt;br /&gt;Thanks</description><dc:creator>Jim</dc:creator><dc:date>2009-11-30T15:11:51Z</dc:date></item><item rdf:about="http://blog.sortedit.net/2008/01/20/import-bulk-contacts-into-exchange-2003.aspx#comment-2573301"><title>Comment on Import Bulk Contacts into Exchange 2003</title><link>http://blog.sortedit.net/2008/01/20/import-bulk-contacts-into-exchange-2003.aspx#comment-2573301</link><description>Hey, that was interesting,&lt;br /&gt;&lt;br /&gt;This is a great way to import lots of contacts,&lt;br /&gt;&lt;br /&gt;Keep up the good work,&lt;br /&gt;&lt;br /&gt;Anyway, thanks for the post</description><dc:creator>Web Development Surrey</dc:creator><dc:date>2009-11-18T15:05:19Z</dc:date></item><item rdf:about="http://blog.sortedit.net/2009/11/16/integrating-outlook-web-app-2010-with-ocs-2007-r2.aspx#comment-2570104"><title>Comment on Integrating Outlook Web App 2010 with OCS 2007 R2</title><link>http://blog.sortedit.net/2009/11/16/integrating-outlook-web-app-2010-with-ocs-2007-r2.aspx#comment-2570104</link><description>Hello I just search the google and I found out your site. Nice post I am very impressed and I will see your post as another learning reference as SEO Expert Consultant. Thanks!</description><dc:creator>Seo Expert Consultant</dc:creator><dc:date>2009-11-17T05:37:36Z</dc:date></item><item rdf:about="http://blog.sortedit.net/2007/10/21/import-contacts-into-exchange-2007-using-csv.aspx#comment-2569830"><title>Comment on Import Contacts into Exchange 2007 using CSV</title><link>http://blog.sortedit.net/2007/10/21/import-contacts-into-exchange-2007-using-csv.aspx#comment-2569830</link><description>He wanted a script to assist him in importing bulk contacts into his Exchange Server 2007 Organization.</description><dc:creator>biotech coaching</dc:creator><dc:date>2009-11-17T02:19:18Z</dc:date></item></rdf:RDF>