Hello,
I need to connect the Directory tool to a network resource so that I can query all the files. The network resource address looks like this.
10.24.86.113\Data
This connection requires credentials (user and pwd).
I can do this with the Python tool and calling a system command "Net Use" (no mapped drives). My company IT folks are frowning upon this.
How do I connect to a network resource and pass the credentials?
Thanks,
Chuck