About 10,500,000 results
Open links in new tab
  1. Get-Credential (Microsoft.PowerShell.Security) - PowerShell

    Gets a credential object based on a user name and password. [[-Credential] <PSCredential>] [<CommonParameters>] [-Message <String>] [[-UserName] <String>] [-Title <String>] …

  2. Powershell To Check Local Admin Credentials - Stack Overflow

    May 3, 2012 · All you have to do is to check that credentials are ok and that user is member of Admins group. Thank you, that is very useful, but I need to verify the account. Let me …

  3. See what a user password is through powershell for office 365

    Aug 12, 2015 · Now the way I currently reset a users password (as the office365 webapp does not allow manually setting of passwords) is to run powershell off my IT laptop with the …

  4. How to Retrieve Passwords Stored in Windows with PowerShell

    Windows Control panel gives you a glimpse into the private life of Credentials. Go to the Start Screen and type “Credentials.” That will bring up the Windows Credential Manager. It will list …

  5. powershell - Retrieving a list of passwords for local accounts on ...

    Sep 29, 2022 · Is there a way to be able to write a PowerShell script to use a .csv file to reach out to each machine and retrieve a list of the local user accounts as well as the passwords that …

  6. PS script, request for user credential, run a few commands and …

    Dec 23, 2024 · To execute commands as another user in a PowerShell script, you can use the Start-Process cmdlet with the -Credential parameter. Here's a structured way to achieve what …

  7. How to Get Credentials in PowerShell? - SharePoint Diary

    Nov 13, 2022 · Thankfully, PowerShell has a Get-Credential cmdlet that handles credentials safely and efficiently. If you have used PowerShell, you may have had to handle credentials. …

  8. Mastering PowerShell Get-Credential: A Quick Guide

    To access the properties of the credential object, you can manipulate it as follows: $password = $credential.GetNetworkCredential().Password. Here, the username can be accessed directly, …

  9. Powershell getting admin credentials : r/sysadmin - Reddit

    Mar 21, 2017 · In summary, you create a file to store your password (as an encrypted string). The following line will prompt for a password then store it in c:\mysecurestring.txt as an encrypted …

  10. How To Find The Password In Powershell Of The Computer

    May 19, 2024 · In PowerShell, we can utilize the Get-Credential cmdlet to capture and store the target user’s credentials. By using this cmdlet, we can obtain the password in an encrypted …

Refresh