Welcome to TechNet Blogs Sign in | Join | Help

March 2005 - Posts

For all of you who have been waiting to download the full release of Windows Server 2003 Service Pack 1, you need wait no longer! You can now download the full RTM (Release to Market) version from: http://www.microsoft.com/downloads/details.aspx?amp;displaylang=en&familyid=22CFC239-337C-4D81-8354-72593B1C1F43&displaylang=en Read More...

I have had a number of people ask me this question and am pleased to say that we were also provided with a solution by Mark Torng....

"Some users calling me with issues saying they couldn’t use outlook because the mail server was not found, also not being able to map network drives while connected to the VPN.

They could however map the network drive with the according internal IP. Right away I knew this was a DNS problem. But what was extremely puzzling, was that half the VPN users had no problem, and some couldn’t do anything. More research into this (and after banging my head against the wall a few times, and looking over every setting in my ISA 2004 firewall, and VPN) I found that our DNS wasn’t the problem, but rather the binding order of my clients.

After checking the obvious Network Connections Advanced settings to view the binding order, the Remote Access Connections was at the top of the list. BUT if you compared this to your registry

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Linkage. BIND KEY

The \Device\NdisWanIp was at the bottom of all other devices."

I personally had not come across this issue before, but other people during the recent TechNet tour mentioned the same problem. I came across the following Support Article that may help: http://support.microsoft.com/?id=311218

Mark took this a step further and supplied us all with a VBScript to help deal with the challenge (Kudos to Mark):

'Written by Mark Torng on 3/9/2005
'Adapted from scripts @ Microsoft Script Center.

'Call the Main Sub
Main()

Sub Main()
 const HKEY_LOCAL_MACHINE = &H80000002 ' Root Node that we want in the registry
 strComputer = "."       ' Computer Name  "." is equal to the local machine
 Set StdOut = WScript.StdOut    ' Setup the StdOut for writing
 
 'StdOut just writes out to the command window
 StdOut.WriteLine  "--------------------- Executing ------------------------------"
 
 'Here we're getting a reference to a registry Object so that we can read/write from/to the registry
 Set oReg = GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\default:StdRegProv")
 
 strKeyPath = "SYSTEM\CurrentControlSet\Services\Tcpip\Linkage" 'The Key Path
 strValueName = "Bind"           'The Value Inside the key that's the multi string

 'Get the list of VALUES from the registry
 oReg.GetMultiStringValue HKEY_LOCAL_MACHINE, strKeyPath, strValueName, arrValues
 
 Dim colNewVals           'dictionary object used to store the new sorted values sorted
 Set colNewVals = CreateObject("Scripting.Dictionary") 'in the order that we want them to be written back to the registry
  
 StdOut.WriteLine  "This is the original array."
 For Each strValue In arrValues
     StdOut.WriteLine  strValue
 Next
 
 StdOut.WriteLine  ""
 
 flag = false
 StdOut.WriteLine  "Grab what we were looking for."
 For Each strValue In arrValues
  If strValue = "\Device\NdisWanIp" Then
   colNewVals.Add 0, strValue
   flag = true
   StdOut.WriteLine  strValue
   Exit For
  End If    
 Next
 
 StdOut.WriteLine  ""
 
 StdOut.WriteLine  "Checking to make sure we found what we were looking for."
 If flag = false Then
  StdOut.WriteLine  "Nope exiting..."
  StdOut.WriteLine"\Device\NdisWanIp not found."
  Exit Sub
 End If
 StdOut.WriteLine  "Yep Continuing"
  
 StdOut.WriteLine  ""
 
 StdOut.WriteLine  "Read in the rest of the values."
 i = 1
 For Each strValue In arrValues
  If strValue <> "\Device\NdisWanIp" Then
   colNewVals.Add i, strValue  
   i = i + 1
   StdOut.WriteLine  strValue
  End If    
 Next
 
 StdOut.WriteLine  ""
 
 StdOut.WriteLine  "This is the new array."
 For Each strNewVal In colNewVals.Items
     StdOut.WriteLine  strNewVal
 Next
 
 StdOut.WriteLine  ""
 
 StdOut.WriteLine  "Write the values back to the registry."
 oReg.SetMultiStringValue HKEY_LOCAL_MACHINE, strKeyPath, strValueName,colNewVals.Items


 
End Sub

