Re: Cleanup PowerCLI 6.5.x old directories after update-module ?
Try something like this.When you're happy with the output, remove the WhatIf switch from the Uninstall-Module cmdlet Get-Module-NameVMware*-ListAvailable|Group-Object-PropertyName|where{$_.Group.Count...
View ArticleRe: UEM logon task
I used PS2EXE available here: PS2EXE : "Convert" PowerShell Scripts to EXE Files I quickly did a google search and came across some BAT to EXE converts. Check this one out: Advanced BAT to EXE...
View ArticleRe: VCSA 6 HOW TO INSTALL Vmware Tools ?
You don't, it already has it built in. If VMware tools isn't running, then something is wrong with that appliance. But your last screenshot shows it is, in fact, running so I'm not sure of the...
View ArticleRe: ESXi 6.5 Problems with obtaining ip
Do not tell me how to do it. I recently started working with ESXi and I do not know everything yet
View ArticleRe: Enterprise upgrade from Win7 to Win10 - previously used Immidio Flex 2.1
Are you sure it's version 2.1 and not 7.1 for instance? I don't recall a version with that number.When you want to manage Windows 10 you will need an update to UEM for sure, just reach out to your...
View ArticleRe: ESXi 6.5 Problems with obtaining ip
Yes, the problem is still such that I decided to try it through another network card, and so one normal address is received from and the second is why 169. Although both through the same switch work.
View ArticleRe: New Install, Some Apps i can attach and Some i can't...
Odd because it attaches sometimes and not others. User assign works but takes forever. Appvol 2.11
View ArticleRe: New Install, Some Apps i can attach and Some i can't...
Are you saying put all my apps in the same stack??
View ArticlevCenter 5.5 reinstall Single Sign On installed OK. vSphere Web client...
vSphere Web Client fails to connect to SSO.
View ArticleAfter splitting a string the length of the result is Cannot read property...
I am trying to parse a string by using split. Unfortunately, Orchestrator complains that "Cannot read property "length" from null". My code: System.log( "inputExecArgs = " + inputExecArgs );...
View ArticleRe: Cleanup PowerCLI 6.5.x old directories after update-module ?
6 Minutes... that's fast That worked... but it worked better than expected. It did remove the old modules.... with -Confirm:$true -WhatIf... and it didn't ask me... PS C:\PowerCLI\_> Get-Module...
View ArticleRe: VCSA 6 HOW TO INSTALL Vmware Tools ?
These are three different servers1-Server Vcenter: vmware tools RUNNING (Not Installed)2-Server Vcenter: vmware tools RUNNING (Guest managed)3-Server Vcenter: vmware tools RUNNING (Current)
View ArticleRe: VCSA 6 HOW TO INSTALL Vmware Tools ?
localhost:~ # zypper repos# | Alias | Name | Enabled | Refresh--+----------------------------+----------------------------+---------+--------1 |...
View ArticleUnable to expand disk on ESXi 6.5 while machines are running
Hello, at first I want to say sorry for my bad English. I hope I am able to express my problem understandable.I have seen a lot of ESX hosts, most of them are ESX 5, 5.5 and 6. Nowhere it is a problem...
View ArticleRe: VMRC 10.0.1 fails to launch on Ubuntu 17.10
Yes, this fixed it for me as well! Thanks posting that they released it.
View ArticleRe: Use VMWare's own VMware Tools, or native open-vm-tools with CentOS 6.6...
Hi all! I have an almost similar question: what is VMware Co. thinks that open-vm-tools have long been available as ready-made rpm-files for RHEL/CentOS 6.x on EPEL repo? I.e., can I use the...
View ArticleRe: PowerCLI to modify firewall policy for allowed ip's
Is there a way to take an existing host and save an argument list out so I can add it to a script? IE something that can create the argument list for me with the hashtable?
View ArticleRe: After splitting a string the length of the result is Cannot read property...
Hi, On line 8, you are assigning null to the inputTokens variable, instead of comparing the variable value with null. For comparison, it should be == instead of = if ( inputTokens == null ){:
View ArticleVMs Disk Usage Report
I got a script that work but want to include a subtotal for each VM and not sure how to insert/add a subtotal line at end of each VM. The output report will be in CSV. Any help will be greatly...
View ArticleRe: XML Cred File
Ok after I logged into the server withe DA user and ran the command to make the cred xml file, I run the script and get this: Import-Clixml : Key not valid for use in specified state.At...
View Article