Questions tagged [credential-manager]

Credential Manager allows you to store credentials, such as user names and passwords that you use to log on to websites or other computers on a network.

Credential Manager allows you to store credentials, such as user names and passwords that you use to log on to websites or other computers on a network. By storing your credentials, Windows can automatically log you on to websites or other computers. Credentials are saved in special folders on your computer called vaults. Windows and programs (such as web browsers) can securely give the credentials in the vaults to other computers and websites. For information about saving credentials in a vault.

120 questions
0
votes
0 answers

How to clear "Other" credentials in Credential Manager completely with commands

My company needs to activate MFA tomorrow and we need to know how to clear out all of the stored credentials in the Windows Credential Manager. The problem credential that I can't remove via Powershell is one called "SSO_POP_Device" under "Other…
0
votes
1 answer

Can't install CredentialManager module in Powershell 5

I'm on a Windows Server 2019 can I can't install the CredentialManager with PowerShell. PS C:\> Install-Module CredentialManager I get the following error: PackageManagement\Install-Package : No match was found for the specified search criteria…
duyn9uyen
  • 9,585
  • 12
  • 43
  • 54
0
votes
0 answers

How to identify Windows Credential Manager available in the OS

I'm working on a login process for a WinForms application and was checking various options to store my app login credentials and have faced an issue on which I would like to have some help. My idea is to store the app credentials to the Windows…
Dineesh
  • 3
  • 5
0
votes
1 answer

Website can't recognize credential that was saved in Smartlock

Did setup for Smartlock for share credentials betweeen website and mobile app according to https://developers.google.com/identity/smartlock-passwords/android/associate-apps-and-sites Seems setup works fine (see Case 1). But as I understood it also…
0
votes
1 answer

How to get the browser to ask to save password and auto-fill login credentials

How can I modify my custom DNN login module so that the Browser can ask to save the password and also add the information to Web Credentials? How the module currently works is that it has a Username field with a next button. As soon as you enter the…
Tig7r
  • 525
  • 1
  • 4
  • 21
0
votes
2 answers

How to pass Windows credential in a PowerShell script?

I am writing a PS script to open a URL automatically in a Chrome browser. I created a credential object and pass it to Start-Process as below. $username = Read-Host 'What is your username?' $password = Read-Host 'What is your password?'…
0
votes
1 answer

credential manager in Windows IoT

like in desktop windows, does Microsoft provide credential manager for Windows Iot Core 10 .? If so, how to access it to store password and use it through my UWP application.?
0
votes
1 answer

Can you keep using PasswordVault instances?

I'm working with a UWP app that makes use of the PasswordVault class to store things like AWS credentials securely in the Credential Locker. In all the example code that I can find, any interaction with the locker leads to creating a new instance…
Sean
  • 564
  • 1
  • 3
  • 12
0
votes
1 answer

Get-StoredCredential is not recognized when called from an SSIS package but runs fine in PowerShell

I have an SSIS package performing a refresh process for SQL Server. This process needs to perform certain queries under a different credential set than the one running the package. I've created a set of PowerShell scripts to handle requisite…
Steve Mangiameli
  • 688
  • 7
  • 15
0
votes
1 answer

Cannot save password to credential manager when encrypted

I'm trying to save an encrypted password to the Windows Credential manager, the below code works fine for read, and I can produce a correctly encrypted string however the encrypted form of the password is never persisted. For completeness, I need to…
Simon Laing
  • 1,194
  • 7
  • 18
0
votes
2 answers

Creation of a script to remove only Generic Credentials on restart

I have an issue whereby our users are having their AD accounts locked out due to stored Generic Credentials (GC's). Issue is resolved by removing the GC's but they will return when the users log in to a new machine. I can find heaps of…
0
votes
0 answers

Windows credential provider - how to unlock a specific user

I have been playing with windows 8 credential provider to provider an alternate login mechanism for windows user. It all works fine, however, I'm trying out one specific scenario in case of multiple user accounts on the system. If a system has 2…
pree
  • 2,297
  • 6
  • 37
  • 55
0
votes
1 answer

How to integrate tableau server's credential with asp.net mvc web-server's credential ?

We can embed or place the tableau report easily inside web-page using the tableau provided script. But, tableau server has it's own credential. That's why report in the web-page provides a login popup window inside the page, which is not expected. I…
0
votes
1 answer

Can i retrieve a list of IE11's Password Vault entries?

Windows 8 have the Password Vault, where all Internet Explorer 11 passwords is saved. And there is a Credentials Manager in the Control Panel where i can read and edit these credentials. The Credential Manager do unfortunately not have a search and…
emptyother
  • 143
  • 2
  • 8
-1
votes
1 answer

CrerdWriteW storing credentials in Mandarin on Windows

I used the answer here to add credentials programmatically to Windows Credential Manager. The code is inspired by the code in the answer. When I run it however, the credentials in the cred manager show up in Mandarin. I am not sure what am I doing…
harshc
  • 97
  • 7
1 2 3 4 5 6 7
8