VA323's Posts

The "not adequate" part was referring to vTPM encryption. So as per VMware, VM encryption is required if you desire to utilize any vTPM capabilities.  Going by that logic, and your comments (depping... See more...
The "not adequate" part was referring to vTPM encryption. So as per VMware, VM encryption is required if you desire to utilize any vTPM capabilities.  Going by that logic, and your comments (depping), if you wish to utilize vTPM, then using only VM encryption is the way to go
Considering using vSAN encryption but at the same time would like to utilize vTPM for some Windows 11 security features. As per documentation, https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmwar... See more...
Considering using vSAN encryption but at the same time would like to utilize vTPM for some Windows 11 security features. As per documentation, https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.security.doc/GUID-6F811A7A-D58B-47B4-84B4-73391D55C268.html      Virtual machine encryption (to encrypt the virtual machine home files) is a requirement. My understanding is that vSAN encryption is not adequate and that's kind of the official response I have received from VMware. Obviously, both vSAN encryption and VM Encryption can be utilized at the same time, but with a performance impact.      https://kb.vmware.com/s/article/2148947 Any thoughts on this? Thank you    
Does any have any ideas on how to provide a project administrator an option to view available capacity for the project they are managing besides creating a dashboard in vRops? Ideally, this would be... See more...
Does any have any ideas on how to provide a project administrator an option to view available capacity for the project they are managing besides creating a dashboard in vRops? Ideally, this would be a simple section within vRA Service Broker. If vRA is integrated with vRops, then you can possibly create a dashboard for the users, but this means that they will need to navigate to vRops to view that. (Within vRops, you can navigate to Environment, Cloud Zones, Project select the specific project and select the appropriate metrics like "CloudZone Limits" to create a dashboard).
This should be addressed in 8.8 as per Release notes: https://docs.vmware.com/en/vRealize-Automation/8.8/rn/vrealize-automation-88-release-notes/index.html   Support change owner Day2 action fo... See more...
This should be addressed in 8.8 as per Release notes: https://docs.vmware.com/en/vRealize-Automation/8.8/rn/vrealize-automation-88-release-notes/index.html   Support change owner Day2 action for single user that is part of an AD group Support changing deployment owner to users that are part of AD groups which are project administrator or project member. Note: If user is a project viewer or supervisor, they are not eligible to be owner of a deployment.
Does anyone know if there is a way to customize the Cloud Template (Blueprint) settings so that it will show a clickable link within the Catalog Items (Service Broker)? In this example below, I am t... See more...
Does anyone know if there is a way to customize the Cloud Template (Blueprint) settings so that it will show a clickable link within the Catalog Items (Service Broker)? In this example below, I am trying to use an href tag, but in the Catalog Items, it shows as typed, not an actual link. Thanks
The following KB lists Scalability and Concurrency for on-premises vRealize Automation 8.6. https://docs.vmware.com/en/vRealize-Automation/8.6/reference-architecture/GUID-9DD443EA-0F7A-43B3-AD0A-837... See more...
The following KB lists Scalability and Concurrency for on-premises vRealize Automation 8.6. https://docs.vmware.com/en/vRealize-Automation/8.6/reference-architecture/GUID-9DD443EA-0F7A-43B3-AD0A-8370B56109BE.html Is there something similar to vRealize Automation Cloud? Thanks
Not sure what you are trying to achieve, but maybe a form constraint or approval policies can achieve what you desire. Form Constraint: Navigate to Service Broker, Content, right-click the three dot... See more...
Not sure what you are trying to achieve, but maybe a form constraint or approval policies can achieve what you desire. Form Constraint: Navigate to Service Broker, Content, right-click the three dots in front of the Cloud Template, Customize form. If you have a disk size field, then you can define Constraints, like Maximum value. Approval Policy: using Criteria such as Disk Capacity.
vRealize Automation 8 utilizes the embedded vro and built-in workflows.  Trying to figure out how to pass variables from a blueprint to the "Add computers to group members" vro built-in workflow. Th... See more...
vRealize Automation 8 utilizes the embedded vro and built-in workflows.  Trying to figure out how to pass variables from a blueprint to the "Add computers to group members" vro built-in workflow. The workflow has the following inputs:      AD:UserGroup      Array/AD:ComputerAD Obviously you can publish the workflow as a catalog item, but the point is to integrate this with a blueprint that deploys a VM. Note:  Obviously, you have to create a subscription and attach this workflow.  One thing that has to happen before, is to add an AD in orchestrator as described here: https://docs.vmware.com/en/vRealize-Orchestrator/8.5/com.vmware.vrealize.orchestrator-use-plugins.doc/GUID-C9F5EBF0-AD0F-4237-B7FC-C9A22EF21719.html. (I do understand that there are other options besides orchestrator workflows, but would like to understand how this works with orchestrator) How can I pass these variables to the workflow? Any assistance would be appreciated. Thank you      
I have been using the Agent Configuration to collect specific Windows EventIDs as in the example below which works fine.  In this example, the agent is collecting AppLocker events with ID of 8004... See more...
I have been using the Agent Configuration to collect specific Windows EventIDs as in the example below which works fine.  In this example, the agent is collecting AppLocker events with ID of 8004. According to Event Fields and Operators , you should be able to use "Text" in an expression, but have not been successful so far. But I am trying to filter further, by collecting events that contain specific text such as "powershell".  I have tried expressions such as the following ones in  Whitelist filter expression but no sucess: Text == \b(\w*powershell\w*)\b             (regex expression) or Text="powershell" Any ideas on what the proper syntax should be? Thank you Note: Obviously, I can filter after all events are collected, but wanted to see if I could avoid needlessly ingesting events that are of no value.