Get-NMMBackup¶
Lists backup items for an account.
Syntax¶
Description¶
The Get-NMMBackup cmdlet retrieves Azure Backup items configured for an NMM account.
Parameters¶
-AccountId¶
The NMM account ID.
| Type | Int32 |
| Required | True |
| Pipeline Input | True (ByPropertyName) |
| Aliases | id |
Examples¶
Example 1: Get all backup items¶
Example 2: Pipeline from accounts¶
Outputs¶
PSCustomObject[]
| Property | Type | Description |
|---|---|---|
| id | String | Backup item ID |
| name | String | Item name |
| protectionState | String | Protected, NotProtected |
| lastBackupTime | DateTime | Last backup |
| backupPolicy | String | Applied policy |