diff --git a/reference/ps-modules/Microsoft.PowerShell.SecretManagement/Set-Secret.md b/reference/ps-modules/Microsoft.PowerShell.SecretManagement/Set-Secret.md index 8986c41..2192dc6 100644 --- a/reference/ps-modules/Microsoft.PowerShell.SecretManagement/Set-Secret.md +++ b/reference/ps-modules/Microsoft.PowerShell.SecretManagement/Set-Secret.md @@ -1,7 +1,7 @@ --- external help file: Microsoft.PowerShell.SecretManagement.dll-Help.xml Module Name: Microsoft.PowerShell.SecretManagement -ms.date: 10/18/2023 +ms.date: 01/29/2025 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.secretmanagement/set-secret?view=ps-modules&wt.mc_id=ps-gethelp schema: 2.0.0 --- @@ -291,7 +291,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable When you run `Set-Secret` with the **Name** parameter to specify the name of the secret, the cmdlet calls `GetSecret()` that's implemented by the vault extension. `Set-Secret` passes through the name -as provided by the user. The vault extension looks up the secret by that name. If `GetGecret()` +as provided by the user. The vault extension looks up the secret by that name. If `GetSecret()` returns a match, `Set-Secret` overwrites the secret unless you use the **NoClobber** parameter. The vault extension always writes the secret information it receives.