Veeam Backup & Replication v9 Update 2 – neue PowerShell Commands

In den Release Notes von Veeam Backup & Replication v9 Update 2 tauchte zu dem Punkt PowerShell Commands leider nichts auf. Daher habe ich das vor und nach dem Update von Version 9 Update 1 selbst geprüft.

Veeam hat diese Update übrigens nur ganz unscheinbar angekündigt:


Aber zurück zu unserem Thema, den PowerShell Commands in v9 Update 2. Und siehe das die Anzahl ist von 388 in v9 Update 1 auf 390 gestiegen:

PS C:\> (Get-VBRCommand).count
390

Ich freue mich sehr, dass Veeam auch in diesem Bereich die Funktionalität ihres Produktes kontinuierlich ausbaut. Mittlerweile ist das eine ganz stattlich Liste an Möglichkeiten.
Am besten bei Gelegenheit selbst ein Bild machen:

v9 Update 2 - PowerShell Commands

Get-VBRCommand

Neue PowerShell Commands in v9 Update 2

Leider hat Veeam seine PowerShell Reference Liste bezüglich der beide neuen Befehle nich nicht aktualisiert. Aber es handelt sich offenbar um Befehle für Veeam Cloud Connect Servidet Provider, um Hardware Pläne für VMware vSphere und Microsoft Hyper-V zu modifizieren.

Set-VBRHvCloudHWPlanDatastore

NAME
Set-VBRHvCloudHWPlanDatastore

SYNTAX
Set-VBRHvCloudHWPlanDatastore -CloudDatastore <VBRHvCloudHardwarePlanDatastore> [-DatastorePath <string>]
[-FriendlyName <string>] [-Quota <int>] [<CommonParameters>]
PARAMETERS
-CloudDatastore <VBRHvCloudHardwarePlanDatastore>

-DatastorePath <string>

-FriendlyName <string>

-Quota <int>

<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).
ALIASES
None
REMARKS
None

Set-VBRViCloudHWPlanDatastore

NAME
Set-VBRViCloudHWPlanDatastore

SYNTAX
Set-VBRViCloudHWPlanDatastore -CloudDatastore <VBRViCloudHardwarePlanDatastore> [-Datastore <VBRViDatastoreBase>]
[-StoragePolicy <VBRViStoragePolicy>] [-FriendlyName <string>] [-Quota <int>] [<CommonParameters>]
PARAMETERS
-CloudDatastore <VBRViCloudHardwarePlanDatastore>

-Datastore <VBRViDatastoreBase>

-FriendlyName <string>

-Quota <int>

-StoragePolicy <VBRViStoragePolicy>

<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).
ALIASES
None
REMARKS
None

Leave a Reply