Summary
Removes a recipient from the list of recipients that receive failure notification emails for the current repository
Syntax
Remove-RepositorySyncFailureRecipient [-To] <String> [<CommonParameters>]
Description
This command removes an email address as a recipient for synchronization failure messages. This command must be invoked inside a directory initialized as a repository using the Initialize-Repository command. Notification configured via the Set-RepositoryNotificationConfiguration command.
Parameters
Name | Argument | Description |
---|---|---|
To | <String> | Specifies the email address to remove |
Examples
PS C:\> Remove-RepositorySyncFailureRecipient -to someone@mycompany.com
See also
- Initialize-Repository
- Add-RepositoryFilter
- Remove-RepositoryFilter
- Get-RepositoryInfo
- Invoke-RepositorySync
- Invoke-RepositoryCleanup
- Set-RepositoryNotificationConfiguration
- Clear-RepositoryNotificationConfiguration
- Get-RepositoryNotificationConfiguration
- Show-RepositoryNotificationConfiguration
- Remove-RepositorySyncFailureRecipient
- Test-RepositoryNotificationConfiguration