Has anybody had any luck with this tool? (http://www.microsoft.com/downloads/details.aspx?FamilyID=dcce0536-7edc-40b4-9950-8b6906abda2d&DisplayLang=en) I'm trying to run any of the commands straight from the manual that comes with it and I keep getting syntax errors. I'm literally copying and pasting the example commands straight from the Word doc into my command line (replacing my own server name, of course) and it returns an invalid syntax message. Here's what the manual says: To list all IP address configured on the global deny list ipsec -d domain controller -o e -r deny Example The following example lists all IP addresses on the global deny list: ipsec –d DC1 –o e –r deny Here's what I'm typing and receiving in my command prompt: C:\Program Files\Exchsrvr\bin>ipsec -d SERVER1 -o e -r deny Microsoft (R) Windows Script Host Version 5.6 Copyright (C) Microsoft Corporation 1996-2001. All rights reserved. Quitting: Syntax incorrect. Type 'ipsec.vbs' for usage. C:\Program Files\Exchsrvr\bin> Any clues as to what I'm doing wrong?