Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Nlcollings

  1. Nlcollings

    Export list of recipient policies from AD

    Solved it and script is a lot more tidy. 'on error resume next 'Open Output File 'set oFSO = wscript.Createobject("scripting.filesystemobject") 'set writeouttofile = oFSO.Opentextfile("c:\bds\output.txt", 8, True) 'Find LDAP Path Set ObjRoot = GetObject("LDAP://RootDSE") strConfigNC =...
  2. Nlcollings

    Export list of recipient policies from AD

    I need to be able to export a list of recipient policies from AD with the following fields: cn,msExchPolicyOrder,purportedSearch,gatewayProxy,disabledGatewayProxy I used csvde prior to this and it worked well however i now need to be able to format the output so have decided to use VBS. Here...

Part and Inventory Search

Back
Top