Clear-RepositoryNotificationConfiguration



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