Windows Azure Online Backup Cmdlets in Windows PowerShell

업데이트 날짜: 2015년 9월

적용 대상: Windows 10, Windows Server Technical Preview

Windows PowerShell IT(정보 기술) 전문가를 위한 이 참조 항목에서는 태스크를 스크립팅하고 자동화하는 Windows PowerShell cmdlet 사용에 대한 지원 정보를 제공합니다.

Windows Azure Online Backup

This reference provides cmdlet descriptions and syntax for all Online Backup (OB)-specific cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

cmdlet Description

Add-OBFileSpec

Adds the OBFileSpec object, which specifies the items to include or exclude from a backup, to the backup policy (OBPolicy object).

Get-OBAllRecoveryPoints

Shows the user a list of recovery points for each successful backup that was completed from a specific server.

Get-OBAlternateBackupServer

Gets the array of OBAlternateBackupServer objects, that represents all servers that are associated to the specified backup account except for the local server, upon providing valid credentials.

Get-OBFileSpec

Gets the list of OBFileSpec objects associated with the specified backup policy (OBPolicy object).

Get-OBInitialBackupCreationMethod

Gets information about how Backup creates the initial backup copy, which can be either over the network, or by using a disk you send to an Azure data center.

Get-OBJob

Gets a list of operations from a server as OBJob objects.

Get-OBMachineSetting

Gets the OBMachineSetting object for the server with respect to proxy details for accessing the internet, throttling settings and encryption passphrase that will be required to decrypt the files during recovery.

Get-OBMachineUsage

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

Get-OBNotification

Gets array of OBNotification objects which are applicable for the customer.

Get-OBPolicy

Gets the current backup policy set for the server.

Get-OBPolicyState

Gets the PolicyState of the backup policy set for the server. The state can be “Valid” “Deleted” or “paused”.

Get-OBRecoverableItem

Gets the array of OBRecoverableItem objects associated with the server.

Get-OBRecoverableSource

Specifies the username and password used for authentication to perform the operation.

Get-OBRetentionPolicy

Gets the current retention policy for backups in the backup policy (OBPolicy object).

Get-OBSchedule

Gets the OBSchedule object, which includes the days of the week and times of day to create daily backups, for the specified OBPolicy object.

New-OBFileSpec

Creates a new OBFileSpec object based on the parameters that are specified.

New-OBPagingContext

Creates a new OBPagingContext object that is used in Get-OBRecoverableItem cmdlet for Search and Browse of paginated recoverable items.

New-OBPolicy

Generates an empty OBPolicy object.

New-OBRecoverableItem

Creates a new OBRecoverableItem for the given path.

New-OBRecoveryOption

Specifies the recovery options that will apply to all the recoverable items during recovery.

New-OBRetentionPolicy

Creates a new OBRetentionPolicy specifying the number of days that the backup needs to be retained.

New-OBSchedule

Creates a new OBSchedule object based on the days of the week and times of day to create daily backups.

Remove-OBFileSpec

Removes the list of items to include or exclude from a backup, as specified by the OBFileSpec object, from a backup policy (OBPolicy object).

Remove-OBPolicy

Removes the currently set backup policy (OBPolicy object).

Rename-OBVolume

Maps a backed up volume to its new name after an operating system reinstallation of the backed up server.

Set-OBInitialBackupCreationMethod

Specifies how Backup creates an initial backup copy, which can be either over the network, or by using a disk you send to an Azure data center.

Set-OBMachineSetting

Sets a OBMachineSetting object for the server with respect to proxy details for accessing the internet, throttling settings and encryption passphrase that will be required to decrypt the files during recovery.

Set-OBPolicy

Sets the OBPolicy object as the backup policy that will be used for scheduled backups.

Set-OBPolicyState

Takes a policy input and sets the policy’s state. The state can be “Valid” “Deleted” or “paused”.

Set-OBRetentionPolicy

Sets the retention policy for the backup policy (OBPolicy object).

Set-OBSchedule

Sets the OBSchedule object, which includes the days of the week and times of day to create daily backups, for the backup policy (OBPolicy object).

Start-OBBackup

Starts a one-time backup operation based on the specified OBPolicy.

Start-OBRecovery

Recovers the array of OBRecoverableItem objects with the specified recovery options in the OBRecoverableOptions object.

Start-OBRegistration

Registers the current computer to the Online Backup Service using the credentials (username and password) created during enrollment.

Stop-OBJob

Stops the specified backup or recovery job.

참고

To list all the cmdlets that are available, use the Get-Command -Module MSOnlineBackup cmdlet.

More Information

cmdlet에 대한 자세한 내용이나 해당 구문을 확인하려면 Get-Help <cmdlet 이름> cmdlet을 사용하세요. 여기서 *<cmdlet 이름>*은 연구할 cmdlet의 이름입니다. 자세한 내용을 보려면 다음 cmdlet을 실행할 수 있습니다.

Get-Help <cmdlet 이름> -Detailed
Get-Help <cmdlet 이름> -Examples
Get-Help <cmdlet 이름> -Full