Link to home
Start Free TrialLog in
Avatar of hypercube
hypercubeFlag for United States of America

asked on

Powershell get Credential list from a remote computer

I need to get a list of Credentials from a remote computer for each User - so I can duplicate the entries if the computer is repaced.
I don't need the entire credentials, just what they are as if one had run Manage Windows Credentials on the remote computer - or a reasonable facsimile thereof that provides the:
- Current User logged on
- Internet or network address
- User name for the target computer (I have this if necessary but it would be good to be on the list).
- Password -- I HAVE THIS.

Is there a command that will do this?  I've not found it.
SOLUTION
Avatar of Zaheer Iqbal
Zaheer Iqbal
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hypercube

ASKER

I get the sense that going down this path is to engage more stuff than I need.  
I don't need to change credentials on a remote machine.
I don't need to create credentials on a remote machine.
I only need to read/list existing credentials WITHOUT knowing what they are a priori as in User.
The ideal output would be something like:

On Computer 1 there are credentials for:
Target B: / User C:
Target C: / User D:
On computer 2 there are credentials for:
Target E: / User F:
etc.
and that's all....
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks all!