< Back

Get-AzureRmBackupVaultCredentials

Tue Jan 29, 2019 9:34 pm

NAME Get-AzureRmBackupVaultCredentials



SYNOPSIS

Downloads the vault credentials file for a Backup vault.





SYNTAX

Get-AzureRmBackupVaultCredentials [-Vault] <AzureRMBackupVault> [-TargetLocation] <String> [-DefaultProfile <IAzureContextContainer>]

[<CommonParameters>]





DESCRIPTION

The Get-AzureRmBackupVaultCredentials cmdlet downloads the vault credentials file for an Azure Backup vault.



Backup uses a vault credential file to connect a server to the Azure Backup vault and register it. You must register a server before Backup can

send backup data to the vault.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-TargetLocation <String>

Specifies the destination path where this cmdlet stores the vault credentials file.



Required? true

Position? 2

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Vault <AzureRMBackupVault>

Specifies the Backup vault for which this cmdlet gets a vault credential file. To obtain an AzureRmBackupVault object, use the

Get-AzureRmBackupVault cmdlet.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

AzureRMBackupVault







OUTPUTS

String

This cmdlet returns the name of the vault credential file.





NOTES









1:















RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... redentials

Get-AzureRmBackupVault