Summary
Retrieves the current notification configuration
Syntax
Get-RepositoryNotificationConfiguration [<CommonParameters>]
Description
This command retrieves the current notification configuration as an object. This command must be invoked inside a directory initialized as a repository using the Initialize-Repository command. The current notification configuration must be set via the Set-RepositoryNotificationConfiguration command.
Parameters
No parameters defined.
Examples
PS C:\> $config = Get-RepositoryNotificationConfiguration
See also
- Initialize-Repository
- Add-RepositoryFilter
- Remove-RepositoryFilter
- Get-RepositoryInfo
- Invoke-RepositorySync
- Invoke-RepositoryCleanup
- Set-RepositoryNotificationConfiguration
- Clear-RepositoryNotificationConfiguration
- Show-RepositoryNotificationConfiguration
- Add-RepositorySyncFailureRecipient
- Test-RepositoryNotificationConfiguration