About 41,400 results
Open links in new tab
  1. Get-Credential (Microsoft.PowerShell.Security) - PowerShell

    The Get-Credential cmdlet prompts the user for a password or a user name and password. You can use the Message parameter to specify a customized message for the prompt.

  2. Add Credential support to PowerShell functions - PowerShell

    Nov 17, 2022 · This article shows you how to add credential parameters to PowerShell functions and why you'd want to. A credential parameter is to allow you to run the function or cmdlet as a different …

  3. Get-Certificate (pki) | Microsoft Learn

    This example submits a certificate request for the SslWebServer template to the specific URL using the user name and password credentials. The request will have two DNS names in it.

  4. Invoke-WebRequest (Microsoft.PowerShell.Utility) - PowerShell

    PowerShell uses the data in the web request session object when establishing the new connection. To override a value in the web request session, use a cmdlet parameter, such as UserAgent or Credential.

  5. Use the SecretStore in automation - PowerShell | Microsoft Learn

    Mar 6, 2024 · This article provides an example for using a Microsoft.PowerShell.SecretStore vault in an automation scenario. A SecretStore vault provides you a way to securely store and retrieve the …

  6. Get-Credential (Microsoft.PowerShell.Security) - PowerShell

    Get-Credential コマンドレットは、ユーザーにパスワードまたはユーザー名とパスワードの入力を求めます。 Message パラメーターを使用して、プロンプトのカスタマイズされたメッセージを指定で …

  7. Add-Computer (Microsoft.PowerShell.Management) - PowerShell

    It uses the Credential parameter to specify a user account that has permission to join computers to the domain. It uses the Restart parameter to restart the computer after the join operation completes and …

  8. Use methods to accept user inputs in Windows PowerShell scripts

    This method explains multiple methods for accepting user input in a Windows PowerShell script.

  9. Clear-Tpm (TrustedPlatformModule) | Microsoft Learn

    Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.

  10. Enter-PSSession (Microsoft.PowerShell.Core) - PowerShell

    The commands in the remote user profile, including commands to add PowerShell modules and to change the command prompt, run before the remote prompt is displayed.