Shreyskar's Posts

Hi bigal80ak Make sure the user account with which you are trying to install client, has full control over /etc/hosts file on the win7 machine and there is no lock set on the file. Sometimes ... See more...
Hi bigal80ak Make sure the user account with which you are trying to install client, has full control over /etc/hosts file on the win7 machine and there is no lock set on the file. Sometimes AV sets a lock on the file hence it is good to disable AV and try again after making sure the user has full control on hosts file. Please mark reply as helpful/correct if resolves your issue.
Hi CPLASFV Does this issue happen only on firefox and chrome? Are you able to login using IE? What if you clear the cache and cookies and try again?
Hi Travis_83 You can refer to thread Automation of Windows Updates for Templates  which has detailed powerCLI script to automate the task of updating parent VMs. Snippet from the thread: ... See more...
Hi Travis_83 You can refer to thread Automation of Windows Updates for Templates  which has detailed powerCLI script to automate the task of updating parent VMs. Snippet from the thread: The Tasks involved: Convert template to VM, Power On VM, run Windows Update remotely, reboot VMGuest, shut VM down and finally convert back to template. What's required on Templates: Server 2008/2012 Templates need to be running PowerShell v.3 minimum but v.4 is highly recommended. PowerShell 4 for 2008 server can be downloaded here: http://www.microsoft.com/en-us/download/details.aspx?id=40855 The Windows Update PowerShell Module needs to be installed on your templates. Can be downloaded from here: Script Windows Update PowerShell Module Note: This Windows Update Module includes the Get-WUInstall PowerShell command which is the one used to install patches remotely. Here's what is working for me: # Connect to vCenter Connect-VIServer "vCenterServer" # Convert template to VM Set-Template -Template W2K12Template -ToVM -Confirm:$false -RunAsync Start-sleep -s 15 #Start VM - I've seen some converted templates that prompt with the VMQuestion, so adding the command to answer with the default option was my response to it. Start-VM -VM W2K12Template | Get-VMQuestion | Set-VMQuestion -DefaultOption -Confirm:$false Start-sleep -s 45 #Create variables for Guest OS credentials - This is needed for the Invoke-VMScript cmdlet to be able to execute actions inside the Guest. #If you don't want to enter the Guest OS local administrator password as clear text in the script, follow the steps on following link to create a file and store it as an encrypted string: Using PowerShell credentials without being prompted for a password - Stack Overflow $Username = "administrator" $OSPwd = cat C:\Scripts\OSPwd.txt | convertto-securestring $cred = new-object -typename System.Management.Automation.PSCredential -argumentlist $username, $OSPwd #The following is the cmdlet that will invoke the Get-WUInstall inside the GuestVM to install all available Windows updates; optionally results can be exported to a log file to see the patches installed and related results. Invoke-VMScript -ScriptType PowerShell -ScriptText "Get-WUInstall –WindowsUpdate –AcceptAll –AutoReboot" -VM W2K12Template -GuestCredential $Cred | Out-file -Filepath C:\WUResults.log -Append Start-sleep -s 45 #Optionally restart VMGuest one more time in case Windows Update requires it and for whatever reason the –AutoReboot switch didn’t complete it. Restart-VMGuest -VM W2K12Template -Confirm:$false #On a separate scheduled script or after a desired wait period, Shutdown the server and convert it back to Template. Shutdown-VMGuest –VM W2K12Template -Confirm:$false –RunAsync Start-sleep -s 120 Set-VM –VM W2K12Template -ToTemplate -Confirm:$false Please mark the reply as helpful/answered if this helps you.
Do you have SAML enabled on connection servers or are you are using TrueSSO in the environment? Go to View admin page > servers > connection servers > edit > authentication. If it is enabled and... See more...
Do you have SAML enabled on connection servers or are you are using TrueSSO in the environment? Go to View admin page > servers > connection servers > edit > authentication. If it is enabled and set to required or workspace mode, users have to login through workspace portal only otherwise you will get this error. Other than that make sure there are no certificate issue on any of the servers in environment and they all are in timesync.
Hi GTO455 Are you using vIDM in the environment? Or the client is directly connecting through UAG?
Please check account lockout GPO in DC as per: Terminal session account lockout VMware Knowledge Base
Hi HermiM Yes. Horizon standard license doesn't include help desk tool. This feature is a part of horizon enterprise edition.You can confirm the same in your horizon admin page > view configu... See more...
Hi HermiM Yes. Horizon standard license doesn't include help desk tool. This feature is a part of horizon enterprise edition.You can confirm the same in your horizon admin page > view configuration > global licensing. Verify Horizon Help Desk Tool License Please mark the reply helpful/correct if this helps you.
Hi trevordavismsft App Volumes 2.x and 4.x are two different editions of appvolumes. Though you can use any of them in your environment, 4.x includes enhancements to both application managemen... See more...
Hi trevordavismsft App Volumes 2.x and 4.x are two different editions of appvolumes. Though you can use any of them in your environment, 4.x includes enhancements to both application management and user experience, you will find it easy to manage application lifecycle using 4.x. AppVolumes 4.x is recently released with all new features which just simplifies the way application lifecycle is managed. For details you can check What's New in VMware App Volumes 4 | VMware For shortcut, did you place it on desktop during the capture process? Please mark reply as helpful if you find it useful.
Hi BiosMaster0x000 Yes. In vSphere.
Visio and project are part of MS office family but is not included in office 365 packages. Hence the support for visio and project goes in parallel to office365 support.
Hi cerede2000 Perhaps the script is not being called in secure way. Specify below path in post-customization script under pool setting and try again: C:\Windows\System32\cmd.exe C:\script\s... See more...
Hi cerede2000 Perhaps the script is not being called in secure way. Specify below path in post-customization script under pool setting and try again: C:\Windows\System32\cmd.exe C:\script\start.bat Make sure start.bat is placed under C:\script folder on master image. Also if you run the script manually on master image manually, how long it takes to run?  By default, ClonePrep terminates a script if the execution takes longer than 20 seconds. You can increase this timeout limit. For details, see Increase the Timeout Limit for ClonePrep and QuickPrep Customization Scripts. Alternatively, you can specify a script that runs another script or process that takes a long time to run.
Hi mdickerson419 Make sure you are logged in to view admin page using connection server local FQDN name, not through any DNS URL. Test again, if issue still persist, this could be a permission... See more...
Hi mdickerson419 Make sure you are logged in to view admin page using connection server local FQDN name, not through any DNS URL. Test again, if issue still persist, this could be a permission limitation. Just to isolate the problem,add horizon account you are logged in to horizon view, under vcenter administrators group and try again. If issue still persist,you can enable TRACE logging on view connection server and reproduce the problem , simultaneously check debug log in that connection server (VMware Knowledge Base )
Hi iAmDinesh Glad to hear that. Would appreciate if you can mark the reply as helpful.
Hi HermiM You can view this information in new admin HTML5 based console. Below are the steps: > Login to horizon 7 admin page and click on the 'Horizon console' link on right-top of the pa... See more...
Hi HermiM You can view this information in new admin HTML5 based console. Below are the steps: > Login to horizon 7 admin page and click on the 'Horizon console' link on right-top of the page. This will load the new admin page. Alternatively you can also navigate to https://<connection-server-FQDN>/newadmin > In the search bar, search for the username that you want to check for if he is connected using soft client or browser: > Click on the user and you will see something like this: > Now finally click on computer name and you can see client IP and whether it is connected using windows client Or browser: Please mark it as helpful/answered if this helps you.
Hi txfree2 As of now app volumes 2.x does NOT support office 2019. Please check below KB: VMware Knowledge Base https://kb.vmware.com/s/article/2146035
Hi dmtml You can skip this warning and proceed with ADLDS removal. By default, any new replica that you introduce to View cluster, holds the FSMO master role. If you want to seize FSMO to a p... See more...
Hi dmtml You can skip this warning and proceed with ADLDS removal. By default, any new replica that you introduce to View cluster, holds the FSMO master role. If you want to seize FSMO to a particular connection server, you can do that using dsmgmt utility however please contact VMware support for such activity as this can lead to ADAM corruption if done incorrectly.
Hi BiosMaster0x000 Are you trying to pass-through printer from host to VM? If so, you can try below: Select the virtual machine and select VM > Settings. On the Hardware tab, select Ad... See more...
Hi BiosMaster0x000 Are you trying to pass-through printer from host to VM? If so, you can try below: Select the virtual machine and select VM > Settings. On the Hardware tab, select Add. In the Add Hardware wizard, select Printer and Finish.The default device setting is to connect the virtual machine printer when the virtual machine is powered on
Hi balag2018 Do you mean user account is getting locked? Can you reproduce the issue outside horizon? Means take a normal RDP session to the RDSH machine and see if problem can be recreated.... See more...
Hi balag2018 Do you mean user account is getting locked? Can you reproduce the issue outside horizon? Means take a normal RDP session to the RDSH machine and see if problem can be recreated.
Hi iAmDinesh Please try installing agent silently using below command: VMware-Horizon-Client- y.y.y - xxxxxx .exe /s /v"/qn ADDLOCAL=ALL Let me know if this works or not.
Hi RachelW Yes you have to clean or remove existing chrome.zip files from archives so that new config settings can apply going forward. No need to clean backups as they are not imported at the... See more...
Hi RachelW Yes you have to clean or remove existing chrome.zip files from archives so that new config settings can apply going forward. No need to clean backups as they are not imported at the time of logon.They are kept just in case you want to restore any application's archive folder.