你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzRecoveryServicesVaultSettingsFile
获取 Azure Site Recovery 保管库设置文件。
语法
Get-AzRecoveryServicesVaultSettingsFile
[-Vault] <ARSVault>
[[-Path] <String>]
-SiteIdentifier <String>
[-Certificate <String>]
-SiteFriendlyName <String>
[-SiteRecovery]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesVaultSettingsFile
[-Vault] <ARSVault>
[[-Path] <String>]
[-Certificate <String>]
[-SiteRecovery]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesVaultSettingsFile
[-Vault] <ARSVault>
[[-Path] <String>]
[-Certificate <String>]
[-Backup]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzRecoveryServicesVaultSettingsFile cmdlet 获取 Azure Site Recovery 保管库的设置文件。
示例
示例 1:为 Azure 备份 注册 Windows Server 或 DPM 计算机
$Vault01 = Get-AzRecoveryServicesVault -Name "TestVault"
$CredsPath = "C:\Downloads"
$Credsfilename = Get-AzRecoveryServicesVaultSettingsFile -Backup -Vault $Vault01 -Path $CredsPath
第一个命令获取名为 TestVault 的保管库,然后将其存储在 $Vault 01 变量中。 第二个命令将 $CredsPath 变量设置为 C:\Downloads。 最后一个命令使用 $CredsPath Azure 备份 中的凭据获取 $Vault 01 的保管库凭据文件。
示例 2
$Credsfilename = Get-AzRecoveryServicesVaultSettingsFile -SiteRecovery -Vault $Vault01
该命令获取保管库类型 siteRecovery $Vault 01 的保管库凭据文件。
参数
-Backup
指示保管库凭据文件适用于Azure 备份。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Certificate
{{Fill Certificate Description}}
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Path
指定 Azure Site Recovery 保管库设置文件的路径。 可以从 Azure Site Recovery 保管库门户下载此文件并将其存储在本地。
类型: | String |
Position: | 2 |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-SiteFriendlyName
指定站点友好名称。 如果要下载 Hyper-V 站点的保管库凭据,请使用此参数。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-SiteIdentifier
指定站点标识符。 如果要下载 Hyper-V 站点的保管库凭据,请使用此参数。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-SiteRecovery
指示保管库凭据文件适用于 Azure Site Recovery。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Vault
指定 Azure Site Recovery 保管库对象。
类型: | ARSVault |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |