Get-OBMachineSetting

Get-OBMachineSetting

Gets the OBMachineSetting object for the server.

Syntax

Get-OBMachineSetting [ <CommonParameters>]

Detailed Description

The Get-OBMachineSetting cmdlet gets an OBMachineSetting object for the server. This object contains the server properties settings, including proxy server settings used by to access the internet, bandwidth throttling settings, and the encryption passphrase that will be required to decrypt the files during recovery to another server.

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

Examples

EXAMPLE 1

This example gets the machine settings for the current protected server.

PS C:\> Get-OBMachineSetting

Get-OBMachineUsage

Set-OBMachineSetting