Get-RepositoryNotificationConfiguration



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