diff --git a/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearRecycleBinCommand.cs b/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearRecycleBinCommand.cs index a7ec8ddefaa..8460392ff5e 100644 --- a/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearRecycleBinCommand.cs +++ b/src/Microsoft.PowerShell.Commands.Management/commands/management/ClearRecycleBinCommand.cs @@ -19,7 +19,7 @@ namespace Microsoft.PowerShell.Commands /// This cmdlet clear all files in the RecycleBin for the given DriveLetter. /// If not DriveLetter is specified, then the RecycleBin for all drives are cleared. /// - [Cmdlet(VerbsCommon.Clear, "RecycleBin", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=524082", ConfirmImpact = ConfirmImpact.High)] + [Cmdlet(VerbsCommon.Clear, "RecycleBin", SupportsShouldProcess = true, HelpUri = "https://go.microsoft.com/fwlink/?LinkId=2109377", ConfirmImpact = ConfirmImpact.High)] public class ClearRecycleBinCommand : PSCmdlet { private string[] _drivesList; diff --git a/test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv b/test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv index 08519e6a4b0..4253a8c6e04 100644 --- a/test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv +++ b/test/powershell/engine/Help/assets/HelpURI/V3Cmdlets.csv @@ -61,7 +61,7 @@ Get-RunspaceDebug,https://go.microsoft.com/fwlink/?LinkId=403734 Wait-Debugger,https://go.microsoft.com/fwlink/?LinkId=403735 Enter-PSHostProcess,https://go.microsoft.com/fwlink/?LinkId=403736 Exit-PSHostProcess,https://go.microsoft.com/fwlink/?LinkId=403737 -Clear-RecycleBin,https://go.microsoft.com/fwlink/?LinkId=524082 +Clear-RecycleBin,https://go.microsoft.com/fwlink/?LinkId=2109377 ConvertFrom-String,https://go.microsoft.com/fwlink/?LinkId=507579 New-TemporaryFile,https://go.microsoft.com/fwlink/?LinkId=821836 New-Guid,https://go.microsoft.com/fwlink/?LinkId=526920