I'm still pretty new to the powershell arena. Here's what I'm looking to do. All of our computers that are in the production environment have to go through our proxy server to connect to external websites. We have about 400 users on our network. What happens is that one of those users go to a different computer and log into it, that user does not have the ability to connect to the external websites because the proxy IP address, port, and also exceptions are not configured. I'd like to have a powershell script that I can run to put the proxy IP address, the port number, and all add IP to the exceptions list. Run this script once on a client machine and anyone that logs into that machine will have the proxy information already configured, so my group does not have to always input this proxy information per user. Is that possible?
Thanks,
J