Re: vGPU not being recognized in Windows (but visible of sorts in Device...
Hmm, it seems the comment about the unsupported PCI device may be an effect of using the vSphere client instead of the web client. I created a new Windows 7 VM and used the driver provided in the VIB...
View ArticleRe: Issues on ESXi 5.5 with SATA drives (and datastore) dropping with Tyan...
There is certainly something in the BIOS on the SATA page to do with power called "Aggressive LPM Support", which apparently "Enable PCH to aggressively enter link power state"?. As BIOSs (especially...
View ArticleRe: Is there a way to archive old Incidents/SR's?
It's still there (several clients are also asking for it) but I have no idea on when it will be included into a future release. You will probably get more traction if you lodge an enhancement request....
View ArticleRe: IPK Request Workflow on Resolve or Close ?
My guess would be it was an oversight and they did not see any use cases for it. As a workaround, you may be able to use proactive analysis to log a new call with a (specific template) when the...
View ArticleRe: Is it possible to search text area fields in CMDB search?
There are several ways you can customise the search query to allow this without using text indexing (not sure how it will perform though). The easiest method is to override the SEARCH_TEXT parameter...
View ArticleHorizon client SSL error
I'm using Horizon Client, 3.3.0 build-2507564, and getting an SSL error when attempting a CAC login to the target site. I am presented the banner, prompted for my certificate, prompted for my PIN, and...
View ArticleRe: Horizon client SSL error
Do you have set IE proxy in your host? and can you please confirm if enabled TLSv1.2 in the sslcipherlist GPO(policies\VMware,Inc.\VMware VDM\Client\Security\sslcipherlist) in client host?
View ArticleRe: Horizon client SSL error
No proxy host set within IE. These are the TLS1.2 ciphers defined in GPO: TLS 1.2 SHA256 and SHA384 cipher suites:...
View ArticleRe: P2V conversion stop at 97 %
actually, i don't know why p2v conversion stops at 97% during your using vmware converter standalone, but i wanna to share another way for P2V, that is third party software AOMEI Backupper, it has a...
View ArticleRe: Horizon client SSL error
The smartcard doesn't support TLSv1.2 protocol at this time in client 3.3, could you please try if the issue can be resolve after removed TLSv1.2 from the cipherlist?
View ArticleRe: Auto Deploy and Kickstart - pros and cons
Thanks, this is helpful. We do use Host Profiles, but we also have kickstart as our standard deployment method for physical servers, primarily for Linux, but it's also working for Windows and ESXi,...
View ArticleRe: Horizon 6 Direct Connection Plug-In + HTML Access
This is what I have figured out:1) Registry Entry externalBlastPort appears to change the port that the web client will expect Blast to be on2) Whatever you set externalBlastPort to, if changing from...
View Article(vSphere 5.1) Windows 2012 VM running Oracle DB freezes during netbackup...
I'm experiencing OS freezing during netbackup causing heartbeat failure from my application to database, thus causing application to shutdown. After days of troubleshooting, I realise that the disk...
View ArticleRe: Horizon client SSL error
I modified the cipher list to only include these SSL v2,3, and TLS v1.0 and 1.1 ciphers:...
View ArticleRe: How to I execute a command string which has too many escape characters...
Hi, I had found that triple quoting worked, but not for the brackets. Therefore, I used the Convertto-JSON with double quotes to give me the correct ouput. I did this only once because I will be using...
View Articleoutfile with no column title
quick question, how do I output a bunch of vms to a txt file but without the column title at the top? Also get rid of all the white space as welllike get-vm | select Name | outfile vms.txt but the...
View ArticleRe: Mouse scrolling suddenly not working in all guest OSs. Workstation 10
When first arriving at this thread I tried uninstalling some of the windows update as detailed and it solved my scroll problems. Over the weekend our IT department deployed a mass of new windows...
View ArticleNeed to loop through all objects in an array to find the max value
I need to loop through a returned array of objects to find the max value within those objects. Is there an easy way to do this using nested loops? Can someone give me some clues on how to do that? I...
View Article