Windows / Code / 0x4000288d
0x4000288d
Decimal: 1073752205 · Signed: 1073752205
As HRESULT:- S: 0 (Success)
- R: 1 (Reserved, must be clear in a well-formed HRESULT)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0x288d (10381)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x288d (10381)
Associated Modules
| Module | Found in | Description |
|---|
| fsutil.exe | 1011 | ---- TIERING Commands Supported ----
clearFlags Disable tiering behavior flags of a volume
queryFlags Display the tiering behavior flags of a volume
regionList List the regions of a volume and their respective storage tiers
setFlags Enable tiering behavior flags of a volume
tierList List the storage tiers associated with a volume |
| fsutil.exe | 8.1 | ---- TIERING Commands Supported ----
queryflags Display the tiering behavior flags of a volume
setflags Enable tiering behavior flags of a volume
clearflags Disable tiering behavior flags of a volume
tierlist List the storage tiers associated with a volume
regionlist List the regions of a volume and their respective storage tiers |
| wbadmin.exe | 1011 | Syntax: WBADMIN RESTORE CATALOG
-backupTarget:{ | }
[-machine:]
[-quiet]
Description: Recovers a backup catalog for the local computer from a storage
location that you specify.
To use this command, you must be a member of the Backup Operators group
or Administrators group.
Parameters:
-backupTarget Specifies the location of the backup catalog of the system as
it was at the point after the backup was created.
-machine Specifies the name of the computer that you want to recover
the backup catalog for. Use when backups for multiple
computers have been stored at the same location. Should be
used when -backupTarget is specified.
-quiet Runs the command with no prompts to the user.
Examples:
WBADMIN RESTORE CATALOG -backupTarget:d:
WBADMIN RESTORE CATALOG -backupTarget:\\servername\share -machine:server01
Remarks: If the location (disk, DVD, or remote shared folder) where you
store your backups is damaged or lost and cannot be used to restore the
backup catalog, use WBADMIN DELETE CATALOG to delete the corrupted catalog.
In this case, you should create a new backup once your backup catalog is
deleted. |
| 3 entries |
Associated Headers