VMware Cloud Community
gcarmichael
Contributor
Contributor
Jump to solution

Set VM configuration parameters

We are trying to remediate several findings from a DOD audit. A few of the findings are to set certain things in the configuration parameters screen in VC, such as Isolation.tools.copy.disable. Isolation.tools.setGUIOptions.enable, etc. Is there a way I can programatically address these parameters through the toolkit?

Gary

Reply
0 Kudos
1 Solution

Accepted Solutions
LucD
Leadership
Leadership
Jump to solution

Those Configuration Parameters live in the .vmx file of the guest.

See Carter's blog entry on how to add/change the VMX entries.


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

View solution in original post

Reply
0 Kudos
4 Replies
halr9000
Commander
Commander
Jump to solution

You sure can. See this thread:


[PowerShell MVP|https://mvp.support.microsoft.com/profile=5547F213-A069-45F8-B5D1-17E5BD3F362F], VI Toolkit forum moderator

Author of the upcoming book: Managing VMware Infrastructure with PowerShell

Co-Host, PowerScripting Podcast (http://powerscripting.net)

Need general, non-VMware-related PowerShell Help? Try the forums at PowerShellCommunity.org

My signature used to be pretty, but then the forum software broked it. vExpert. Microsoft MVP (Windows PowerShell). Author, Podcaster, Speaker. I'm @halr9000
Reply
0 Kudos
gcarmichael
Contributor
Contributor
Jump to solution

Hal,

Thanks for the reply, but that link looks to set the Advanced Options on the host but it does nothing to address the configuration parameters of an individual VM. The location I'm looking at is Edit Settings, Options tab, General, Configuration Parameters. We will need to add several rows of config parameters for quite a few VMs. I've looked through the toolkit reference guide and didn't see anything that applied, but very well may have missed something.

Gary

Reply
0 Kudos
LucD
Leadership
Leadership
Jump to solution

Those Configuration Parameters live in the .vmx file of the guest.

See Carter's blog entry on how to add/change the VMX entries.


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

Reply
0 Kudos
gcarmichael
Contributor
Contributor
Jump to solution

LucD,

That's exactly what I was looking for. Thank you!!

Gary

Reply
0 Kudos