The Windows 7 command-line can be used to remove all credentials from the Windows Credential Manager.

We need to know how to clear out all of the stored credentials in the Windows Credential Manager because my company needs to be activated tomorrow."SSO_POP_Device" is a problem that I can't remove via Powershell.

I have a command that will remove all credentials.The code can be found below.The CM service just restores what it remembered from before and I need to clear the credentials to use it.I know that it can be manually removed in CM, but I need a Powershell script or CMD line method to remove it for multiple users.I discovered through research that this is tied to our Microsoft accounts.

cmdkey /list is for each object.

I would expect Powershell or CMD line to scrub anything from Credential Manager, regardless of where it is stored or what it's related to.It doesn't return anything when I run cmdkey with just SSO_POP_Device remaining on the list.There are no error messages when I'm firing off random commands.