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: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. 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.OBMachineUsage

Examples

EXAMPLE 1

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

PS C:\> Get-OBMachineUsage

Get-OBMachineSetting

Set-OBMachineUsage