Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources: Active Threads
Viewing all articles
Browse latest Browse all 8411

Adding Windows Credential for each user

$
0
0

Still plugging away at my Powershell script to "build" a Windows 7 system.  Not finding the answers I need for this one - I need to add a Windows Credential for each user (Administrator, plus four other users).  This will allow input a proxy so our users can get out to certain websites based on our filters.

To do it manually, you go to Start > Control Panel > User Accounts and Family Safety > Credential Manager > Add a Windows Credential.  From there, I input the "Internet or network address": "proxy.___________.com", then the user, which is the same user and password for all four accounts.  Everything I'm finding online when it comes to Adding a Windows Credential all gives me "How to require your user to give a name and password when your Powershell script runs.  I'm not finding anything related to how to add them for each user account.

Any ideas?


Viewing all articles
Browse latest Browse all 8411

Trending Articles