Get-SCOMNotificationChannel
Retrieves notification channels for the management group.
Get-SCOMNotificationChannel
[-SCSession <Connection[]>]
[-ComputerName <String[]>]
[-Credential <PSCredential>]
[<CommonParameters>]
Get-SCOMNotificationChannel
[-DisplayName] <String[]>
[-SCSession <Connection[]>]
[-ComputerName <String[]>]
[-Credential <PSCredential>]
[<CommonParameters>]
The Get-SCOMNotificationChannel cmdlet retrieves the notification channels for the management group. Notification channels inform administrators of an alert, or they run automation in response to an alert. A notification channel uses a delivery mechanism in System Center - Operations Manager, such as email, instant message, Short Message Service, or command, to deliver notifications.
PS C:\>Get-SCOMNotificationChannel
This command gets all notification channels.
PS C:\>Get-SCOMNotificationChannel -DisplayName "Email channel"
This command gets the notification channel named Email channel.
PS C:\>Get-SCOMNotificationChannel -DisplayName "MyCustomChannel"
This command gets the notification channel named MyCustomChannel.
Specifies an array of names of computers. The cmdlet establishes temporary connections with management groups for these computers. You can use NetBIOS names, IP addresses, or fully qualified domain names (FQDNs). To specify the local computer, type the computer name, localhost, or a dot (.).
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies a PSCredential object for the management group connection.
To obtain a PSCredential object, use the Get-Credential cmdlet.
For more information, type "Get-Help Get-Credential
".
If you specify a computer in the ComputerName parameter, use an account that has access to that computer.
The default is the current user.
Type: | PSCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies the display name of a channel.
Type: | String[] |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies an array of Connection objects. To obtain a Connection object, use the Get-SCManagementGroupConnection cmdlet.
Type: | Connection[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |