Link to home
Start Free TrialLog in
Avatar of Kasper Katzmann
Kasper KatzmannFlag for Denmark

asked on

Delete Entry in Credential Store via Script

We are in a situation where we need to delete an entry in each users Credential Store.

The entry is: MS.Outlook:UserName@domain.com:PUT (LegacyGeneric)
(LegacyGeneric) is not always present.

The clients are a mix of Win XP, 7 and 8 (only some few Win 8 machines)

I've tried to look at powershell, but couldn't find any suitable  solution.
It must be done via login script.

Any help is appreciated.
ASKER CERTIFIED SOLUTION
Avatar of oBdA
oBdA

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 Kasper Katzmann

ASKER

Yep, that's it. Unsure if it also deletes MS.Outlook entries that shouldn't be deleted. But we will test it tomorrow.

Thank's for helping me out here.