Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Databases/VSSTester/Logging/Get-VSSWritersBefore.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down