Summary
Clears the repository notification configuration from the current repository
Syntax
Clear-RepositoryNotificationConfiguration [<CommonParameters>]
Description
This command removes notification configuration from the current repository, and as a result, notifications are turned off. This command must be invoked inside a directory initialized as a repository using the Initialize-Repository command. Please note that notification configuration must have been defined via the Set-RepositoryNotificationConfiguration command for this command to have any effect.
Parameters
No parameters defined.
Examples
PS C:\> Clear-RepositoryNotificationConfiguration
See also
- Initialize-Repository
- Add-RepositoryFilter
- Remove-RepositoryFilter
- Get-RepositoryInfo
- Invoke-RepositorySync
- Invoke-RepositoryCleanup
- Set-RepositoryNotificationConfiguration
- Get-RepositoryNotificationConfiguration
- Show-RepositoryNotificationConfiguration
- Add-RepositorySyncFailureRecipient
- Remove-RepositorySyncFailureRecipient
- Test-RepositoryNotificationConfiguration