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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.