SRM-Cmdlets icon indicating copy to clipboard operation
SRM-Cmdlets copied to clipboard

Helper functions for working with SRM and PowerCLI

Results 11 SRM-Cmdlets issues
Sort by recently updated
recently updated
newest added

For SRM am trying to get below details 1. vm name even if it shows as UID or any ID 2. protection group with there respective group 3. last sync...

Get-SrmProtectedVM tells me the status of each VM, but how do I get the last instance sync point for each VM as well that I can see in the GUI...

i am seeing issue while discovering devices Exception calling "DiscoverDevices" with "0" argument(s): "The request refers to an unexpected or unknown type." At line:1 char:1 + $srmapi.Storage.DiscoverDevices() + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +...

Get-ProtectedDatastore to return full datastore object MallocArray committed 886ae6d 1 changed file The $pg.ListProtectedDatastores() command returns an object with type VMware.Vim.Datastore and is incomplete, including the name of the datastore....

…tores If a VM has the .vmx file stored on a non-protected datastore, but has VMDK files located on protected datastores, they do not show up in the SRM GUI,...

The SRM API has some new inventory mapping functions. Add cmdlets to wrap these in a friendly way

Hi, Can you please let me know , if there is a way to obtain IP settings associated with a recovery plan ?

Add a function to make it easy to retrieve all the SRM commands, including the core commands and commands from this module

This is to find VMs that have been protected with SRM but also have unresolved issues that may be affecting their recoverability

in array based replication, following error gets generated when we run Get-UnprotectedVM Get-VM : Cannot bind parameter 'Datastore'. Cannot convert the "VMware.Vim.Datastore" value of type "VMware.Vim.Datastore" to type "VMware.VimAutomation.ViCore.Types.V1.DatastoreManagement.StorageResource". At...