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>]
Description
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。 最後一個命令會使用 azure 備份$CredsPath中的認證,取得 $Vault 01 的保存庫認證檔案。
範例 2
$Credsfilename = Get-AzRecoveryServicesVaultSettingsFile -SiteRecovery -Vault $Vault01
此命令會取得保存庫類型 siteRecovery $Vault 01 的保存庫認證檔案。
參數
-Backup
指出保存庫認證檔案適用於 Azure 備份。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Certificate
{{填滿憑證描述}}
類型: | 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 |