Get-OBMachineSetting
Updated: April 4, 2013
Applies To: Windows Server 2012
Get-OBMachineSetting
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 Windows Azure Backup to access the internet, bandwidth throttling settings, and the encryption passphrase that will be required to decrypt the files during recovery to another server.
To use Windows Azure Backup cmdlets, the user must be a member of the Administrators group or Backup Operators group.
Parameters
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. 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.OBMachineSetting
Examples
EXAMPLE 1
This example gets the machine settings for the current protected server.
PS C:\> Get-OBMachineSetting
Related topics
