Rename-OBVolume

Rename-OBVolume

Maps a backed up volume to its new name after the operating system has been reinstalled on the backed up server.

구문

Parameter Set: Default
Rename-OBVolume [-OldVolumeName] <String> [-NewVolumeName] <String> [ <CommonParameters>]

자세한 설명

The Rename-OBVolume cmdlet maps a backed up volume to its new name after the operating system has been reinstalled on the backed up server. . This cmdlet is useful in the scenario where the operating system is reinstalled and as a result the volume GUID of a backed up volume is changed. After this cmdlet has been run the backup policy of OldVolumeName would be applied to NewVolumeName.

Note: OldVolumeName and NewVolumeName can be same if the volume GUID has changed but the volume name has not changed.

매개 변수

-NewVolumeName<String>

Identifies the name of the new volume.

별칭

none

필수 여부

true

위치

2

기본값

none

파이프라인 입력 허용 여부

false

와일드카드 문자 허용 여부

false

-OldVolumeName<String>

Identifies the name of the old volume.

별칭

none

필수 여부

true

위치

1

기본값

none

파이프라인 입력 허용 여부

True (ByValue)

와일드카드 문자 허용 여부

false

<CommonParameters>

이 cmdlet은 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable 등의 일반 매개 변수를 지원합니다. 자세한 내용은 TechNet의 about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216)

입력

입력 형식은 cmdlet으로 파이프할 수 있는 개체의 형식입니다.

  • None

출력

출력 형식은 cmdlet 실행 시 출력되는 개체의 형식입니다.

  • Microsoft.Internal.CloudBackup.Commands.OBVolume

EXAMPLE 1

This example maps E: to an older volume D:. Policy details such as files to included/exclude in backup for older volume D: would now be applied to E:

PS C:\> Rename-OBVolume D: E: