Get-OBNotification

Get-OBNotification

Gets array of OBNotification objects which are applicable for the server.

구문

Get-OBNotification [ <CommonParameters>]

자세한 설명

The Get-OBNotification cmdlet gets the array of OBNotification[] objects for the server.

The OBNotification[] object contains the following details regarding the notification.
 1)  Category of Notification
 2)  Type of Notification
 3)  Time of generation of Notification
 4)  ErrorCodes for Long and short description
 5)  ErrorMessage parameters.

If a server is unregistered with the online backup service, the event log is not cleared. This can result in notifications generated by a previous registration being returning in this array if a server is re-registered with the .

However, if the is uninstalled completely from the server the event logs are deleted.

매개 변수

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

  • None

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • Microsoft.Internal.CloudBackup.Commands.OBNotification[]

예제

EXAMPLE 1

This example gets notifications for the server.

PS C:\> Get-OBNotfication