80 questions
0
votes
0
answers
67
views
Azure VDI: Upgrade from Windows 10 to 11
How to upgrade from Windows 10 to 11 without impacting users:
We use Windows 10 Multi-Session
We don’t use FSXProfiles (profile redirection) - all user profiles are being stored on the hard drive ...
0
votes
0
answers
2k
views
How can I connect to Horizon ADAM LDAP Database with PowerShell or other cli?
I am trying to automate some repetitive tasks in VMware Horizon.
In particular I need a way to modify the ADAM LDAP Database with something different of adsiedit so that the change can happen on ...
0
votes
1
answer
51
views
Ctrix VDI's - keeping them power on by passing user input through scripts?
This question is about Citrix VDI's. If there is a better place other than SOF then plz suggest, I will be happy to move it there. ( like https://unix.stackexchange.com/ for unix/linux questions or ...
0
votes
1
answer
39
views
Enable Citrix UI after disconnect
I have my VDI machine on which I am trying to run Selenium Tests. All works well when I am connected (via Citrix Workspace) however when I'm not connected (when I disonnect) the "screen" ...
0
votes
1
answer
920
views
get Citrix VDIs using Python instead of Powershell
I have to get the list(+ some parameters) of all the VDIs(Virtual Desktop Interfaces) which are connected to a Citrix Broker.
In PowerShell, I do it like this:
...
# credentials used for remote ...
0
votes
1
answer
1k
views
Power BI Gateway on Remote Desktop Fails Daily
Trying to install a standard gateway on a Remote Desktop. The gateway works for about 24 hours and then fails. Once I login to the "On Premise Gateway" app, and restart the gateway it ...
0
votes
1
answer
1k
views
how to enable h264 codecs in spice server?
I'm new to spice-server source code. And I want to test streaming codecs of SPICE. I have tried streaming-video=all option to enable streaming codecs, but it's only mjpeg. I know spice server is able ...
-1
votes
1
answer
143
views
How does curl works for VDI and a computer?
I have a question regarding CURL command for VDI and regular computer. I have an artifactory Jfrog repository hosted on a VDI. I tried using curl to get the data and it works. However when I tried to ...
0
votes
2
answers
1k
views
Windows 10 clipboard history is not working with VMWare VDI
I'm using a Windows 10 laptop to connect to a Windows 10 VDI. I have enabled "clipboard history" (in win 10 settings) on both. But when I am "in" the VDI and hit Logo+V it does ...
1
vote
0
answers
1k
views
How to debug java EXCEPTION_ACCESS_VIOLATION error
I have java test file, which keeps failing randomly in the jenkins CI TEST stage with the below error:
22:22:54 # A fatal error has been detected by the Java Runtime Environment:
22:22:54 #
22:22:54 ...
1
vote
1
answer
451
views
Why is the "Create Virtual Device" button is disabled in my AVD Manager?
I've seen questions regarding button disabled in AVD Manager. But all of them are after when you click "Create Virtual Device" button.
I am on VDI and I am unable to click the "Create ...
0
votes
0
answers
397
views
Sole Tenancy option mandatory for instance from image with OS on Cloud Engine
When I create an Image from a vdi-file in Cloud Engine I have the option to choose if there is an operating system on the virtual disk or not (Data only). If I choose Windows 10 (x64) as the OS I need ...
1
vote
2
answers
14k
views
Converting VirtualBox .VDI .VHD .VMDK to bootable .iso file [closed]
The title is pretty much describe it all.
I thought it would be an extremely easy task but I'm googling the topic for a few days and can not find a proper solution.
I succeed convert it to .iso but it'...
1
vote
1
answer
504
views
Android Emulator closed because of an internal error: Vulkan Driver
I'm currently in the process of setting up my Android Studio.
I created a custom virtual device which runs on Android 8.1 and uses the 'Software GLES2.0' option for the graphics setting. I have also ...
0
votes
1
answer
3k
views
Error by converting qcow2 to vdi with qemu-img
I'm trying to convert .qcow2 to .vdi on my Ubuntu VM with a command
qemu-img convert -f qcow2 qcow2_file_name.qcow2 -O vdi vdi_file_name.vdi
But I'm getting the following message:
qemu-img: Could ...
1
vote
0
answers
43
views
Does Storage Spaces Direct require stored credentials and/or delegating credentials?
So I'm trying to set up a highly available VDI environment. My initial configuration had two Hyper-V host servers and one server acting as a file share for centralized VM storage.
I recently found ...
0
votes
1
answer
109
views
Python Multi Processing
I'm trying to understand Python's Multi-processing module using the below given sample example but never been successful so far. I'm running the code in Spyder and it always hangs there with no output ...
0
votes
2
answers
577
views
How to prevent people or a program from extracting data out of a system?
Let us say, there is a system containing data, where the user can view or manipulate it, using the options in the system, but should not be able to copy/ extract/ export the data out of the system. ...
0
votes
1
answer
69
views
Can I setup my application deployment with Azure Windows Virtual Desktop(Preview) without azure active directory?
I want to test my application deployment with Azure Windows Virtual Desktop(Preview), but we do not have azure active directory setup in my application azure deployment. As we are doing lift & ...
0
votes
3
answers
2k
views
Is there any way to persist VS Code extensions in VDI?
Every day when I log into VDI my vscode extensions get removed on a daily basis.
So I need to install them every day. Is there any walk around to keep the extensions with persistence and that I don't ...
0
votes
1
answer
118
views
VDI and Java Rulesets
We signed our rulesets jar with comodo cert. We pushed the java package containing the rulesets and java versions to VDI. We had lot of issues with making rulesets work on VDI.
We had tried many ...
0
votes
1
answer
429
views
Remove "Windows Server" pinned apps on Server 2016
We are in the process of upgrading our VDI from Windows 2008 R2 to Windows 2016 and I cannot seem to get the pinned "Windows Server" group from showing when new users log in to the new VDI test ...
2
votes
0
answers
350
views
Error while logging on to the outlook email account inside VDI
While I'm trying to logon my outlook e-mail account using python inside a VDI , I'm getting the SOCKET error
CODE:
import imaplib, email, os
user = '[email protected]'
password = '...
-2
votes
2
answers
249
views
Resizing Ubuntu Virtualbox vdi from a Windows7 host does not take effect
I created a .vdi with fixed disk size and later resized the disk size and attached to my Linux VM. But still my VM is not updated with the resized disk
Initially i got an error during the resize “...
1
vote
0
answers
124
views
where is the specification for VHD 1.3?
I am looking for the higher versions of the VHD file format specification. I found a reference to 1.3 in BLKTAP, but I can't find the document with google.
There is an old Microsoft .doc file from ...