mweigand's Posts

Alan, The AdvancedSetting cmdlets in PowerCLI 5.1 do not support Import-csv as the function does. This is a very useful feature when trying to add or replace multiple VMX settings.  I realize ... See more...
Alan, The AdvancedSetting cmdlets in PowerCLI 5.1 do not support Import-csv as the function does. This is a very useful feature when trying to add or replace multiple VMX settings.  I realize that the new cmdlets could be used in a set of loops to accomplish this task but would very inconvenient compared to the ease of the function. I would recommend VMware consider adding the Import-csv support to a future release of PowerCLI. Thanks, Mike #wpavmug
Good show.  That solved the problem.  Thanks.
Hi, I'm very new to vCO and unfortunately I do not have a strong programming/scripting background. The question I have is how to write a folder/file to a Windows network share in a vCO scri... See more...
Hi, I'm very new to vCO and unfortunately I do not have a strong programming/scripting background. The question I have is how to write a folder/file to a Windows network share in a vCO scriptable task?  I am able to write a file to a local directory, but cannot write to a network share. The code: file.createDirectory(); I have already modified the js-io-rights.conf file to include the UNC path I wish to write to. I believe it to be an issue that vCO executes the script under the SYSTEM context in Windows, but you cannot allow this in a network share.  I tested this by adding and removing SYSTEM to a local folder. Any help is appreciated. Thanks, Mike
I am having the same concerns with regards to how to handle this requirement HMT03 in the hardening guide.  Would you be willing to share your script and how you have implemented it?   I have a c... See more...
I am having the same concerns with regards to how to handle this requirement HMT03 in the hardening guide.  Would you be willing to share your script and how you have implemented it?   I have a concern that it is not very practical to monitor multiple files from multiple servers in a manual fashion and detect unauthorized changes. Thanks Mike