After the request, you will see only reservation policy ID (GUID) instead of its displayName so, you can use this code to retrieve reservation policy name for further execution or add a property and assign this value to the same so it can be readable. #reservationpolicyid #reservationpolicy ...
snippet.js
Based on the reservation policy or location is selected, this code will determine the Avamar domain to place the VM for backup. Based on the prefix set for policy name, it will filter all other policies & count the number of VMS added to each policy and determine which policy has the...
This script is to get the number of shadow VMs present in a vAppTemplate. Prerequisites: The vCloud connect command should be executed before calling the function: Get-vAppTemplateShadowVMs Note: The function "Disable-SslVerification" is used in order to avoid failures due to SSL...
snippet.ps1