Created
April 6, 2019 00:26
-
-
Save MatthewJDavis/f975b48e1ad41a665d817c50e910658b to your computer and use it in GitHub Desktop.
Create a new aws backup vault
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Create a backup vault | |
| $VaultName = 'demo' | |
| $ProjectTag = @{'Project' = 'Demo' } | |
| New-BAKBackupVault -BackupVaultName $VaultName -BackupVaultTag $ProjectTag |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment