From fd1978186de3344f6ef25080c4d64885cd85a5b4 Mon Sep 17 00:00:00 2001 From: David Paulson Date: Wed, 18 Aug 2021 11:29:30 -0500 Subject: [PATCH] Updated to aka.ms link for COM Security --- Databases/VSSTester/Logging/Get-VSSWritersBefore.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Databases/VSSTester/Logging/Get-VSSWritersBefore.ps1 b/Databases/VSSTester/Logging/Get-VSSWritersBefore.ps1 index 64000e64e2..a9c784b004 100644 --- a/Databases/VSSTester/Logging/Get-VSSWritersBefore.ps1 +++ b/Databases/VSSTester/Logging/Get-VSSWritersBefore.ps1 @@ -56,7 +56,7 @@ function Get-VSSWritersBefore { Write-Host if ($possibleDcomPermissionIssue) { - Write-Host " - Recommend to verify local Administrators group applied to COM+ Security settings: https://microsoft.github.io/CSS-Exchange/Databases/VSSTester/#COM-Security" -ForegroundColor Cyan + Write-Host " - Recommend to verify local Administrators group applied to COM+ Security settings: https://aka.ms/VSSTester-COMSecurity" -ForegroundColor Cyan } Write-Host " - Recommend to restart MSExchangeRepl service to see if the writer comes back. If it doesn't, review the application logs for any events to determine why." -ForegroundColor Cyan