<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-19479152</id><updated>2012-02-12T08:10:42.115+13:00</updated><category term='SharePoint'/><category term='Exchange 2003'/><category term='&quot;SharePoint Designer&quot;'/><category term='MOSS'/><category term='Content Type'/><category term='Search'/><category term='Alerts'/><category term='MOSS Search'/><category term='WSS'/><category term='WSS 3.0'/><category term='ASP.NET'/><category term='WSS Book'/><title type='text'>NZ MCT</title><subtitle type='html'>Here's my place to interact with the IT community in New Zealand and the world at large.  Please come, read, reply, post and invite others.  The more the merrier!</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>23</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-19479152.post-655176024696431455</id><published>2009-01-27T23:13:00.002+13:00</published><updated>2009-01-27T23:30:56.455+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Exchange 2003'/><category scheme='http://www.blogger.com/atom/ns#' term='WSS'/><category scheme='http://www.blogger.com/atom/ns#' term='MOSS'/><title type='text'>Exchange 2003 and SharePoint--now play nice!</title><content type='html'>I just saw a posting about this in the Microsoft public newsgroups, and I thought it might be handy to put a remind about how to set this up.  I'm doing this from memory, and I'll try to put up a complete, illustrated set of instructions later this week.&lt;br /&gt;&lt;br /&gt;The real issue is mainly about how to get the incoming email to flow properly.  Most people can configure the outgoing email settins the the SharePoint Central Administration without too much problem.   It's the incoming that messes with their heads.&lt;br /&gt;&lt;br /&gt;The basic mistake that usually gets made is that the admins configure the incoming email domain name to match the live domain name.  The followon from this usually means that someone adds that namespace to the SMTP connector on the Exhange server.  This is where the loop comes in.  The name in the connector means that the Exchange server will likely try to send it to the connector's partner which will then do the MX record lookup, and find it's own ip address.  It will take the mail and then look at all the connectors to see what route it should take, and it tries to send it back out.  So it does an MX lookup. Do you see where the loop comes in here?&lt;br /&gt;&lt;br /&gt;The easiest fix:  Make the sure the incoming email domain namespace in sharepoint is different than the domain namespace of your Exchange environment, and then configure the smtp connector in exhange with &lt;em&gt;THAT&lt;/em&gt; namespace, rather than creating the loop.&lt;br /&gt;&lt;br /&gt;There, that's the real quick and dirty solution.  Like I said, I'll try to get a more detailed explanation in here later&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-655176024696431455?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/655176024696431455/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=655176024696431455' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/655176024696431455'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/655176024696431455'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2009/01/exchange-2003-and-sharepoint-now-play.html' title='Exchange 2003 and SharePoint--now play nice!'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-6524458216423811261</id><published>2009-01-23T12:23:00.003+13:00</published><updated>2009-01-23T12:52:54.786+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='&quot;SharePoint Designer&quot;'/><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><category scheme='http://www.blogger.com/atom/ns#' term='ASP.NET'/><title type='text'>Using the Multi-View Control</title><content type='html'>I had a student the other day who had need of this, and I had to dig it out of the far reaches of my memory (I don't do a lot of individual page/report design work). But It's pretty useful, so I thought I'd toss it out there for everyone else.&lt;br /&gt;&lt;br /&gt;There are times when you want to have a lot of information easily accessible on a page within your SharePoint site, but there's too much to put on a single page for whatever reason (not enough screen real estate, visual layout is too cluttered etc.).&lt;br /&gt;&lt;br /&gt;There are quite a few ways of coping with this, ranging from creating separate pages to using filters and audience targeting and all sorts of other options. I have found using the MultiView control to be useful, especially when building reports and dashboards.&lt;br /&gt;&lt;br /&gt;The MultiView control allows you to create multiple views, putting whatever information and web parts in those views you like and then use navigation controls to switch between them. One gotcha--at a bare minimum you will need to use SharePoint Designer to edit the page that use the controls. Below is a very basic primer on how to create a MultiView section, create the views inside it and use links/buttons to provide some navigation. Keep in mind there are other ways to provide the navigation, but I'm not trying to be comprehensive. I'm going for quick and easy here.&lt;br /&gt;&lt;br /&gt;1. Open/create the .aspx page you want to put the control into with SharePoint Designer.&lt;br /&gt;&lt;br /&gt;2. Locate the space where you want to put the views.&lt;br /&gt;&lt;br /&gt;3. From the "Standard" group in the ASP.NET Controls in the Toolbox, add the &lt;strong&gt;MultiView&lt;/strong&gt; control into that space you identified in Step 2.&lt;br /&gt;&lt;br /&gt;4. In the properties for the MultiView control, locate the "ActiveViewIndex" property and set it to 0 (zero). This will display the first view you create. The default value is "-1" which makes all the views hidden.&lt;br /&gt;&lt;br /&gt;5. In the white space of the MultiView control, add the number of View controls you need (1 for each view. You will find the &lt;strong&gt;View&lt;/strong&gt; control in the same group as the &lt;strong&gt;MultiView&lt;/strong&gt; control in the Toolbox. The only thing that can be put into the MultiView control are &lt;strong&gt;View&lt;/strong&gt; controls.&lt;br /&gt;&lt;br /&gt;6. Each View has an "ID" property that should be set, and will need to be unique with in the set of views for the MultiView control. The default will probably read something like "View1". A more informative name is probably useful.&lt;br /&gt;&lt;br /&gt;7. Each View on your page should have some space to insert controls and web parts. This is where you will put your tables/web part zones/web parts/whatever you want in that view.&lt;br /&gt;&lt;br /&gt;8. As part of each view you may choose to put your navigation buttons/links. By putting them inside the views, you can make easy use of the builtin properties and methods for navigation that are available to you. There are ways to manage the navigation from outside the MultiView control and the Views, but they are more complex to implement and will require more coding.&lt;br /&gt;&lt;br /&gt;9. In each view a Button or LinkButton control for each view. (i.e if you have 3 views inside the MultiView, add three buttons). You may choose to do this once and then copy/paste from one view into the others.&lt;br /&gt;&lt;br /&gt;10. For each button, adjust the following properties:&lt;br /&gt;&lt;strong&gt;Text:&lt;/strong&gt; &lt;em&gt;Name of the View the button is going to switch to&lt;name&gt;&lt;br /&gt;&lt;/em&gt;&lt;strong&gt;CommandName:&lt;/strong&gt; SwitchViewByID&lt;br /&gt;&lt;strong&gt;CommandArgument&lt;/strong&gt;: &lt;em&gt;ID (the property you set) of the View the button is going to switch to&lt;id&gt;&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;11. Once complete, save your work and preview the page.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-6524458216423811261?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/6524458216423811261/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=6524458216423811261' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/6524458216423811261'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/6524458216423811261'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2009/01/using-multi-view-control.html' title='Using the Multi-View Control'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-8418314252544451172</id><published>2009-01-16T16:00:00.002+13:00</published><updated>2009-01-16T16:05:12.731+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WSS 3.0'/><category scheme='http://www.blogger.com/atom/ns#' term='Alerts'/><category scheme='http://www.blogger.com/atom/ns#' term='MOSS'/><title type='text'>A quick tip for lists and libraries</title><content type='html'>A lot of people have never realized this, but it is possible to set up alerts for other people.&lt;br /&gt;&lt;br /&gt;If you have the Manage List permission on a list and library, you can set up alerts that go to others.&lt;br /&gt;&lt;br /&gt;This is especially handy if you are setting up a list/library that is using content approval and you don't want to use a workflow. &lt;br /&gt;&lt;br /&gt;The process is identical to setting up an alert for yourself, with the exception that you can select other people (you can include yourself, but you don't have to) to be the recipients of the email.&lt;br /&gt;&lt;br /&gt;Nothing earthshattering  here, but something I've found handy along the way.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-8418314252544451172?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/8418314252544451172/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=8418314252544451172' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/8418314252544451172'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/8418314252544451172'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2009/01/quick-tip-for-lists-and-libraries.html' title='A quick tip for lists and libraries'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-6720178806428718074</id><published>2009-01-04T19:29:00.001+13:00</published><updated>2009-01-04T19:30:39.094+13:00</updated><title type='text'>Happy New Year</title><content type='html'>I didn't have too many New Year's resolutions this year--&lt;br /&gt;&lt;br /&gt;Really, only three:&lt;br /&gt;1.  Write the book I've been meaning to write.&lt;br /&gt;2.  Be disciplined about my exercise (I've been totally slack and I can feel it).&lt;br /&gt;3.  Keep my blogs up to date (defined as at least one post per week).&lt;br /&gt;&lt;br /&gt;It's really only number three that's relevant here--so this is post 1.&lt;br /&gt;&lt;br /&gt;I don't start work until the 12th, so I'm not even thinking about anything technical at the moment.  See you next week!&lt;br /&gt;&lt;br /&gt;I hope anyone who stumbles across this had a Happy New Year, and I wish you all the best in the upcoming year.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;James&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-6720178806428718074?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/6720178806428718074/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=6720178806428718074' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/6720178806428718074'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/6720178806428718074'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2009/01/happy-new-year.html' title='Happy New Year'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-7751074546937160341</id><published>2008-01-29T15:23:00.000+13:00</published><updated>2008-01-29T15:27:39.070+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WSS 3.0'/><category scheme='http://www.blogger.com/atom/ns#' term='SharePoint'/><category scheme='http://www.blogger.com/atom/ns#' term='WSS Book'/><title type='text'>Mastering WSS 3.0 is here</title><content type='html'>C A Callahan's book on WSS has finally dropped. Woohoo!!&lt;br /&gt;&lt;br /&gt;Those of you who know me might remember that contributed to that effort. I'm really thrilled to be a part of it, and thrilled for Callahan.&lt;br /&gt;&lt;br /&gt;If you want to know anything about WSS 3.0 go check it out &lt;a href="http://www.amazon.com/Mastering-Windows-SharePoint-Services-3-0/dp/0470127287/ref=pd_bbs_sr_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1200517147&amp;amp;sr=8-1"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;And if you want any supporting information, check out Callahan's WSS 3.0 blog, complete with podcasts &lt;a href="http://servergrrl.blogspot.com/"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I hope everyone is having a good January.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;James&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-7751074546937160341?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/7751074546937160341/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=7751074546937160341' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/7751074546937160341'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/7751074546937160341'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2008/01/mastering-wss-30-is-here.html' title='Mastering WSS 3.0 is here'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-7439914626525734696</id><published>2007-11-07T10:19:00.000+13:00</published><updated>2007-11-07T10:24:00.884+13:00</updated><title type='text'>Stop the Presses!  Or at least, pause the internet!</title><content type='html'>Microsoft has finally announced their new Enterprise Search products, going head to head with Google and Google Mini.&lt;br /&gt;&lt;br /&gt;In addition to the search capabilities found in MOSS, you can now purchase/acquire just the search without the rest of MOSS (although the rest of MOSS can be extremely useful!).&lt;br /&gt;&lt;br /&gt;They are offering two products, Microsoft Search Service 2008 (MSS) and Microsoft Search Service 2008 Express (MSSE).  Here's the best part--the MSSE is FREE!&lt;br /&gt;&lt;br /&gt;To see a full announcement, click &lt;a href="http://blogs.msdn.com/enterprisesearch/archive/2007/11/06/announcing-microsoft-search-server-2008-express.aspx"&gt;Here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I'll post more on this later.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-7439914626525734696?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/7439914626525734696/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=7439914626525734696' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/7439914626525734696'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/7439914626525734696'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2007/11/stop-presses-or-at-least-pause-internet.html' title='Stop the Presses!  Or at least, pause the internet!'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-1022513416874786655</id><published>2007-11-02T09:26:00.000+13:00</published><updated>2007-11-02T11:17:59.864+13:00</updated><title type='text'>It's Movember Time!</title><content type='html'>I'm taking part in the "Movember" challenge to raise funds to help fight Prostate Cancer, by growing my "Mo" all this month.&lt;br /&gt;&lt;br /&gt;Please support me and this cause by going to &lt;a href="https://www.movember.com/nz/donate/donate-details.php?action=showrego&amp;amp;rego=118857&amp;amp;country=nz" target="_blank"&gt;the Movember website&lt;/a&gt; and sponsoring me and my mo.&lt;br /&gt;&lt;br /&gt;Thanks in advance your all of your support and pledges!&lt;br /&gt;&lt;br /&gt;cheers,&lt;br /&gt;James&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-1022513416874786655?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/1022513416874786655/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=1022513416874786655' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/1022513416874786655'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/1022513416874786655'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2007/11/its-movember-time.html' title='It&apos;s Movember Time!'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-5266704062626369962</id><published>2007-10-31T17:07:00.000+13:00</published><updated>2007-10-31T17:08:45.575+13:00</updated><title type='text'>SharePoint Planning docs in one place</title><content type='html'>&lt;a href="http://itfootprint.wordpress.com/2007/10/05/sharepoint-planning-worksheets-in-one-place/"&gt;http://itfootprint.wordpress.com/2007/10/05/sharepoint-planning-worksheets-in-one-place/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Great blog that has links to the most useful planning worksheets for SharePoint installs nicely organized and summarized.&lt;br /&gt;&lt;br /&gt;Awesome!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-5266704062626369962?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/5266704062626369962/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=5266704062626369962' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/5266704062626369962'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/5266704062626369962'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2007/10/sharepoint-planning-docs-in-one-place.html' title='SharePoint Planning docs in one place'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-9048738260503003603</id><published>2007-08-14T10:21:00.000+12:00</published><updated>2007-08-14T10:25:54.780+12:00</updated><title type='text'>MCT Dinner in Auckland</title><content type='html'>Thanks to Marie, Mark, Kyle and Greg for coming out last night.  I had a good time catching up with Marie, Mark and Kyle.  It was great to meet you Greg.&lt;br /&gt;&lt;br /&gt;I hope you all have a great rest of TechEd!&lt;br /&gt;&lt;br /&gt;Craig--where were you?&lt;br /&gt;&lt;br /&gt;Ta&lt;br /&gt;jf&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-9048738260503003603?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/9048738260503003603/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=9048738260503003603' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/9048738260503003603'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/9048738260503003603'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2007/08/mct-dinner-in-auckland.html' title='MCT Dinner in Auckland'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-6669589969255042786</id><published>2007-08-10T23:31:00.000+12:00</published><updated>2007-08-11T00:00:29.959+12:00</updated><title type='text'>Arrggghhh!</title><content type='html'>I suspect that an update/patch/sp somewhere along the line has broken SharePoint somehow.  I've been fighting all week trying to figure out why certain site settings pages work for a little while and then stop loading, throwing a 403 error (forbidden).  If they never worked, then I'd assume that the permissions somewhere needed fixing.  But if I do an IISReset, the pages execute fine.&lt;br /&gt;&lt;br /&gt;For a little while.&lt;br /&gt;&lt;br /&gt;And then they stop.  For no obvious reason.&lt;br /&gt;&lt;br /&gt;Arrrrggggghhhh!&lt;br /&gt;&lt;br /&gt;Finally my boss Ignacio (who was also looking into the problem) found a reference to this &lt;a href="http://support.microsoft.com/kb/936867/en-us"&gt;MS kb article&lt;/a&gt; that doesn't mention this issue specifically but seems to fix the problem.  (See &lt;a href="http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=1881157&amp;SiteID=17&amp;amp;pageid=0#1955566"&gt;here&lt;/a&gt;.)&lt;br /&gt;&lt;br /&gt;If I get any better information, I'll share ASAP.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;James&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-6669589969255042786?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/6669589969255042786/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=6669589969255042786' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/6669589969255042786'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/6669589969255042786'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2007/08/arrggghhh.html' title='Arrggghhh!'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-1008970719305662565</id><published>2007-08-06T11:22:00.000+12:00</published><updated>2007-08-06T13:03:05.434+12:00</updated><title type='text'>Browser me this . . .</title><content type='html'>Not a question I run across a lot, but I do run across it from time to time: What browser can I use with SharePoint?&lt;br /&gt;&lt;br /&gt;This &lt;a href="http://blogs.msdn.com/sharepoint/archive/2006/07/19/improvements-in-web-browser-compatibility.aspx"&gt;link&lt;/a&gt; is about a year old and based around betas, but it at least gives a rough indication as to which browsers you can/cannot expect a reasonable experience with.&lt;br /&gt;&lt;br /&gt;Thanks to &lt;a href="http://blogs.ameriteach.com/chris-randall/"&gt;Chris Randall &lt;/a&gt;for bringing this to the attention of readers of an MCT newsgroup.&lt;br /&gt;&lt;br /&gt;However, as always, mileage may vary.&lt;br /&gt;&lt;br /&gt;If anyone has a more current/up-to-date link, let me know and I will happily update this post.&lt;br /&gt;&lt;br /&gt;jf&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-1008970719305662565?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/1008970719305662565/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=1008970719305662565' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/1008970719305662565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/1008970719305662565'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2007/08/browser-me-this.html' title='Browser me this . . .'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-4602133582698333245</id><published>2007-07-31T01:38:00.000+12:00</published><updated>2008-11-14T09:59:26.546+13:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MOSS Search'/><title type='text'>Folder specific search scopes in MOSS</title><content type='html'>You may have noticed that MOSS automatically generates some dynamic scopes out of the box, what I like to call the context scopes, "This Site:" and "This List:". And these are really really useful.&lt;br /&gt;&lt;br /&gt;But what if you want/need to limit a search to a specific folder inside a library?&lt;br /&gt;Unfortunately, MOSS doesn't do that on the fly for you. However, it can be done manually.&lt;br /&gt;&lt;br /&gt;Scopes can be set either at a farm or shared service level, or at a site collection level. If you are creating a scope for a single folder in a single library, the site collection level might be most appropriate.&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;Open the Top Level Site Settings for a site in your site collection (Site Actions, Site Settings, Go to Top Level Site Settings) or from your top level site (Site Action&lt;a href="http://1.bp.blogspot.com/_1uQFzXz5g3s/Rq6krxOhn9I/AAAAAAAAAAM/lS7SGq5REww/s1600-h/SiteCollectionAdmin.GIF"&gt;&lt;img id="BLOGGER_PHOTO_ID_5093189300458201042" style="FLOAT: right; MARGIN: 0px 0px 10px 10px; CURSOR: hand" alt="" src="http://1.bp.blogspot.com/_1uQFzXz5g3s/Rq6krxOhn9I/AAAAAAAAAAM/lS7SGq5REww/s320/SiteCollectionAdmin.GIF" border="0" /&gt;&lt;/a&gt;s, Site Settings, Modify all Site Settings).&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Find the column labelled "Site Collection Administration" and click on the "Search Scopes" link.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Click on the button labelled "New Scope" to create your new scope.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Give your new scope a Title (and description if you so desire), and make sure you tick the box so it is added to the "Search Dropdown" display group (at a minimum, you can put in more if you like). This will make the scope appear in the dropdown lists for the search ribbons that show up on your SharePoint pages. In this scenario, you probably won't require a different results page, so leave that setting alone. Click on "OK".&lt;br /&gt;&lt;/li&gt;&lt;li&gt;This takes you back to the Search Scope pages. Now you will see your new scope listed in the display groups you made it a part of. You will also note that in the "Update Status" column it says "Empty - Add rules". You will need to define what is included in the scope. Click on the "Add rules" link in that column.&lt;/li&gt;&lt;img id="BLOGGER_PHOTO_ID_5093191928978186226" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://1.bp.blogspot.com/_1uQFzXz5g3s/Rq6nExOhn_I/AAAAAAAAAAc/gt8gAMzmPxk/s320/emptyrule.GIF" border="0" /&gt;&lt;br /&gt;&lt;li&gt;This brings up the Add Scope Rule page. On this page you will want to set the Scope Rule Type to "Web Address" and then put the url for the folder you want to search. See below for an example. When you are done, click on "OK".&lt;/li&gt;&lt;img id="BLOGGER_PHOTO_ID_5093194003447390242" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://4.bp.blogspot.com/_1uQFzXz5g3s/Rq6o9hOhoCI/AAAAAAAAAA0/bkjgjUqYILc/s400/addscoperule.GIF" border="0" /&gt;&lt;br /&gt;&lt;li&gt;This will take you back to the View Scopes page, and now in the Update Status column for your scope, you will see a message that the scope will be ready after the next update. After that update runs, your scope will now show up in the drop-down boxes for searches in that Site Collection.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;James&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-4602133582698333245?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/4602133582698333245/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=4602133582698333245' title='56 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/4602133582698333245'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/4602133582698333245'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2007/07/folder-specific-search-scopes-in-moss.html' title='Folder specific search scopes in MOSS'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_1uQFzXz5g3s/Rq6krxOhn9I/AAAAAAAAAAM/lS7SGq5REww/s72-c/SiteCollectionAdmin.GIF' height='72' width='72'/><thr:total>56</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-6502868488833341238</id><published>2007-07-30T09:41:00.000+12:00</published><updated>2007-07-30T09:46:34.197+12:00</updated><title type='text'>Calling all NZ MCT's</title><content type='html'>I'm trying to organize an MCT dinner for any MCTs who are either Auckland based or will be in Auckland for TechEd.  If you fit either of those categories, can you please go the .Teched.Anz MCT newsgroup, and reply to the thread "Any NZ MCTs going to TechEd NZ".&lt;br /&gt;&lt;br /&gt;Details, as far as we have them are there.&lt;br /&gt;&lt;br /&gt;Cheers!&lt;br /&gt;Tell you friends (at least those friends that are MCTs!)&lt;br /&gt;&lt;br /&gt;James&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-6502868488833341238?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/6502868488833341238/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=6502868488833341238' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/6502868488833341238'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/6502868488833341238'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2007/07/calling-all-nz-mcts.html' title='Calling all NZ MCT&apos;s'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-7456717380802651989</id><published>2007-07-23T22:54:00.000+12:00</published><updated>2007-07-24T16:03:18.145+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WSS Book'/><title type='text'>WSS 3.0 Book</title><content type='html'>Check out &lt;a href="http://www.amazon.com/Mastering-Windows-SharePoint-Services-3-0/dp/0470127287/ref=pd_bbs_sr_1/104-5531131-5167936?ie=UTF8&amp;s=books&amp;qid=1185187862&amp;sr=8-1"&gt;Mastering Windows SharePoint Services 3.0&lt;/a&gt;. This book could be the comprehensive WSS 3.0 reference guide.  And it will be an interesting read.&lt;br /&gt;&lt;br /&gt;C.A. Callahan (the author) is a friend of mine and she has been working her a** off to get this thing done and do it well.  And she didn't have a very big a** to start with.  (Sorry C.A.--couldn't resist).  If there is something in there, you can bet your sweet bippy that it's in there for good reason and what she says will be right.&lt;br /&gt;&lt;br /&gt;In the interest of full disclosure, I should probably mention that I wrote one of the chapters for the book.  Nowhere near enough to get my name on the cover, but I think I get mentioned in the credits somewhere.  Despite that, this is an awesome book that will be incredibly useful for anyone who has to work with WSS.&lt;br /&gt;&lt;br /&gt;BTW--check out her blog for more useful info.  It's in my links list on the right hand side, or you can get to it &lt;a href="http://callahansspace.spaces.live.com"&gt;Here&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-7456717380802651989?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/7456717380802651989/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=7456717380802651989' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/7456717380802651989'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/7456717380802651989'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2007/07/wss-30-book.html' title='WSS 3.0 Book'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-6960064326602662553</id><published>2007-07-23T22:19:00.000+12:00</published><updated>2007-07-23T22:30:15.012+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Content Type'/><category scheme='http://www.blogger.com/atom/ns#' term='WSS'/><category scheme='http://www.blogger.com/atom/ns#' term='MOSS'/><title type='text'>Fun with Content Types</title><content type='html'>Here's a little tip for all of you SharePoint fans out there--&lt;br /&gt;&lt;br /&gt;Remember that you can reduce the time and effort involved in creating and managing your custom content types by using a custom content type as the parent.&lt;br /&gt;&lt;br /&gt;In other words, put all of your common metadata in a single content type, and then create document or task specific content types that are based upon the one you created before.&lt;br /&gt;&lt;br /&gt;Also make sure you put your custom content types at a high enough level so you can use your content types everywhere you wish.&lt;br /&gt;&lt;br /&gt;Here's a &lt;a href="http://office.microsoft.com/en-us/sharepointtechnology/HA100974931033.aspx"&gt;link&lt;/a&gt; to a good overview of how to create content types.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-6960064326602662553?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/6960064326602662553/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=6960064326602662553' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/6960064326602662553'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/6960064326602662553'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2007/07/fun-with-content-types.html' title='Fun with Content Types'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-6220646861509196174</id><published>2007-07-13T16:28:00.000+12:00</published><updated>2007-07-23T22:18:37.464+12:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Search'/><category scheme='http://www.blogger.com/atom/ns#' term='MOSS'/><title type='text'>Searching MOSS from Office</title><content type='html'>To add a SharePoint Search Centre service to the list of sources to be searched via Office, you will need to do the following:&lt;br /&gt;&lt;br /&gt;1.  Open up the Office Application, and then open up the research pane.&lt;br /&gt;2.  At the bottom of the Research Pane there will be an option labelled "Research Options".  Click on it.&lt;br /&gt;3.  In the "Research Options" dialog box, click onthe button labelled "Add Services"&lt;br /&gt;4.  This will open another diallog box named "Add Services".  In the "Address" text box enter in the URL of your search service.  &lt;br /&gt;&lt;br /&gt;In SharePoint 2007,this url is http://yoursitenamehere/_vti_bin/Search.asmx&lt;br /&gt;&lt;br /&gt;Now users can search MOSS's indexes straight from their Office Application&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-6220646861509196174?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/6220646861509196174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=6220646861509196174' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/6220646861509196174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/6220646861509196174'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2007/07/searching-moss-from-office.html' title='Searching MOSS from Office'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-115387058412642039</id><published>2006-07-26T11:36:00.000+12:00</published><updated>2006-07-26T11:39:21.156+12:00</updated><title type='text'>Just a little something for those of you using Virtual Server</title><content type='html'>I got this from MCPMag online. I can’t say I read it faithfully every day, but I get lots of good tips and tricks from here.&lt;br /&gt;&lt;br /&gt;http://mcpmag.com/columns/article.asp?EditorialsID=1413&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-115387058412642039?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/115387058412642039/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=115387058412642039' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/115387058412642039'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/115387058412642039'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2006/07/just-little-something-for-those-of-you.html' title='Just a little something for those of you using Virtual Server'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-115223604515455103</id><published>2006-07-07T12:45:00.000+12:00</published><updated>2006-07-07T13:34:05.236+12:00</updated><title type='text'>Finding e-mail addresses in AD</title><content type='html'>This is a great tip from another Exchange trainer.&lt;br /&gt;&lt;br /&gt;All hail to the conquering Barat!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.exchangepedia.com/blog/2006/03/how-to-find-email-address-in-active.html"&gt;http://www.exchangepedia.com/blog/2006/03/how-to-find-email-address-in-active.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-115223604515455103?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/115223604515455103/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=115223604515455103' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/115223604515455103'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/115223604515455103'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2006/07/finding-e-mail-addresses-in-ad.html' title='Finding e-mail addresses in AD'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-114310730388398266</id><published>2006-03-23T21:43:00.000+12:00</published><updated>2006-03-23T21:48:23.896+12:00</updated><title type='text'>Vista Delayed, SQL Server 2005 and other things</title><content type='html'>Just in case you missed it--Windows Vista is being delayed, with an estimated release of January 2007.  MS is taking a fair amount of heat about this.   I don't know their full reasoning, but I'd rather have them take the time to get the OS right rather than rush it just to make the Christmas sales cycle.  Not that an OS makes a very good gift anyway.&lt;br /&gt;&lt;br /&gt;How big/used/important is SQL Server 2005 for you?  MS seems to be pushing it quite a bit, but how many people/companies are actually using it?  Does it seem worth all the fuss?&lt;br /&gt;&lt;br /&gt;What are your thoughts around ISA 2006 and Exchange 12 and Office 12?  What do you know?  What have you heard?  Drop a line to the NZMCT.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-114310730388398266?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/114310730388398266/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=114310730388398266' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/114310730388398266'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/114310730388398266'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2006/03/vista-delayed-sql-server-2005-and.html' title='Vista Delayed, SQL Server 2005 and other things'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-113392726368623592</id><published>2005-12-07T16:47:00.000+13:00</published><updated>2005-12-07T16:47:43.706+13:00</updated><title type='text'>Windows 2003 R2 has gone RTM!</title><content type='html'>&lt;div class=Section1&gt;  &lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt; font-family:Arial'&gt;&lt;a href="http://www.microsoft.com/presspass/press/2005/dec05/12-06WS03R2RTMPR.mspx"&gt;R2 Press Release&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt; font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt; font-family:Arial'&gt;Whoo-hooo!&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt; font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt; font-family:Arial'&gt;This is a great upgrade/release. &amp;nbsp;The DFS and replication improvements rock, and the File Server, Print Server and quota management are finally worthy of use.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt; font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt; font-family:Arial'&gt;If you haven&amp;#8217;t had a look at this, definitely go to the &lt;a href="http://www.microsoft.com/windowsserver2003/default.mspx"&gt;Windows R2 website&lt;/a&gt; and have a look around.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt; font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt; font-family:Arial'&gt;You won&amp;#8217;t be disappointed.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt; font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt; font-family:Arial'&gt;James&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p class=MsoNormal&gt;&lt;font size=2 face=Arial&gt;&lt;span style='font-size:10.0pt; font-family:Arial'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;  &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-113392726368623592?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/113392726368623592/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=113392726368623592' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/113392726368623592'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/113392726368623592'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2005/12/windows-2003-r2-has-gone-rtm.html' title='Windows 2003 R2 has gone RTM!'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-113342986418619280</id><published>2005-12-01T22:34:00.000+13:00</published><updated>2005-12-01T22:37:44.186+13:00</updated><title type='text'>Removing VMs</title><content type='html'>Did you ever notice how there is a "registervm" switch for Virtual PC but no removal equivalent?&lt;br /&gt;&lt;br /&gt;Quick way to remove the registered vms:&lt;br /&gt;&lt;br /&gt;del "%userprofile%\Application Data\Microsoft\Virtual PC\Virtual Machines\*.lnk"&lt;br /&gt;&lt;br /&gt;enjoy!&lt;br /&gt;&lt;br /&gt;James&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-113342986418619280?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/113342986418619280/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=113342986418619280' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/113342986418619280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/113342986418619280'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2005/12/removing-vms.html' title='Removing VMs'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-113342964778427265</id><published>2005-12-01T22:25:00.000+13:00</published><updated>2005-12-01T22:34:07.786+13:00</updated><title type='text'>Registering VPCs</title><content type='html'>Here's a quick and easy script to register all the vpcs in a given folder.&lt;br /&gt;&lt;br /&gt;Caveats:  For this to work, it must be in the same folder as the virtual pc settings files (&lt;em&gt;xxx.vmc&lt;/em&gt;).  It also works better if VirtualPC has already been started.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;color:#ffcc66;"&gt;Option Explicit&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;color:#ffcc66;"&gt;Dim oFSO, oShellDim sVPCPath, sImage, sVM, sVPC, sCmd, sExtDim f, f1, fc&lt;br /&gt;&lt;br /&gt;'Get Absolute Path&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;color:#ffcc66;"&gt;Set oFSO = Createobject("scripting.FilesystemObject")&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;color:#ffcc66;"&gt;sVPCPath = oFSO.GetAbsolutePathName("")&lt;br /&gt;&lt;br /&gt;'Start Virtual PC&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;color:#ffcc66;"&gt;Set oShell = CreateObject("WScript.Shell")&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;color:#ffcc66;"&gt;sVPC = Chr(34) &amp; "c:\program files\microsoft virtual pc\virtual pc.exe" &amp;amp; Chr(34)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;color:#ffcc66;"&gt;oShell.Run (sVPC &amp; " -quiet")&lt;br /&gt;&lt;br /&gt;'Build list of vmc files and register them&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;color:#ffcc66;"&gt;Set f = ofso.GetFolder(sVPCPath)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;color:#ffcc66;"&gt;Set fc = f.Files   &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;color:#ffcc66;"&gt;For Each f1 in fc     &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;color:#ffcc66;"&gt; sExt = oFSO.GetExtensionName(f1)     &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;color:#ffcc66;"&gt;If sExt = "vmc" Then       &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;color:#ffcc66;"&gt; sCmd = sVPC &amp; "-registervm " &amp;amp; Chr(34) &amp; sVPCPath &amp;amp; "\" &amp; f1.Name &amp;amp; Chr(34)      oShell.Run (sCMD)     &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;color:#ffcc66;"&gt;sCmd = ""     &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;color:#ffcc66;"&gt;End If   &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:arial;font-size:85%;color:#ffcc66;"&gt;Next&lt;br /&gt;&lt;br /&gt;WScript.Echo ("All vpcs registered")&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-113342964778427265?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/113342964778427265/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=113342964778427265' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/113342964778427265'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/113342964778427265'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2005/12/registering-vpcs.html' title='Registering VPCs'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-19479152.post-113342835013880518</id><published>2005-12-01T22:05:00.000+13:00</published><updated>2005-12-01T22:12:30.140+13:00</updated><title type='text'>Welcome</title><content type='html'>to the NZ MCT blog of James Finley.&lt;br /&gt;&lt;br /&gt;I work primarily as an MCT for Auldhouse Computer Training.  I specialize in Windows Servers, Exchange and ISA.  I also spend time with scripting, MOM and Virtual Server/Virtual PC.&lt;br /&gt;&lt;br /&gt;Over time I'd like to turn this into a resource for the IT community in NZ.  Please send me your links, recommendations, questions etc.&lt;br /&gt;&lt;br /&gt;I can't promise that I'll have all the answers, but as the community grows, hopefully we'll gain the benefits of collective knowledge.&lt;br /&gt;&lt;br /&gt;Cheers!&lt;br /&gt;James&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/19479152-113342835013880518?l=nzmct.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://nzmct.blogspot.com/feeds/113342835013880518/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=19479152&amp;postID=113342835013880518' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/113342835013880518'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/19479152/posts/default/113342835013880518'/><link rel='alternate' type='text/html' href='http://nzmct.blogspot.com/2005/12/welcome.html' title='Welcome'/><author><name>James</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://photos1.blogger.com/img/208/4130/640/jfsouthpark.jpg'/></author><thr:total>0</thr:total></entry></feed>
