如何重命名保护组

应用到: System Center Data Protection Manager 2010

可使用以下步骤在 DPM 中重命名保护组。更改保护组的名称对保护配置没有影响。

重命名保护组

  1. 在 DPM 管理员控制台中,单击导航栏上的**“保护”**。

  2. 在显示窗格中选择要重命名的保护组。

  3. 在**“操作”窗格中,单击“修改保护组”**。此时将启动“修改组向导”。

  4. 单击**“下一步”**。

  5. 在**“选择数据保护方法”屏幕上,在“保护组名称”**字段中键入保护组的新名称。

  6. 单击**“下一步”**,直至退出向导为止。

    名称更改将立即生效。

使用 DPM 命令行管理程序重命名保护组

  • 使用以下语法检索保护组:

    Get-ProtectionGroup [-DPMServerName] <String> [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

  • 使用以下语法,使保护组变得可以修改:

    Get-ModifiableProtectionGroup [-ProtectionGroup] <ProtectionGroup> [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

  • 使用以下语法重命名保护组:

    Rename-ProtectionGroup [-ProtectionGroup] <ProtectionGroup> [-NewName] <String> [-PassThru] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

  • 使用以下语法保存对保护组做的更改:

    Set-ProtectionGroup [-ProtectionGroup] <ProtectionGroup> [-Async] [-TranslateDSList <Datasource[]> ] [-Verbose] [-Debug] [-ErrorAction <ActionPreference> ] [-ErrorVariable <String> ] [-OutVariable <String> ] [-OutBuffer <Int32> ]

    有关详细信息,请在 DPM 命令行管理程序中键入“Get-Help Rename-ProtectionGroup -detailed”。

    有关技术信息,请在 DPM 命令行管理程序中键入“Get-Help Rename-ProtectionGroup -full”。

另请参阅

任务

如何创建保护组

概念

使用保护组