Get-OBMachineUsage

Get-OBMachineUsage

Gets the amount of storage consumed on by data backed-up from this server.

Syntax

Get-OBMachineUsage [ <CommonParameters>]

Detailed Description

The Get-OBMachineUsage cmdlet gets the amount of storage consumed on by data backed-up from this server. This would represent the data available across all recoverable points.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

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.OBMachineUsage

Examples

EXAMPLE 1

This example gets the storage consumed on by the current protected server.

PS C:\> Get-OBMachineUsage

Get-OBMachineSetting

Set-OBMachineUsage