update
This commit is contained in:
+1
-1
@@ -212,7 +212,7 @@ $Results = foreach ($VM in $AllVMs) {
|
|||||||
|
|
||||||
# --- vCenter Tags
|
# --- vCenter Tags
|
||||||
Tag_DRProtection = $VMTags['DR Protection']
|
Tag_DRProtection = $VMTags['DR Protection']
|
||||||
Tag_AppName = $VMTags['AppName']
|
Tag_AppName = if ($null -ne $VMTags['AppName']) { $VMTags['AppName'] } else { 'N/A' }
|
||||||
Tag_VRDatastores = $VMTags['VR Datastores']
|
Tag_VRDatastores = $VMTags['VR Datastores']
|
||||||
Tag_VRRPO = $VMTags['VR RPO']
|
Tag_VRRPO = $VMTags['VR RPO']
|
||||||
Tag_DTAP = $VMTags['DTAP']
|
Tag_DTAP = $VMTags['DTAP']
|
||||||
|
|||||||
Reference in New Issue
Block a user