Just a note to all those with bookmarks and links to the blog.... I have moved to http://blogs.technet.com/brucecowper . Your old links will continue to function. The site is now also being hosted on the new Community Server. Enjoy! Read More...
A reminder to all who are planning on coming along to what should be another great event! TASK Presents "Defence in Depth" Defence in depth is the military practice of layering defences to provide added protection. Defence in depth increases security Read More...
Calling all IT Pros in Edmonton! I have been contacted by a number of people after the recent TechNet sessions in your city and there seems to be a great deal of interest in getting a usergroup running... If you are interested in getting involved, please Read More...
Many of you have asked if there is a step by step guide for configuring RPC over HTTPS. Well, the answer is a resounding Yes! Here is a link to the document on the Microsoft Site: http://support.microsoft.com/?id=833401 It makes note of the fact that Read More...
One of the challenges I often get asked about is "how can I use the Intellegent Message Filter on SBS 2003 if I am using the POP connector?" The answer is that there are many POP connectors / pullers that essentially pull down the email from a POP account Read More...
Many of you have asked how you can check for false positives (email marked as SPAM when it is legitimate) once the Intellegent Message Filter (IMF) has processed and archived it. The Archive folder is typically found at "program files\exchsrv\mailroot\vsi Read More...
What a way to round off the tour! I hope you all had as much fun as I did during the event.... What makes an event like this such a success is not necessarily great content, demos or the presenter, more often than not it is the audience and you guys Rocked! Read More...
I hope by now you all know that there is great group of people that call themselves the Calgary IT Pro User Group (CIPUG). If not, you do now - so go get involved! I had the immense pleasure of talking to the group on Monday night and hopefully you got Read More...
It was fantastic to be back and so many of you I met on the last tour came up and said Hi - what a welcome!..... I was looking forward to the great weather I was told you guys were having..... it snowed for my arrival and now it is snowing for my departure Read More...
I had a question the other day from someone saying 'why do you take the side panels off your demo computers during some of the sessions - do they run too hot :-) ?' The answer is simple - 'No, I get so many people asking me what is in side the boxes, Read More...
From your feedback it seems that the demonstrations on tools sich as the VSTM (Virtual Server Migration Toolkit) have captured a huge amount of imagination.... As you probably have noticed, I am rather passionate about Virtualisation Technololgy (and Read More...
Only one word to describe the event - Awesome! I want to thank you all for coming and making the event such a success... We also really appreciated all of the questions and feedback you gave. I for one am looking forward to the next event. I would like Read More...
Many of you have been asking how you can create ISO images from CD's, Virtual Floppy Images from floppy disks and create you own bootable CD's.... Firstly, what is an ISO image? An ISO image file is an image of a CD-ROM disk saved in ISO 9660 format . Read More...
As I flew in to Ottawa for my first visit to our nation's capital I was greeted by more than a little snow. However, the warmth of the audience soon melted away any chill. After a little bit of a slow start to the day with the help of four microphones, Read More...
Hi all, I have had a number of requests on this blog and by email from people asking how they can open up new topics for discussion. The answer at the moment is for you to email me with your suggestions and I will post them up as soon as I can. Let's Read More...
Ben Armstrong is a Program manager on the Virtual machine team here at Microsoft. He has posted another solution for backing up virtual machines more quickly and efficiently that putting them in to saved state and copying around all of the files. Essentially Read More...
It seems from the feeback we received that you liked the new format for the sessions and enjoyed the 2 presenter approach... I was a blast for us as well. The biggest thing for me from the event was the quantity and quality of the questions... So a big Read More...

I have to hold my hands up and say that I was not entirely happy with one of my answers from the Vancouver TechNet Winter Tour 2005 event Q&A session...

The question asked was 'how do you enable forms based authentication in ISA 2004 for Outlook Web Access Publishing'. The answer I gave was incorrect, so here goes:

Forms based authentication needs to be enabled on the web listener and is not part of the Mail Server Publishing Wizard. The procedure for enabling forms based authentication is:

1.

In ISA Server Management, select the Firewall Policy node. In the task pane, select the Toolbox tab and the Network Objects header.

2.

In the Network Objects header, expand Web Listeners. Double-click the Web listener you created for Outlook Web Access publishing to open its properties.

3.

On the Preferences tab, under Configure allowed authentication methods, click Authentication.

4.

In the list of authentication methods, clear any authentication method that is selected (the default is Integrated), and then select OWA Forms-Based. This establishes forms-based authentication for the Outlook Web Access Web listener, and for the mail server publishing rule that uses this listener. You use the steps that follow to configure idle session time-out and attachment control options.

5.

Under Configure OWA forms-based authentication, click Configure to open the Outlook Web Access Forms-Based Authentication dialog box.

There is a full description of the procedure for securely publishing Outlook Web Access in the document: http://www.microsoft.com/technet/prodtechnol/isa/2004/plan/owapublishing.mspx

Enjoy!

I have there

I use this site all of the time for helping me with getting operating systems running on Virtual Server / Virtual PC as some of them require specific configurations and installation steps. http://vpc.visualwin.com/ I would suggest having a look at the Read More...
Did you know that there is a repository on the TechNet site with a whole heap of scripts for controlling Virtual Servers... http://www.microsoft.com/technet/scriptcenter/scripts/vs/default.mspx Well, you do now! Many people have been asking me for scripts Read More...
I can safely say that Victoria has once again laid down the gauntlet for the rest of the cities in the tour. I have to say that I had an amazing time with a fun audience. Thanks to everyone for attending and I certainly look forward to coming back... Read More...
 
Page view tracker