Add-VBOAzureBlobFolder
Short Description
Creates Microsoft Azure Blob folders.
Syntax
Detailed Description
This cmdlet creates Microsoft Azure Blob folders. Veeam Backup for Microsoft 365 will use these folders to keep backup files there.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Container | Specifies a Microsoft Azure Blob container. The cmdlet will create a folder in this container. | Accepts the VBOAzureBlobContainer object. To get this object, run the Get-VBOAzureBlobContainer cmdlet. | True | Named | False | False |
Name | Specifies a name of the Microsoft Azure Blob container. The cmdlet will create a new Microsoft Azure Blob folder in this container. | String | True | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBOAzureBlobContainer object that creates an array of Microsoft Azure Blob containers.
Examples
Example 1. Creating Microsoft Azure Blob Folders
This example shows how to create Microsoft Azure Blob folders.
Perform the following steps:
|
Related Commands