Get-OBNotification
Updated: April 4, 2013
Applies To: Windows Server 2012
Get-OBNotification
Syntax
Get-OBNotification [ <CommonParameters>]
Detailed Description
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 Windows Azure 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 Windows Azure Backup.
However, if the Windows Azure Backup Agent is uninstalled completely from the server the event logs are deleted.
To use Windows Azure Backup cmdlets, the user must be a member of the Administrators group or Backup Operators group.
Parameters
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
- None
Outputs
The output type is the type of the objects that the cmdlet emits.
- Microsoft.Internal.CloudBackup.Commands.OBNotification[]
Examples
EXAMPLE 1
